@ -6,6 +6,10 @@
max-width: 391px;
min-height: 585px;
@media screen and (max-width: $break-small) {
max-width: 344px;
}
&__header {
padding: 0px;
padding-top: 16px;
@ -60,6 +64,10 @@
.gas-modal-content {
width: 100%;
&__basic-tab {
height: 219px;
@ -67,6 +67,10 @@
justify-content: stretch;
max-width: 260px;
max-width: 230px;
&__button-fiat-price {
font-size: 13px;
@ -98,6 +102,10 @@
padding-top: 9px;
padding-left: 8.5px;
padding-left: 4px;
div {
display: flex;
flex-flow: column;
@ -1,12 +1,17 @@
.gas-price-chart {
position: relative;
justify-content: center;
&__root {
max-height: 154px;
overflow: hidden;
max-width: 326px;
.tick text, .c3-axis-x-label, .c3-axis-y-label {
@ -194,10 +194,14 @@
.page-container {
height: 100%;
overflow-y: auto;
background-color: $white;
border-radius: 0;
flex: 1;
&__content {
overflow-y: initial;
@ -216,6 +216,7 @@ $wallet-view-bg: $alabaster;
.main-container-wrapper {
@ -530,6 +530,7 @@
margin: 0;
flex: 1 1 auto;
@ -18,6 +18,10 @@ body {
padding: 0;
overflow-y: overlay;
html {