|
|
@ -115,24 +115,6 @@ |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.account__action-bar-dropdown { |
|
|
|
|
|
|
|
padding: 10px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.dropdown--active { |
|
|
|
|
|
|
|
.dropdown__content.dropdown__right { |
|
|
|
|
|
|
|
left: 6px; |
|
|
|
|
|
|
|
right: initial; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&::after { |
|
|
|
|
|
|
|
bottom: initial; |
|
|
|
|
|
|
|
margin-left: 11px; |
|
|
|
|
|
|
|
margin-top: -7px; |
|
|
|
|
|
|
|
right: initial; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.account__action-bar-links { |
|
|
|
.account__action-bar-links { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
flex: 1 1 auto; |
|
|
|
flex: 1 1 auto; |
|
|
@ -148,6 +130,10 @@ |
|
|
|
padding: 10px 0; |
|
|
|
padding: 10px 0; |
|
|
|
border-bottom: 4px solid transparent; |
|
|
|
border-bottom: 4px solid transparent; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:first-child { |
|
|
|
|
|
|
|
border-left: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&.active { |
|
|
|
&.active { |
|
|
|
border-bottom: 4px solid $ui-highlight-color; |
|
|
|
border-bottom: 4px solid $ui-highlight-color; |
|
|
|
} |
|
|
|
} |
|
|
|