James Prado 4788381641 Update Account SubTab Routing / Token Scanner CSS Updates (#1276)
* Redirect user to subtab after logging in

* Update token balances styles

* Adjust routing for readOnly wallets
2018-03-11 17:19:35 -05:00

56 lines
755 B
SCSS

@import 'common/sass/variables';
.TokenBalances {
&-title {
margin-top: 0;
}
&-help {
font-size: $font-size-small;
margin-bottom: 15px;
}
&-scan {
margin-top: 10px;
}
&-none {
text-align: center;
margin-bottom: -5px;
}
&-loader {
padding: 25px 0;
text-align: center;
}
&-rows {
width: 100%;
margin-bottom: $space;
}
&-form {
margin-top: $space;
}
&-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
& > &-btn {
margin: 0.25rem 0.5rem;
}
&-help {
padding-top: 10px;
text-align: center;
font-size: $font-size-xs;
color: $gray;
}
}
&-offline {
margin-bottom: 0;
text-align: center;
}
}