feat: slim account menu and icon buttons (#655)
* feat: footer icon for preferences menu * feat: account footer icon * feat: account menu icon and slimmed down account menu
This commit is contained in:
@@ -34,17 +34,6 @@
|
||||
border-bottom: 2px solid var(--sn-stylekit-info-color);
|
||||
}
|
||||
}
|
||||
|
||||
svg {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
fill: var(--sn-stylekit-secondary-foreground-color);
|
||||
|
||||
&:hover {
|
||||
fill: var(--sn-stylekit-info-color) !important;
|
||||
color: var(--sn-stylekit-info-color) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#account-switcher-icon {
|
||||
|
||||
@@ -115,7 +115,7 @@ p {
|
||||
background-color: var(--sn-stylekit-background-color);
|
||||
}
|
||||
|
||||
$footer-height: 32px;
|
||||
$footer-height: 2rem;
|
||||
|
||||
#resizer-overlay {
|
||||
position: absolute;
|
||||
|
||||
@@ -154,6 +154,13 @@
|
||||
@extend .font-bold;
|
||||
}
|
||||
|
||||
.ml-0-important {
|
||||
margin-left: 0rem !important;
|
||||
}
|
||||
|
||||
.ml-3 {
|
||||
margin-left: 0.75rem;
|
||||
}
|
||||
.ml-4 {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
@@ -222,6 +229,10 @@
|
||||
min-height: 1.5rem;
|
||||
}
|
||||
|
||||
.max-h-5 {
|
||||
max-height: 1.25rem;
|
||||
}
|
||||
|
||||
.border-danger {
|
||||
border-color: var(--sn-stylekit-danger-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user