MyCrypto/common/components/Header/components/GasPriceDropdown.scss
skubakdj 7fd7ba66c9 Gas price dropdown (#61)
* implement gas price dropdown
2017-07-20 12:06:10 -05:00

34 lines
546 B
SCSS

@import "common/sass/variables";
.GasPrice {
&-dropdown-menu {
padding: 0.5rem !important;
min-width: 300px !important;
}
&-header {
max-width: 26rem;
color: $text-color;
p {
font-weight: 400;
margin: $space-sm 0 0;
}
a, a:hover, a:focus, a:visited {
color: $brand-primary !important;
}
}
&-padding-reset {
padding-left: 0 !important;
padding-right: 0 !important;
}
&-description {
white-space: normal;
font-weight: 300 !important;
margin: 2rem 0 0;
}
}