Skip to content

Commit 03b1e41

Browse files
authored
Small tweak to the checkbox toggle slider (#168)
1 parent 38c784b commit 03b1e41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/common/common.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
position: relative;
135135
display: inline-block;
136136
width: 40px;
137-
height: 23px;
137+
height: 22px;
138138

139139
input {
140140
opacity: 0;
@@ -160,8 +160,8 @@
160160
content: "";
161161
height: 18px;
162162
width: 18px;
163-
left: 3px;
164-
bottom: 3px;
163+
left: 2px;
164+
bottom: 2px;
165165
background-color: @term-white;
166166
transition: 0.5s;
167167
border-radius: 50%;

0 commit comments

Comments
 (0)