6 lines
81 B
SCSS
6 lines
81 B
SCSS
span.empty {
|
|
text-transform: uppercase;
|
|
opacity: 0.5;
|
|
color: $lightGrey;
|
|
}
|