Removed CheckboxSimple component (was only used at login)

This commit is contained in:
the-djmaze 2022-09-28 23:32:04 +02:00
parent 976b1d54bd
commit 456f304338
8 changed files with 38 additions and 61 deletions

View file

@ -41,23 +41,6 @@
outline: 1px dotted;
}
&.e-checkbox {
cursor: pointer;
margin-bottom: 6px;
margin-left: -2px;
padding: 2px;
&:focus {
outline: 1px dotted;
}
&.disabled {
cursor: not-allowed;
opacity: 0.5;
}
}
span {
margin-left: 0.5em;
white-space: normal;
@ -69,6 +52,23 @@
}
}
.e-checkbox {
cursor: pointer;
margin-bottom: 6px;
margin-left: -2px;
padding: 2px;
&:focus {
outline: 1px dotted;
}
&.disabled {
cursor: not-allowed;
opacity: 0.5;
}
}
.e-checkbox.material-design {
line-height: 20px;

View file

@ -135,7 +135,6 @@
.language-buttons {
flex-grow: 1;
margin-top: 5px;
text-align: right;
}