2018-10-26 07:50:36 +02:00
|
|
|
.sidebar-left {
|
2018-11-27 18:30:41 +01:00
|
|
|
display: flex;
|
|
|
|
|
2018-10-26 07:50:36 +02:00
|
|
|
.gas-modal-page-container {
|
2018-11-27 18:30:41 +01:00
|
|
|
display: flex;
|
|
|
|
|
2018-10-26 07:50:36 +02:00
|
|
|
.page-container {
|
2018-11-27 18:30:41 +01:00
|
|
|
flex: 1;
|
2018-10-26 07:50:36 +02:00
|
|
|
max-width: 100%;
|
2018-11-15 21:32:12 +01:00
|
|
|
|
|
|
|
&__content {
|
|
|
|
display: flex;
|
|
|
|
overflow-y: initial;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: $break-small) {
|
|
|
|
max-width: 344px;
|
|
|
|
min-height: auto;
|
|
|
|
}
|
2018-11-27 18:30:41 +01:00
|
|
|
|
|
|
|
@media screen and (min-width: $break-small) {
|
|
|
|
max-height: none;
|
|
|
|
}
|
2018-10-26 07:50:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-container__bottom {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-container__content {
|
|
|
|
overflow-y: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.basic-tab-content {
|
2018-11-27 18:30:41 +01:00
|
|
|
height: auto;
|
2020-07-15 15:13:40 +02:00
|
|
|
margin-bottom: 0;
|
2018-10-26 07:50:36 +02:00
|
|
|
border-bottom: 1px solid #d2d8dd;
|
2018-11-27 18:30:41 +01:00
|
|
|
flex: 1 1 70%;
|
2018-10-26 07:50:36 +02:00
|
|
|
|
2018-11-15 21:32:12 +01:00
|
|
|
@media screen and (max-width: $break-small) {
|
|
|
|
padding-left: 14px;
|
|
|
|
padding-bottom: 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gas-price-button-group--alt {
|
|
|
|
@media screen and (max-width: $break-small) {
|
|
|
|
max-width: 318px;
|
|
|
|
|
|
|
|
&__time-estimate {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H7;
|
2018-11-15 21:32:12 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-10-26 07:50:36 +02:00
|
|
|
}
|
|
|
|
|
2018-11-15 21:32:12 +01:00
|
|
|
.advanced-tab {
|
2018-11-27 18:30:41 +01:00
|
|
|
@media screen and (min-width: $break-small) {
|
|
|
|
flex: 1 1 70%;
|
|
|
|
}
|
|
|
|
|
2018-11-15 21:32:12 +01:00
|
|
|
&__fee-chart {
|
|
|
|
height: 320px;
|
|
|
|
|
|
|
|
@media screen and (max-width: $break-small) {
|
|
|
|
height: initial;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__fee-chart__speed-buttons {
|
|
|
|
bottom: 77px;
|
|
|
|
|
|
|
|
@media screen and (max-width: $break-small) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2018-10-26 07:50:36 +02:00
|
|
|
}
|
|
|
|
|
2018-11-27 18:30:41 +01:00
|
|
|
.gas-modal-content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 100%;
|
2018-11-15 21:32:12 +01:00
|
|
|
|
2018-11-27 18:30:41 +01:00
|
|
|
&__info-row-wrapper {
|
2018-11-15 21:32:12 +01:00
|
|
|
display: flex;
|
2020-07-15 15:13:40 +02:00
|
|
|
|
2018-11-27 18:30:41 +01:00
|
|
|
@media screen and (min-width: $break-small) {
|
|
|
|
flex: 1 1 30%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__info-row {
|
|
|
|
height: 170px;
|
|
|
|
|
|
|
|
@media screen and (max-width: $break-small) {
|
|
|
|
height: initial;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
2018-11-15 21:32:12 +01:00
|
|
|
}
|
2018-10-26 07:50:36 +02:00
|
|
|
}
|
|
|
|
}
|
2020-07-15 15:13:40 +02:00
|
|
|
}
|