WIP Refactor - Requested wines ui #53

Merged
KevinMidboe merged 20 commits from refactor/requested-wines-ui into master 2020-11-02 14:20:21 +00:00
Showing only changes of commit 12d0137987 - Show all commits

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;