2018-06-23 08:52:45 +02:00
|
|
|
.confirm-page-container-summary {
|
|
|
|
padding: 16px 24px 0;
|
|
|
|
background-color: #f9fafa;
|
|
|
|
height: 133px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
2021-01-28 18:59:45 +01:00
|
|
|
&__origin {
|
|
|
|
@include H6;
|
|
|
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
|
2018-06-23 08:52:45 +02:00
|
|
|
text-transform: uppercase;
|
2022-01-06 18:35:49 +01:00
|
|
|
color: var(--oslo-gray);
|
2018-06-23 08:52:45 +02:00
|
|
|
padding: 3px 8px;
|
2022-01-06 18:35:49 +01:00
|
|
|
border: 1px solid var(--oslo-gray);
|
2018-06-23 08:52:45 +02:00
|
|
|
border-radius: 4px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__nonce {
|
2022-01-06 18:35:49 +01:00
|
|
|
color: var(--oslo-gray);
|
2018-06-23 08:52:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__title {
|
|
|
|
padding: 4px 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__identicon {
|
|
|
|
flex: 0 0 auto;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__title-text {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H1;
|
|
|
|
|
2018-06-23 08:52:45 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__subtitle {
|
2022-01-06 18:35:49 +01:00
|
|
|
color: var(--oslo-gray);
|
2018-06-23 08:52:45 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--border {
|
2022-01-06 18:35:49 +01:00
|
|
|
border-bottom: 1px solid var(--geyser);
|
2018-06-23 08:52:45 +02:00
|
|
|
}
|
|
|
|
}
|