feat(design): improve wallet settings view and wallet settings alias view

This commit is contained in:
Jason Dreyzehner 2016-10-12 19:33:54 -04:00
commit 9ec7d5f38c
3 changed files with 22 additions and 8 deletions

View file

@ -27,6 +27,17 @@
color: $light-gray;
font-size: 14px;
}
.settings-list {
background-color: #fff;
.item-stacked-label {
padding: 1rem;
}
.input-label {
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}
}
}
#tab-settings {