fontawesome
6 years ago
fonts
6 years ago
admin_bar_menu.css
3 years ago
bootstrap.min.css
6 years ago
nitropack.css
3 years ago
np_safemode.css
4 years ago
admin_bar_menu.css
26 lines
| 1 | .nitro.fa, .nitro.far, .nitro.fas { |
| 2 | font-family: FontAwesome !important; |
| 3 | font-weight: 900!important; |
| 4 | } |
| 5 | |
| 6 | .nitro-status-ok { |
| 7 | color: #28a745; |
| 8 | } |
| 9 | |
| 10 | .nitro-status-blue { |
| 11 | color: royalblue; |
| 12 | } |
| 13 | |
| 14 | .nitro-status-error { |
| 15 | color: red; |
| 16 | } |
| 17 | |
| 18 | .nitro-status-warning { |
| 19 | color: orange; |
| 20 | } |
| 21 | |
| 22 | .nitro-status { |
| 23 | width: 9px!important; |
| 24 | font-size: 9px!important; |
| 25 | vertical-align: middle!important; |
| 26 | } |