Code clean

This commit is contained in:
2020-03-27 11:14:16 +01:00
parent b77f67d3b3
commit ebf1d99645
4 changed files with 29 additions and 28 deletions

View File

@@ -191,9 +191,11 @@ button {
color: $color-tertiary;
text-transform: uppercase;
letter-spacing: 1px;
}
.style-caps--transparent {
color: rgba($color-tertiary, 0.5);
// Transparent variant
&--transparent {
color: rgba($color-tertiary, 0.5);
}
}
.style-description {