9 lines
162 B
SCSS
9 lines
162 B
SCSS
|
@mixin data-label {
|
||
|
color: $hint-grey;
|
||
|
font-size: 0.8em;
|
||
|
font-weight: 400;
|
||
|
letter-spacing: 0.0357em;
|
||
|
position: relative;
|
||
|
text-transform: uppercase;
|
||
|
}
|