MyCrypto/common/components/TXMetaDataPanel/TXMetaDataPanel.scss
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

11 lines
155 B
SCSS

@import 'common/sass/variables';
.Gas {
&-toggle {
display: inline-block;
position: relative;
margin-top: $space-sm;
left: -14px;
}
}