(demo) add theme selector

As we aims to create several themes for this demo app, we add a select
to easily switch between all existing themes.
This commit is contained in:
jbpenrath
2024-02-14 00:37:50 +01:00
committed by Jean-Baptiste PENRATH
parent be1e2e2614
commit 0ade12251e
2 changed files with 82 additions and 18 deletions

View File

@@ -35,6 +35,12 @@ html {
position: fixed;
right: 1rem;
top: 0.75rem;
display: flex;
align-items: center;
gap: 1rem;
--c--components--forms-field--width: 150px;
}
.card {