Styles fix

This commit is contained in:
Adina Țeudan 2021-08-10 15:51:57 +03:00
parent 98ae1d5698
commit f1e8d9011c

View File

@ -1,3 +1,5 @@
@import 'variables';
.all-caps-label {
text-transform: uppercase;
opacity: 0.7;
@ -19,4 +21,9 @@
cursor: default;
}
}
&.primary {
color: $primary;
opacity: 1;
}
}