fix(settings): center right-aligned elements in the settings tab

This commit is contained in:
Jason Dreyzehner 2016-11-17 14:30:09 -05:00
parent 0a4db7430d
commit 29d9c077b7
1 changed files with 7 additions and 0 deletions

View File

@ -63,6 +63,13 @@
.item-note {
color: $light-gray;
}
.item-toggle .toggle,
.item-button-right > .button {
top: 16px;
}
.item-button-right > .button {
font-size: 16px;
}
}
}