From 73a55a95f0d26b279c0b48131715ba546743ec18 Mon Sep 17 00:00:00 2001 From: johan Date: Wed, 21 Dec 2022 22:20:48 +0100 Subject: [PATCH] la blanquette est bonne --- static/css/main.css | 14 ++++----- static/index.html | 10 +++--- static/js/anim.js | 12 +++++--- static/js/main.js | 74 ++++++++++++++++++++++----------------------- 4 files changed, 55 insertions(+), 55 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 18e4ce4..3eed9d0 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -44,7 +44,6 @@ a { color: #d75b00; } - a:hover { text-decoration: underline; cursor: pointer; @@ -121,6 +120,7 @@ a:hover { font-size: 25px; } #prank-button:hover{ + text-decoration: none; background: url("../img/circle-hand.png"); background-size: 100% 100%; } @@ -130,7 +130,7 @@ a:hover { height: 25px; } -form { +#login-form { margin-top: 25vh; margin-bottom: 10vh; padding: 0px; @@ -142,7 +142,7 @@ form { width: 100%; } -input { +.login-form-control { width: 100%; border: none; border-bottom: 1px solid #d75b00; @@ -151,7 +151,7 @@ input { padding: 5px; } -input:focus { +.login-form-control:focus { outline: none; border-bottom: 2px solid #923e01; } @@ -179,12 +179,13 @@ button[type="submit"]:hover { .bg-full { display: none; } - #container { + .container { margin: 0px; width: 100%; top: 0; border-radius: 0px; box-shadow: none; + padding: 2vw; } #logo { height: 150px; @@ -203,7 +204,4 @@ button[type="submit"]:hover { #wrapper{ background: none; } - #container { - padding: 2vw; - } } diff --git a/static/index.html b/static/index.html index 05fd927..3798105 100644 --- a/static/index.html +++ b/static/index.html @@ -85,17 +85,17 @@