Améliorations esthétiques
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -21,6 +21,12 @@
|
||||
background-color: #1a1a1a;
|
||||
}
|
||||
|
||||
&.light {
|
||||
.hamb-top, .hamb-middle, .hamb-bottom {
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
&.is-closed {
|
||||
&:before {
|
||||
content: '';
|
||||
|
||||
Reference in New Issue
Block a user