Center icon in theme-toggle

This commit is contained in:
Alex Gleason 2020-07-20 17:30:10 -05:00
parent e8288ffdf8
commit ce6446f059
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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;
}