8 lines
79 B
SCSS
8 lines
79 B
SCSS
.s-button {
|
|
&.major {
|
|
.title-label {
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
}
|