11 lines
190 B
SCSS
11 lines
190 B
SCSS
.buttonText {
|
|
font-weight: 400;
|
|
font-size: 18px !important;
|
|
line-height: 25px !important;
|
|
color: #FFFFFF !important;
|
|
|
|
@media screen and (max-width: 768px){
|
|
width: 168px;
|
|
}
|
|
}
|