mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
🚧 Improved style and introduced hamburger menu
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user