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,11 +116,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mat-mdc-slide-toggle .mdc-form-field {
|
.mat-mdc-slide-toggle .mdc-form-field {
|
||||||
.mdc-switch .mdc-switch__handle {
|
button.mdc-switch.mdc-switch--selected,
|
||||||
width: 15px;
|
button.mdc-switch.mdc-switch--unselected {
|
||||||
height: 15px;
|
.mdc-switch__handle {
|
||||||
transform: translate(20%, 50%);
|
width: 15px;
|
||||||
background-color: #484a4d;
|
height: 15px;
|
||||||
|
transform: translate(20%, 50%);
|
||||||
|
background-color: #484a4d;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdc-switch .mdc-switch__track {
|
.mdc-switch .mdc-switch__track {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user