Améliorations esthétiques

This commit is contained in:
2024-09-09 21:28:02 +02:00
parent e2875ed7d0
commit ff8fe38a19
4 changed files with 15 additions and 5 deletions

View File

@@ -402,7 +402,7 @@
</script>
<header>
<h1 class="text-center">{assistant_title}</h1>
<h1 class="text-center fw-lighter">{assistant_title}</h1>
<div class="toolbar">
<button class="btn btn-primary" on:click={createAssistant} title="Créer un assistant"><span class="icon-add"></span></button>

View File

@@ -21,6 +21,12 @@
background-color: #1a1a1a;
}
&.light {
.hamb-top, .hamb-middle, .hamb-bottom {
background-color: #fff;
}
}
&.is-closed {
&:before {
content: '';