2018-07-30 19:42:09 +02:00
|
|
|
.menu-bar {
|
2020-04-02 04:38:45 +02:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 30% minmax(30%, 1fr) 30%;
|
|
|
|
column-gap: 5px;
|
2020-04-29 23:25:15 +02:00
|
|
|
padding: 0 8px;
|
2022-03-16 15:49:25 +01:00
|
|
|
border-bottom: 1px solid var(--color-border-muted);
|
2021-02-19 20:03:59 +01:00
|
|
|
height: 64px;
|
2018-07-30 19:42:09 +02:00
|
|
|
|
2020-04-02 04:38:45 +02:00
|
|
|
.menu-bar__account-options {
|
|
|
|
background: none;
|
|
|
|
font-size: inherit;
|
2020-04-29 23:25:15 +02:00
|
|
|
padding: 0 8px 0 5px;
|
2020-04-02 04:38:45 +02:00
|
|
|
place-self: center end;
|
2022-03-16 15:49:25 +01:00
|
|
|
color: var(--color-text-default);
|
2020-04-01 21:41:26 +02:00
|
|
|
}
|
|
|
|
|
2023-05-23 14:51:39 +02:00
|
|
|
///: BEGIN:ONLY_INCLUDE_IN(build-mmi)
|
|
|
|
&__custody-logo {
|
|
|
|
@media screen and (max-width: $break-small) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--icon {
|
|
|
|
height: 35px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
///: END:ONLY_INCLUDE_IN
|
|
|
|
|
2020-04-01 21:41:26 +02:00
|
|
|
.selected-account {
|
2020-04-02 04:38:45 +02:00
|
|
|
grid-column: 2 / span 1;
|
|
|
|
place-self: center stretch;
|
2018-07-30 19:42:09 +02:00
|
|
|
}
|
|
|
|
}
|
2020-05-27 17:31:53 +02:00
|
|
|
|
|
|
|
.account-options-menu {
|
|
|
|
&__explorer-origin {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H7;
|
|
|
|
|
2022-03-16 15:49:25 +01:00
|
|
|
color: var(--color-text-alternative);
|
2020-05-27 17:31:53 +02:00
|
|
|
}
|
|
|
|
}
|