UI: Fix warning icon spacing

This commit is contained in:
Kekoa Kaaikala 2022-09-28 18:18:35 +00:00
parent 09cf2762f9
commit 2f7f4fef9c
1 changed files with 20 additions and 13 deletions

View File

@ -17,7 +17,8 @@
color: $black;
}
.config-nav .nav-item > a:hover:not(.active), .config-nav .nav-item > a:focus:not(.active){
.config-nav .nav-item>a:hover:not(.active),
.config-nav .nav-item>a:focus:not(.active) {
text-decoration: none;
background-color: $light-gray;
}
@ -58,3 +59,9 @@
color: #FFC107;
margin-left: .75em;
}
.alert-info .warning-icon {
text-transform: uppercase;
color: #FFC107;
margin-right: .5em;
}