Skip to content

Commit e6567ef

Browse files
Deniz Topraktobiu
authored andcommitted
Change icons position #4991
1 parent a0bab02 commit e6567ef

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

resources/scss/src/form/field/Switch.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
&:after {
3030
border : 1px solid var(--switchfield-color-knob);
3131
border-radius: 50%;
32-
bottom : 7px;
33-
height : 8px;
34-
right : 7px;
35-
width : 8px;
32+
bottom : 8px;
33+
height : 6px;
34+
right : 5px;
35+
width : 6px;
3636
}
3737

3838
&:checked {
@@ -46,7 +46,7 @@
4646
background-color: var(--switchfield-color-knob);
4747
border : 0;
4848
border-radius : 0;
49-
bottom : 8px;
49+
height : 8px;
5050
left : 9px;
5151
right : auto;
5252
width : 1px;

0 commit comments

Comments
 (0)