fonts
2 years ago
scss
1 year ago
admin_bar_menu.min.css
1 year ago
admin_bar_menu.scss
1 year ago
nitro-notifications.min.css
1 year ago
nitro-notifications.min.css.map
2 years ago
nitro-notifications.scss
2 years ago
safemode.min.css
2 years ago
safemode.min.css.map
2 years ago
safemode.scss
2 years ago
style.min.css
2 years ago
style.min.css.map
2 years ago
style.scss
2 years ago
admin_bar_menu.scss
58 lines
| 1 | #wp-admin-bar-nitropack-top-menu { |
| 2 | &.nitropack-menu .ab-item { |
| 3 | display: flex; |
| 4 | align-items: center; |
| 5 | } |
| 6 | .circle { |
| 7 | height: 0.5rem; |
| 8 | width: 0.5rem; |
| 9 | background-color: #bbb; |
| 10 | border-radius: 50%; |
| 11 | display: inline-block; |
| 12 | } |
| 13 | .icon { |
| 14 | margin-left: 0.5rem; |
| 15 | width: 1rem; |
| 16 | } |
| 17 | .loading.icon { |
| 18 | width: 0.875rem; |
| 19 | } |
| 20 | .nitro-status-ok { |
| 21 | background-color: #28a745; |
| 22 | } |
| 23 | |
| 24 | .nitro-status-blue { |
| 25 | background-color: royalblue; |
| 26 | } |
| 27 | |
| 28 | .nitro-status-error { |
| 29 | background-color: red; |
| 30 | } |
| 31 | |
| 32 | .nitro-status-warning { |
| 33 | background-color: orange; |
| 34 | } |
| 35 | .circle-with-text { |
| 36 | display: inline-block; |
| 37 | vertical-align: top; |
| 38 | box-sizing: border-box; |
| 39 | margin: 1px 0 -1px .5rem; |
| 40 | padding: 0 5px; |
| 41 | min-width: 18px; |
| 42 | height: 18px; |
| 43 | border-radius: 9px; |
| 44 | background-color: #d63638; |
| 45 | color: #fff; |
| 46 | font-size: 11px; |
| 47 | line-height: 1.6; |
| 48 | text-align: center; |
| 49 | z-index: 26; |
| 50 | } |
| 51 | .nitro-color-notification { |
| 52 | background-color: #72aee6; |
| 53 | } |
| 54 | .nitro-color-issues { |
| 55 | background-color: #d63638; |
| 56 | } |
| 57 | } |
| 58 |