29 lines
538 B
SCSS
29 lines
538 B
SCSS
.buttonDataContainer {
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
line-height: 19px;
|
|
text-align: center;
|
|
letter-spacing: 0.05em;
|
|
color: $color-white;
|
|
}
|
|
|
|
.buttonText--m3-shelf {
|
|
font-family: "Roboto", sans-serif;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 12px;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
letter-spacing: 0.05em;
|
|
text-transform: uppercase;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
color: $color-white;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
.buttonText--m3-shelf {
|
|
font-size: 9px;
|
|
}
|
|
}
|