2019-11-04 13:40:46 +01:00
|
|
|
.signature-request-header {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H7;
|
|
|
|
|
2019-11-04 13:40:46 +01:00
|
|
|
display: flex;
|
|
|
|
padding: 1rem;
|
|
|
|
border-bottom: 1px solid $geyser;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
2020-07-15 15:13:40 +02:00
|
|
|
&--account,
|
|
|
|
&--network {
|
2019-11-04 13:40:46 +01:00
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-02-08 17:49:49 +01:00
|
|
|
}
|
2019-11-04 13:40:46 +01:00
|
|
|
|
2021-02-08 17:49:49 +01:00
|
|
|
&--account {
|
2020-05-21 22:21:34 +02:00
|
|
|
.account-list-item {
|
|
|
|
&__top-row {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__account-name {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H7;
|
|
|
|
|
2020-05-21 22:21:34 +02:00
|
|
|
font-weight: 500;
|
|
|
|
}
|
2019-11-04 13:40:46 +01:00
|
|
|
|
2020-05-21 22:21:34 +02:00
|
|
|
&__top-row {
|
2020-07-15 15:13:40 +02:00
|
|
|
margin: 0;
|
2020-05-21 22:21:34 +02:00
|
|
|
}
|
2019-11-04 13:40:46 +01:00
|
|
|
}
|
|
|
|
}
|
2020-05-21 22:21:34 +02:00
|
|
|
}
|