Specific rules needs to go to specific css files

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-09-28 19:15:04 +02:00
parent d58c0e6834
commit 8fb788570c
No known key found for this signature in database
GPG key ID: FB5ACEED51955BF8
2 changed files with 14 additions and 15 deletions

View file

@ -604,6 +604,19 @@ kbd {
padding: 5px 0 7px 22px;
color: rgba($color-main-text, .4);
}
input {
&[type='checkbox'],
&[type='radio'] {
&.radio,
&.checkbox {
+ label {
display: inline-block;
width: 100%;
padding: 5px 0;
}
}
}
}
}
#app-settings-header {

View file

@ -44,6 +44,7 @@ textarea,
border: 1px solid nc-lighten($color-main-text, 86%);
outline: none;
border-radius: 3px;
cursor: text;
&:not(:disabled):not(.primary) {
&:hover,
&:focus,
@ -297,21 +298,6 @@ input {
}
}
}
#app-settings-content {
input {
&[type='checkbox'],
&[type='radio'] {
&.radio,
&.checkbox {
+ label {
display: inline-block;
width: 100%;
padding: 5px 0;
}
}
}
}
}
/* Select2 overriding. Merged to core with vendor stylesheet */
.select2-drop {