mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2024-12-18 05:41:56 +00:00
refix buttons alignements
This commit is contained in:
parent
572dcef82c
commit
bab7b76385
3 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ $btn-border-width: 0.1rem;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 0.8em 1.6em;
|
padding: 0.8em 1em;
|
||||||
border: $btn-border-width solid transparent;
|
border: $btn-border-width solid transparent;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: $btn-primary;
|
background-color: $btn-primary;
|
||||||
|
|
|
@ -35,7 +35,7 @@ body {
|
||||||
|
|
||||||
.title-2 {
|
.title-2 {
|
||||||
margin-top: 7rem;
|
margin-top: 7rem;
|
||||||
margin-bottom: 2.5rem;
|
margin-bottom: 3rem;
|
||||||
font-size: 3.8rem;
|
font-size: 3.8rem;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
|
|
|
@ -23,9 +23,9 @@ permalink:
|
||||||
<article class="w100 maxw380px text-center">
|
<article class="w100 maxw380px text-center">
|
||||||
<h2 class="title-1 mt0">Et <span class="highlighter-underline">vous</span> ?</h2>
|
<h2 class="title-1 mt0">Et <span class="highlighter-underline">vous</span> ?</h2>
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<div class="notif notif--error" x-bind="error" x-cloak>Message d'erreur à faire</div>
|
<div class="notif notif--error mb2" x-bind="error" x-cloak>Message d'erreur à faire</div>
|
||||||
<div class="gridstack mb15">
|
<div class="gridstack mb15">
|
||||||
<form action="/" method="post" x-bind="form">
|
<form action="/" method="post" class="flex" x-bind="form">
|
||||||
<button class="btn btn--big btn--icoYellow w100" x-bind="button">
|
<button class="btn btn--big btn--icoYellow w100" x-bind="button">
|
||||||
{% include 'icons/plus-one.svg' %} Je fais grève
|
{% include 'icons/plus-one.svg' %} Je fais grève
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in a new issue