diff --git a/index.html b/index.html index 340eabb..d19aabf 100644 --- a/index.html +++ b/index.html @@ -51,42 +51,46 @@ - - 10⁵ - - 10⁵ - Opérations - Gestion + + + 10⁵ + + 10⁵ + Opérations + Gestion + + + + + perm_identity {{ login }} (timer {{ timer }}) + + + + + settings Gestion + + + + + play_arrow Opérations + + + + + + + Création + Rechargement + Paiement + Vidange + + + Clients + Transactions + Utilisateurs + Statistiques + - - - - perm_identity {{ login }} (timer {{ timer }}) - - - - - settings Gestion - - - - - play_arrow Opérations - - - - - Création - Rechargement - Paiement - Vidange - - - Clients - Transactions - Utilisateurs - Statistiques - TODO @@ -133,7 +137,7 @@ Solde initial (€) - + Découvert autorisé diff --git a/scss/style.scss b/scss/style.scss index 863f8a7..235b39f 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -55,6 +55,19 @@ nav i.material-icons { font-size: 1rem; } +// Simplification du HTML + +nav>div { + @extend .nav-wrapper; + @extend .container; + >div { + @extend .row; + margin-bottom: 0px; + } + +} + + // Stylisation de tous les boutons button { @extend .btn-large; @@ -75,21 +88,7 @@ form { } } -.collapsible-body { - padding: 20px; - -} - -// On met les toasts en bas -#toast-container { - top: inherit; - bottom: 10%; - - a { - text-transform: uppercase; - } -} - +// Personalisé #grilleBieres { >div { @extend .row; @@ -106,3 +105,18 @@ form { } } +.collapsible-body { + padding: 20px; +} + + +// On met les toasts en bas +#toast-container { + top: inherit; + bottom: 10%; + + a { + text-transform: uppercase; + } +} + -- libgit2 0.21.2