2018-06-23 08:52:45 +02:00
|
|
|
.confirm-page-container-summary {
|
2022-01-15 04:12:20 +01:00
|
|
|
padding: 16px 24px;
|
2022-03-16 15:49:25 +01:00
|
|
|
background-color: var(--color-background-alternative);
|
2018-06-23 08:52:45 +02:00
|
|
|
box-sizing: border-box;
|
2022-01-10 17:23:53 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-evenly;
|
2018-06-23 08:52:45 +02:00
|
|
|
|
2022-01-15 04:12:20 +01:00
|
|
|
&__origin,
|
|
|
|
&__action-row {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
2021-01-28 18:59:45 +01:00
|
|
|
&__origin {
|
|
|
|
@include H6;
|
|
|
|
}
|
|
|
|
|
2018-06-23 08:52:45 +02:00
|
|
|
&__action-row {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__action {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H7;
|
|
|
|
|
2022-04-04 16:17:54 +02:00
|
|
|
color: var(--color-text-alternative);
|
2018-06-23 08:52:45 +02:00
|
|
|
padding: 3px 8px;
|
2022-03-16 15:49:25 +01:00
|
|
|
border: 1px solid var(--color-border-default);
|
2018-06-23 08:52:45 +02:00
|
|
|
border-radius: 4px;
|
2022-03-02 16:26:53 +01:00
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
&__name {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-tooltip {
|
|
|
|
margin-inline-start: 4px;
|
|
|
|
|
|
|
|
&__tooltip-container {
|
|
|
|
margin-bottom: -3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__contract-address {
|
|
|
|
margin-inline-end: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__contract-address-btn {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
margin-inline-end: 4px;
|
2022-03-22 19:28:23 +01:00
|
|
|
color: var(--color-primary-default);
|
2022-03-02 16:26:53 +01:00
|
|
|
}
|
2018-06-23 08:52:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__nonce {
|
2022-03-16 15:49:25 +01:00
|
|
|
color: var(--color-text-alternative);
|
2018-06-23 08:52:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__title {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2022-01-10 17:23:53 +01:00
|
|
|
&__icon {
|
2018-06-23 08:52:45 +02:00
|
|
|
flex: 0 0 auto;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__title-text {
|
2022-01-15 04:12:20 +01:00
|
|
|
@include H1;
|
2020-10-29 16:03:29 +01:00
|
|
|
|
2018-06-23 08:52:45 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2022-03-09 15:38:12 +01:00
|
|
|
&__title-text-long {
|
|
|
|
@include H3;
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2018-06-23 08:52:45 +02:00
|
|
|
&__subtitle {
|
2022-01-15 04:12:20 +01:00
|
|
|
@include H5;
|
2022-01-10 17:23:53 +01:00
|
|
|
|
2022-03-16 15:49:25 +01:00
|
|
|
color: var(--color-text-alternative);
|
2018-06-23 08:52:45 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--border {
|
2022-03-16 15:49:25 +01:00
|
|
|
border-bottom: 1px solid var(--color-border-muted);
|
2018-06-23 08:52:45 +02:00
|
|
|
}
|
|
|
|
}
|