scoped back margin-right on icons

This commit is contained in:
Dym Sohin 2020-09-29 13:13:42 +02:00
parent f9977dbb3c
commit 1675f1a133
3 changed files with 8 additions and 1 deletions

View file

@ -809,7 +809,6 @@ nav {
.button-icon {
font-size: 1.2em;
margin-right: 0.5em;
}
@keyframes shakeError {

View file

@ -125,6 +125,10 @@
}
}
.nav-panel .button-icon {
margin-right: 0.5em;
}
.nav-panel .button-icon:before {
width: 1.1em;
}

View file

@ -170,6 +170,10 @@
text-decoration: underline;
}
}
i {
margin: 0 0.5em;
}
}
}