This commit is contained in:
Andy Miller
2020-01-14 17:50:31 -07:00
parent e9cc9a92f7
commit 2f4668b325
6 changed files with 19 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2107,7 +2107,7 @@ body .bootstrap-datetimepicker-widget {
.permissions-container {
.switch-toggle {
input.label0:checked+label {
background: $color-red !important;
background: $flat-pomegranate !important;
}
input.label1:checked+label {
background-color: $color-olive !important;

View File

@@ -1327,6 +1327,20 @@ body.sidebar-quickopen #admin-main {
// New 1.7 Permissions
.permissions-container {
.switch-toggle {
input+label:before {
font-family: FontAwesome;
margin-right: 5px;
}
input.label0+label:before{
content: "\f05e";
}
input.label1+label:before {
content: "\f00c";
}
}
fieldset {
margin: 0 0 1rem 0;
padding: 1rem;