10 lines
116 B
SCSS
10 lines
116 B
SCSS
|
.buttonText {
|
||
|
font-family: $font-open;
|
||
|
font-weight: 400;
|
||
|
font-size: 18px;
|
||
|
line-height: 25px;
|
||
|
}
|
||
|
|
||
|
|
||
|
|