scoped back margin-right on icons

このコミットが含まれているのは:
Dym Sohin 2020-09-29 13:13:42 +02:00
コミット 1675f1a133
3個のファイルの変更8行の追加1行の削除

ファイルの表示

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

ファイルの表示

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

ファイルの表示

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