You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
499 B
35 lines
499 B
5 years ago
|
.signature-request-header {
|
||
4 years ago
|
@include H7;
|
||
|
|
||
5 years ago
|
display: flex;
|
||
|
padding: 1rem;
|
||
|
border-bottom: 1px solid $geyser;
|
||
|
justify-content: space-between;
|
||
|
|
||
4 years ago
|
&--account,
|
||
|
&--network {
|
||
5 years ago
|
flex: 1;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
4 years ago
|
}
|
||
5 years ago
|
|
||
4 years ago
|
&--account {
|
||
5 years ago
|
.account-list-item {
|
||
|
&__top-row {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
&__account-name {
|
||
4 years ago
|
@include H7;
|
||
|
|
||
5 years ago
|
font-weight: 500;
|
||
|
}
|
||
5 years ago
|
|
||
5 years ago
|
&__top-row {
|
||
4 years ago
|
margin: 0;
|
||
5 years ago
|
}
|
||
5 years ago
|
}
|
||
|
}
|
||
5 years ago
|
}
|