Center icon in theme-toggle
This commit is contained in:
parent
e8288ffdf8
commit
ce6446f059
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
.setting-toggle {
|
||||
|
||||
&__label {
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
@ -11,6 +11,8 @@
|
|||
|
||||
&-track-check,
|
||||
&-track-x {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 15px;
|
||||
color: #fff;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue