forked from p15670423/monkey
UI: Fix warning icon spacing
This commit is contained in:
parent
09cf2762f9
commit
2f7f4fef9c
|
@ -17,7 +17,8 @@
|
||||||
color: $black;
|
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;
|
text-decoration: none;
|
||||||
background-color: $light-gray;
|
background-color: $light-gray;
|
||||||
}
|
}
|
||||||
|
@ -58,3 +59,9 @@
|
||||||
color: #FFC107;
|
color: #FFC107;
|
||||||
margin-left: .75em;
|
margin-left: .75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert-info .warning-icon {
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: #FFC107;
|
||||||
|
margin-right: .5em;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue