mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-04 15:23:39 +00:00
7fd7ba66c9
* implement gas price dropdown
34 lines
546 B
SCSS
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;
|
|
}
|
|
}
|