Fix view allAddresses

This commit is contained in:
Gustavo Maximiliano Cortez 2017-05-15 10:07:03 -03:00
commit ede0aec1f1
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 21 additions and 19 deletions

View file

@ -1,4 +1,15 @@
#addresses {
@extend .deflash-blue;
.updating {
text-align: center;
font-size: 0.9em;
color: $v-mid-gray;
padding-top: 1.3rem;
.spinner svg {
stroke: #111;
fill: #111;
}
}
.addr {
&-explanation, &-button-group {
padding: 0 1rem;