Add icons in the user menu

This commit is contained in:
yflory
2018-03-22 15:19:14 +01:00
parent d0c38d31e4
commit d4dfbddaa6
2 changed files with 32 additions and 18 deletions

View File

@@ -55,9 +55,23 @@
user-select: none;
float: none;
text-align: left;
font: @dropdown_font;
line-height: 1em;
align-items: center;
&:not(.fa) {
font: @dropdown_font;
}
&.fa {
font-size: 18px;
&::before {
width: 40px;
margin-left: -10px;
text-align: center;
}
* {
font: @dropdown_font;
}
}
.fa {
width: 20px;