Compare commits

..

2 commits

Author SHA1 Message Date
David Larlet
2302a6c3a6
Merge 40947f308f into a135e5c3e1 2025-04-14 18:50:39 -04:00
David Larlet
40947f308f
feat: implement a design system for UI consistency 2025-04-14 18:49:21 -04:00

View file

@ -31,6 +31,7 @@
</style> </style>
{% endblock extra_head %} {% endblock extra_head %}
{% block maincontent %} {% block maincontent %}
<div class="wrapper"> <div class="wrapper">
<h2 class="section">uMap Design System</h2> <h2 class="section">uMap Design System</h2>
@ -64,11 +65,11 @@
</div> </div>
<h4>You want it darker…</h4> <h4>You want it darker…</h4>
<div class="panel dark full on"> <div class="panel dark full on">
<h3><i class="icon icon-16 icon-settings" title=""></i><span>Titre avec icône</span></h3> <h3 class=""><i class="icon icon-16 icon-settings" title=""></i><span class="">Titre avec icône</span></h3>
<details open=""> <details class="" open="">
<summary><span>Options d'interface</span></summary> <summary class=""><span class="">Options d'interface</span></summary>
<fieldset> <fieldset class="">
<form> <form>
<div class="formbox"> <div class="formbox">
<input type="checkbox" name="homeControl" data-ref="input" class="switch" id="homeControl"> <input type="checkbox" name="homeControl" data-ref="input" class="switch" id="homeControl">