mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
Fix switch
This commit is contained in:
@@ -116,11 +116,14 @@
|
||||
}
|
||||
|
||||
.mat-mdc-slide-toggle .mdc-form-field {
|
||||
.mdc-switch .mdc-switch__handle {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
transform: translate(20%, 50%);
|
||||
background-color: #484a4d;
|
||||
button.mdc-switch.mdc-switch--selected,
|
||||
button.mdc-switch.mdc-switch--unselected {
|
||||
.mdc-switch__handle {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
transform: translate(20%, 50%);
|
||||
background-color: #484a4d;
|
||||
}
|
||||
}
|
||||
|
||||
.mdc-switch .mdc-switch__track {
|
||||
|
Reference in New Issue
Block a user