fix emoji form & eliminate copypasta
This commit is contained in:
parent
e4a33bf6d7
commit
c085acd2dd
6 changed files with 97 additions and 106 deletions
|
|
@ -79,6 +79,26 @@
|
|||
|
||||
.setting-control {
|
||||
grid-area: control;
|
||||
|
||||
&.checkbox {
|
||||
display: grid;
|
||||
grid-template-columns: subgrid;
|
||||
|
||||
.label {
|
||||
grid-area: label;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.checkbox-indicator {
|
||||
grid-area: control;
|
||||
}
|
||||
|
||||
.-mobile & {
|
||||
.label {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.setting-control.setting-label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue