mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-06 11:11:58 +00:00
Add dashboard app store category icon
This commit is contained in:
parent
d6c2fcaeaf
commit
46f439392b
2 changed files with 5 additions and 0 deletions
css
|
@ -133,6 +133,10 @@
|
|||
background-image: var(--icon-auth-f2f2f2) !important;
|
||||
}
|
||||
|
||||
.icon-category-dashboard {
|
||||
background-image: var(--icon-dashboard-f2f2f2) !important;
|
||||
}
|
||||
|
||||
/* Actions ------------------------------------------------------------------ */
|
||||
|
||||
.icon-star,
|
||||
|
|
|
@ -37,6 +37,7 @@ $icon-success: #27ae60;
|
|||
@include icon-color-theming("social", "categories", $icon-normal, 1, true);
|
||||
@include icon-color-theming("workflow", "categories", $icon-normal, 1, true);
|
||||
@include icon-color-theming("auth", "categories", $icon-normal, 1, true);
|
||||
@include icon-color-theming("dashboard", "categories", $icon-normal, 1, true);
|
||||
|
||||
@include icon-color-theming("star-dark", "actions", $icon-normal, 1, true);
|
||||
@include icon-color-theming("search", "actions", $icon-normal, 1, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue