diff --git a/static/css/main.css b/static/css/main.css index 75d7ddd..ed7494c 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -35,7 +35,7 @@ img { } p { - font-size: 1.5vw; + font-weight: 300; } @@ -134,22 +134,57 @@ a:hover { height: 400px; } -.login-input { +form { + margin-top: 25vh; + margin-bottom: 10vh; + padding: 0px; + width: 50vw; + display: flex; + align-items: center; + flex-direction: column; +} +.form-group { + margin: 10px; + width: 100%; +} + +input { + width: 100%; + border: none; + border-bottom: 1px solid #d75b00; + height: 40px; + background: none; + padding: 5px; +} + +input:focus { + outline: none; + border-bottom: 2px solid #923e01; +} + +button[type="submit"] { + padding: 5px 10px; + height: 30px; + outline: 1px solid #d75b00; + background: none; + border: none; + font-family: inherit; + color: #d75b00; + transition-property: all; + transition-duration: 0.3s; + transition-timing-function: ease-out; +} + +button[type="submit"]:hover { + cursor: pointer; + background-color: #d75b00; + color: #ffffff; } @media screen and (max-width: 800px) { - #container { - padding: 2vw; - } -} - -@media screen and (max-width: 600px) { - h1 { - font-size: 40px; - } - #wrapper{ - background: none; + .bg-full { + display: none; } #container { margin: 0px; @@ -163,5 +198,16 @@ a:hover { } .row-section { flex-direction: column; + width: 100%; + align-items: center; + } + h1 { + font-size: 40px; + } + #wrapper{ + background: none; + } + #container { + padding: 2vw; } } diff --git a/static/index.html b/static/index.html index d4b58dc..64bca7c 100644 --- a/static/index.html +++ b/static/index.html @@ -56,7 +56,7 @@
OSS 110'Metz est une organisation remplie d'espions qualifiés pour remplir presque toutes tes demandes ! - Cliquez sur le bouton ci-dessus puis suivez les instructions. Attention, un compte Rezo + Cliquez sur le bouton ci-dessus puis suivez les instructions. Attention, un compte Rezo est nécessaire afin de garantir l'identité des demandeurs !
@@ -78,14 +78,33 @@ Copyright © OSS 110'Metz + -