fix: remove mdl-specific overrides, label bolding

This commit is contained in:
Julian Lam
2022-10-21 15:40:14 -04:00
parent 83f6f99354
commit aed1ee0224
2 changed files with 0 additions and 29 deletions

View File

@@ -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%);

View File

@@ -47,12 +47,4 @@
margin-bottom: 3px;
margin-left: 10px;
}
.acp-sidebar {
.mdl-switch__label {
margin-left: 24px;
display: block;
left: 0;
}
}
}