mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
Fix switch
This commit is contained in:
parent
54f63d8e31
commit
0ef2094b33
@ -116,12 +116,15 @@
|
||||
}
|
||||
|
||||
.mat-mdc-slide-toggle .mdc-form-field {
|
||||
.mdc-switch .mdc-switch__handle {
|
||||
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 {
|
||||
border-radius: 15px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user