New global width classes for 100/75/50/25.

This commit is contained in:
2020-10-26 12:57:21 +01:00
parent e13b4125be
commit 12d0137987

View File

@@ -245,6 +245,21 @@ textarea {
} }
} }
.width {
&-100 {
width: 100%;
}
&-75 {
width: 75%;
}
&-50 {
width: 50%;
}
&-25 {
width: 25%;
}
}
.cursor { .cursor {
&-pointer { &-pointer {
cursor: pointer; cursor: pointer;