diff --git a/umap/static/umap/css/bar.css b/umap/static/umap/css/bar.css
index b62249e7..9433957a 100644
--- a/umap/static/umap/css/bar.css
+++ b/umap/static/umap/css/bar.css
@@ -1,6 +1,6 @@
.umap-main-edit-toolbox [type=button] {
color: #fff;
- font-size: 1em;
+ font-size: 0.8rem;
background-color: var(--color-darkGray);
width: auto;
margin-bottom: 0;
diff --git a/umap/templates/umap/design_system.html b/umap/templates/umap/design_system.html
index 0d580dce..837adebb 100644
--- a/umap/templates/umap/design_system.html
+++ b/umap/templates/umap/design_system.html
@@ -9,9 +9,19 @@
{% block extra_head %}
{{ block.super }}
{% endblock extra_head %}
@@ -35,7 +57,129 @@
uMap Design System
+
Navigation
+
Header
+
+
+
+
+
Header map
+
+
+
+
+
+
+ Déconnecté
+
+
+
+ David Larlet
+
+ Aide
+
+
+ Aperçu
+
+
+
+ Enregistrer
+
+
+
+
+
Card
+
+
+ {# djlint:off #}
+
+
+
+ {# djlint:on #}
+
+
+
+
Une carte en exemple avec des tags et un titre sur plusieurs lignes
+
par David L.
+
+ Voir la carte
+
+
+
+
Footer
+
Forms
+
Buttons
+
Créer une carte
+
+
+
+
+
+
+
+
Search form
+
+
+
Copiable link
Lien vers la carte
@@ -62,10 +206,10 @@
Explorateur : données
-
You want it darker…
+
You want it darker…
+
Panel
Titre avec icône
-
Options d'interface
@@ -115,6 +259,77 @@
+
+ Propriétés par défaut
+
+
+
+
+
+
Importers
+
Colors
@@ -130,7 +345,7 @@
for (const style of styles) {
if (style.startsWith("--") && style.includes("color")) {
const value = styles.getPropertyValue(style)
- html += `
${style}
`
+ html += `
${style} (${value})
`
}
}
const template = document.createElement('template')