2018-06-23 08:52:45 +02:00
|
|
|
.confirm-page-container-header {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
|
|
|
|
&__row {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2022-03-16 15:49:25 +01:00
|
|
|
border-bottom: 1px solid var(--color-border-muted);
|
2018-11-13 18:19:12 +01:00
|
|
|
padding: 4px 13px 4px 13px;
|
2018-06-23 08:52:45 +02:00
|
|
|
flex: 0 0 auto;
|
2019-11-05 16:13:48 +01:00
|
|
|
align-items: center;
|
2021-01-27 17:51:59 +01:00
|
|
|
|
|
|
|
& .network-display {
|
|
|
|
margin-right: 0;
|
|
|
|
height: 25px;
|
|
|
|
}
|
2018-06-23 08:52:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__back-button-container {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2022-03-08 22:50:35 +01:00
|
|
|
color: var(--color-primary-default);
|
2019-09-03 19:47:54 +02:00
|
|
|
|
|
|
|
[dir='rtl'] & img {
|
|
|
|
transform: rotate(180deg);
|
|
|
|
}
|
2018-06-23 08:52:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__back-button {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include Paragraph;
|
|
|
|
|
2022-03-16 15:49:25 +01:00
|
|
|
color: var(--color-primary-default);
|
2018-06-23 08:52:45 +02:00
|
|
|
cursor: pointer;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
2019-11-05 16:13:48 +01:00
|
|
|
|
|
|
|
&__address-container {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__address {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H6;
|
|
|
|
|
2019-11-05 16:13:48 +01:00
|
|
|
margin-left: 6px;
|
|
|
|
}
|
2018-06-23 08:52:45 +02:00
|
|
|
}
|