mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-15 09:46:06 +01:00
more updates
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -67,6 +67,7 @@ $element-map: (
|
|||||||
button: $button-bg $button-text,
|
button: $button-bg $button-text,
|
||||||
notice: $notice-bg $notice-text,
|
notice: $notice-bg $notice-text,
|
||||||
content: $content-bg $content-text,
|
content: $content-bg $content-text,
|
||||||
|
tabs: $content-tabs-bg $content-tabs-text,
|
||||||
update: $update-bg $update-text,
|
update: $update-bg $update-text,
|
||||||
critical: $critical-bg $critical-text,
|
critical: $critical-bg $critical-text,
|
||||||
page: $page-bg $page-text,
|
page: $page-bg $page-text,
|
||||||
@@ -320,7 +321,12 @@ tr {
|
|||||||
.badges {
|
.badges {
|
||||||
.count {
|
.count {
|
||||||
color: $nav-link;
|
color: $nav-link;
|
||||||
|
@if (lightness($nav-bg) < 50) {
|
||||||
background-color: lighten($nav-bg, 10%);
|
background-color: lighten($nav-bg, 10%);
|
||||||
|
} @else {
|
||||||
|
background-color: darken($nav-bg, 10%);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.updates {
|
.updates {
|
||||||
|
|||||||
Reference in New Issue
Block a user