|
|
@ -48,7 +48,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
&__contents { |
|
|
|
&__contents { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
flex-flow: row nowrap; |
|
|
|
flex-flow: row nowrap; |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
|
|
|
|
|
|
|
@ -74,17 +73,33 @@ |
|
|
|
flex-direction: row; |
|
|
|
flex-direction: row; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
flex: 0 0 auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&__account-menu-container { |
|
|
|
&__account-menu-container { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
flex-flow: row nowrap; |
|
|
|
flex-flow: row nowrap; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
flex: 1 1 auto; |
|
|
|
|
|
|
|
width: 0; |
|
|
|
|
|
|
|
flex-flow: row nowrap; |
|
|
|
|
|
|
|
justify-content: flex-end; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&__network-component-wrapper { |
|
|
|
&__network-component-wrapper { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
flex-direction: row; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
flex: 1 0 auto; |
|
|
|
|
|
|
|
width: 0; |
|
|
|
|
|
|
|
justify-content: flex-end; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.network-component.pointer { |
|
|
|
|
|
|
|
max-width: 200px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.network-indicator { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|