mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-17 21:53:03 +05:30
User panel now have auto width
This commit is contained in:
parent
fb9f6e118e
commit
cc50dab0e4
@ -24,7 +24,7 @@ $lightBorderColor: #eee;
|
|||||||
.lightAccountSwitcher {
|
.lightAccountSwitcher {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #444;
|
color: #444;
|
||||||
width: 205px;
|
min-width: 205px;
|
||||||
|
|
||||||
$border: 1px solid $lightBorderColor;
|
$border: 1px solid $lightBorderColor;
|
||||||
border-left: $border;
|
border-left: $border;
|
||||||
@ -79,6 +79,7 @@ $lightBorderColor: #eee;
|
|||||||
.link {
|
.link {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user