/ common / components / BalanceSidebar / TokenBalances / AddCustomTokenForm / AddCustomTokenForm.scss
AddCustomTokenForm.scss
1 @import 'common/sass/variables'; 2 3 .AddCustom { 4 &-field { 5 margin-bottom: 0; 6 7 &-error { 8 font-size: 13px; 9 font-weight: normal; 10 color: color(brand-danger); 11 } 12 } 13 14 &-buttons { 15 padding-top: 10px; 16 display: flex; 17 justify-content: center; 18 flex-wrap: wrap; 19 margin: 0 -$space-xs; 20 21 &-help { 22 text-align: center; 23 display: block; 24 font-size: 13px; 25 margin-bottom: 10px; 26 } 27 28 &-btn { 29 padding: 0.5rem 1.5rem; 30 margin: 0 $space-xs; 31 } 32 } 33 }