2019-03-22 00:03:30 +01:00
|
|
|
@import 'confirm-page-container-warning/index';
|
|
|
|
@import 'confirm-page-container-summary/index';
|
2018-06-23 08:52:45 +02:00
|
|
|
|
|
|
|
.confirm-page-container-content {
|
|
|
|
overflow-y: auto;
|
2019-11-05 16:13:48 +01:00
|
|
|
height: 100%;
|
2018-06-23 08:52:45 +02:00
|
|
|
flex: 1;
|
2020-08-18 16:10:56 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2018-06-23 08:52:45 +02:00
|
|
|
|
2022-01-15 04:12:20 +01:00
|
|
|
&--with-top-border {
|
2022-03-16 15:49:25 +01:00
|
|
|
border-top: 1px solid var(--color-border-muted);
|
2022-01-15 04:12:20 +01:00
|
|
|
}
|
|
|
|
|
2018-06-23 08:52:45 +02:00
|
|
|
&__error-container {
|
|
|
|
padding: 0 16px 16px 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__details {
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 0 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__gas-fee {
|
2022-03-16 15:49:25 +01:00
|
|
|
border-bottom: 1px solid var(--color-border-muted);
|
2019-02-06 01:24:28 +01:00
|
|
|
|
|
|
|
.advanced-gas-inputs__gas-edit-rows {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
2018-06-23 08:52:45 +02:00
|
|
|
}
|
|
|
|
|
2020-03-24 01:18:45 +01:00
|
|
|
&__tab {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H7;
|
|
|
|
|
2022-03-16 15:49:25 +01:00
|
|
|
color: var(--color-text-alternative);
|
2020-03-24 01:18:45 +01:00
|
|
|
text-transform: uppercase;
|
2020-11-05 19:05:41 +01:00
|
|
|
|
|
|
|
& button {
|
|
|
|
font-size: unset;
|
2022-03-16 15:49:25 +01:00
|
|
|
color: var(--color-text-alternative);
|
2020-11-05 19:05:41 +01:00
|
|
|
text-transform: uppercase;
|
2022-09-20 19:00:07 +02:00
|
|
|
max-width: 170px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
& .dropdown__select {
|
|
|
|
color: var(--color-text-alternative);
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
|
|
|
option {
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
& .dropdown__icon-caret-down {
|
|
|
|
top: 40%;
|
2020-11-05 19:05:41 +01:00
|
|
|
}
|
2020-03-24 01:18:45 +01:00
|
|
|
}
|
2020-08-18 16:10:56 +02:00
|
|
|
|
|
|
|
.page-container__footer {
|
|
|
|
margin-top: auto;
|
|
|
|
}
|
2021-08-17 00:48:24 +02:00
|
|
|
|
2021-12-10 01:50:38 +01:00
|
|
|
&__currency-container,
|
|
|
|
&__total-amount,
|
|
|
|
&__total-value {
|
2021-08-17 00:48:24 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
2018-06-23 08:52:45 +02:00
|
|
|
}
|