mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Use cards for shop
This commit is contained in:
@@ -34259,7 +34259,7 @@ has-background-moon.is-hoverable:active {
|
||||
--s: var(--bulma-info-s);
|
||||
--l: var(--bulma-info-l);
|
||||
}
|
||||
.bd-nav-item.is-system, .bd-nav-item.is-docs {
|
||||
.bd-nav-item.is-system, .bd-nav-item.is-docs, .bd-nav-item.is-shop {
|
||||
--h: var(--bulma-success-h);
|
||||
--s: var(--bulma-success-s);
|
||||
--l: var(--bulma-success-l);
|
||||
@@ -38852,6 +38852,13 @@ has-background-moon.is-hoverable:active {
|
||||
--theme-color: hsl(var(--theme-h), var(--theme-s), var(--theme-l));
|
||||
}
|
||||
|
||||
.bd-theme-shop {
|
||||
--theme-h: var(--bulma-success-h);
|
||||
--theme-s: var(--bulma-success-s);
|
||||
--theme-l: var(--bulma-success-l);
|
||||
--theme-color: hsl(var(--theme-h), var(--theme-s), var(--theme-l));
|
||||
}
|
||||
|
||||
.bd-theme-features {
|
||||
--theme-h: var(--bulma-danger-h);
|
||||
--theme-s: var(--bulma-danger-s);
|
||||
|
||||
Reference in New Issue
Block a user