mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-21 03:50:55 +02:00
fix: remove mdl-specific overrides, label bolding
This commit is contained in:
@@ -33,11 +33,6 @@ body {
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: 700;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.btn {
|
||||
border-radius: 0;
|
||||
}
|
||||
@@ -253,26 +248,10 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.mdl-switch.is-checked .mdl-switch__ripple-container {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
.mdl-switch.is-checked .mdl-switch__thumb {
|
||||
background: $primary !important;
|
||||
}
|
||||
|
||||
.mdl-switch.is-checked .mdl-switch__track {
|
||||
background: lighten($primary, 20%) !important;
|
||||
}
|
||||
|
||||
* > .checkbox:first-child {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
[class^="col-"] .mdl-switch__label {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.ui-selectable-helper {
|
||||
border: 1px dashed $success;
|
||||
background: lighten($success, 10%);
|
||||
|
||||
@@ -47,12 +47,4 @@
|
||||
margin-bottom: 3px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.acp-sidebar {
|
||||
.mdl-switch__label {
|
||||
margin-left: 24px;
|
||||
display: block;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user