2018-06-23 08:52:45 +02:00
|
|
|
.confirm-detail-row {
|
|
|
|
padding: 14px 0;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
&__label {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H7;
|
|
|
|
|
2018-06-23 08:52:45 +02:00
|
|
|
font-weight: 500;
|
2022-05-10 19:28:30 +02:00
|
|
|
color: var(--color-text-alternative);
|
2018-06-23 08:52:45 +02:00
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__details {
|
|
|
|
flex: 1;
|
|
|
|
text-align: end;
|
2018-07-26 07:12:13 +02:00
|
|
|
min-width: 0;
|
2018-06-23 08:52:45 +02:00
|
|
|
}
|
|
|
|
|
2018-10-17 01:03:29 +02:00
|
|
|
&__primary {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H3;
|
|
|
|
|
2018-10-17 01:03:29 +02:00
|
|
|
justify-content: flex-end;
|
2018-06-23 08:52:45 +02:00
|
|
|
}
|
|
|
|
|
2018-10-17 01:03:29 +02:00
|
|
|
&__secondary {
|
2022-05-25 17:35:36 +02:00
|
|
|
color: var(--color-text-alternative);
|
2018-10-17 01:03:29 +02:00
|
|
|
justify-content: flex-end;
|
2018-06-23 08:52:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__header-text {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H7;
|
|
|
|
|
2018-06-23 08:52:45 +02:00
|
|
|
text-transform: uppercase;
|
|
|
|
margin-bottom: 6px;
|
2022-05-25 17:35:36 +02:00
|
|
|
color: var(--color-text-default);
|
2018-06-23 08:52:45 +02:00
|
|
|
|
|
|
|
&--edit {
|
2022-03-16 15:49:25 +01:00
|
|
|
color: var(--color-primary-default);
|
2018-06-23 08:52:45 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--total {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H8;
|
2018-06-23 08:52:45 +02:00
|
|
|
}
|
|
|
|
}
|
2019-02-06 01:24:28 +01:00
|
|
|
|
|
|
|
.advanced-gas-inputs__gas-edit-rows {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
2019-09-27 06:30:36 +02:00
|
|
|
|
|
|
|
.custom-nonce-input {
|
|
|
|
input {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include Paragraph;
|
|
|
|
|
2019-09-27 06:30:36 +02:00
|
|
|
width: 90px;
|
|
|
|
}
|
|
|
|
}
|
2018-06-23 08:52:45 +02:00
|
|
|
}
|