Fix menu dropdown icon (rainloop resized the font, not the glyph)

This commit is contained in:
djmaze 2021-02-11 21:07:40 +01:00
parent e141ee8ea3
commit f1a3f54547
8 changed files with 12 additions and 16 deletions

View file

@ -1,11 +1,4 @@
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
width: 1em;
height: 1em;
}
.fontastic + span,
[class^="icon-"] + span,
[class*=" icon-"] + span {
@ -14,6 +7,9 @@
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
font-size: 16px;
vertical-align: text-top;
@ -30,14 +26,14 @@
margin-left: -1px;
}
.iconsize24 {
font-size: 24px;
}
.iconsize20 {
font-size: 20px;
}
.iconsize24 {
font-size: 24px;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav > .active > a > [class^="icon-"],