William O'Beirne bdaf40a0ce Send Form Style Adjustments (#1368)
* Remove title from account, tighten buttons and subtabs.

* Send everything button in input.

* Request tx to full width, adjust transaction fee spacing.

* Fix token balances button spacing.

* Fix address identicon flying offscreen. Tighten up identicon, show border even when theres no identicon.

* Add isSelfAddress boolean to AddressField, use it on WalletInfo tab.

* Use short amount again.

* Unused
2018-03-22 13:30:51 -05:00

60 lines
823 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;
margin: 0 #{-$space-xs} #{-$space-xs};
&-btn {
flex-grow: 1;
margin: 0 $space-xs $space-xs;
}
&-help {
padding-top: 10px;
text-align: center;
font-size: $font-size-xs;
color: $gray;
}
}
&-offline {
margin-bottom: 0;
text-align: center;
}
}