mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Removed CheckboxSimple component (was only used at login)
This commit is contained in:
parent
976b1d54bd
commit
456f304338
8 changed files with 38 additions and 61 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -135,7 +135,6 @@
|
|||
|
||||
.language-buttons {
|
||||
flex-grow: 1;
|
||||
margin-top: 5px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue