🚧 Improved style and introduced hamburger menu

This commit is contained in:
Florian Sylvain
2021-10-31 02:37:05 +01:00
parent 6a46de89c6
commit 69d9b45985
3 changed files with 39 additions and 13 deletions
+11
View File
@@ -50,6 +50,7 @@ body {
width: 100%;
}
/* TODO : Ajouter une ombre quand on hover ou focus l'input (voir page google.com)*/
/*.navbar input:hover, .navbar input:focus {*/
/* box-shadow: rgba(0, 0, 0, 0.15) 0 2px 5px;*/
/*}*/
@@ -131,6 +132,16 @@ body {
height: 45px;
}
#hamburgerSvg, #crossSvg {
transition: 150ms;
}
.spin-fade {
transform-origin: center;
transform: rotate(90deg);
opacity: 0;
}
#results {
font-family: sans-serif;
margin: 10px;