Merge pull request #6028 from cmgustavo/ref/all-addresses-view

Fix view allAddresses
This commit is contained in:
Gabriel Edgardo Bazán 2017-05-15 14:33:35 -03:00 committed by GitHub
commit fd0de49389
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;