9 lines
133 B
SCSS
9 lines
133 B
SCSS
.buttonText {
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
text-align: center;
|
|
color: $white;
|
|
padding: 7px 0;
|
|
}
|