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
commit 29d9c077b7

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