mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
6 lines
233 B
Plaintext
6 lines
233 B
Plaintext
![]() |
/* White icons with optional class, or on hover/focus/active states of certain elements */
|
||
|
.icon-white,
|
||
|
.navbar .nav a > [class^="icon-"],
|
||
|
.navbar .nav a > [class*=" icon-"] {
|
||
|
background-image: url("@{iconWhiteSpritePath}");
|
||
|
}
|