burger taille
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
#icone_list{
|
||||
z-index: 1000;
|
||||
position: fixed;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
top: 27px;
|
||||
right: 20px;
|
||||
}
|
||||
.list-projets{
|
||||
height: 100%;
|
||||
|
||||
@@ -269,20 +269,20 @@ body{
|
||||
|
||||
#icone_list{
|
||||
.hamburger{
|
||||
padding: 0.8rem;
|
||||
// padding: 0.8rem;
|
||||
.hamburger-box{
|
||||
width: 25px;
|
||||
height: 12px;
|
||||
width: 35px;
|
||||
// height: 12px;
|
||||
.hamburger-inner{
|
||||
height: 2px;
|
||||
width: 25px;
|
||||
width: 35px;
|
||||
&::before{
|
||||
width: 25px;
|
||||
width: 35px;
|
||||
height: inherit;
|
||||
top: 5px;
|
||||
top: 10px;
|
||||
}
|
||||
&::after{
|
||||
top: 10px;
|
||||
top: 20px;
|
||||
height: inherit;
|
||||
width: inherit;
|
||||
}
|
||||
@@ -290,9 +290,9 @@ body{
|
||||
}
|
||||
&.hamburger--slider.is-active{
|
||||
.hamburger-inner{
|
||||
transform: translate3d(0, 5px, 0) rotate(45deg);
|
||||
transform: translate3d(0, 10px, 0) rotate(45deg);
|
||||
&::after {
|
||||
transform: translate3d(0, -10px, 0) rotate(-90deg);
|
||||
transform: translate3d(0, -20px, 0) rotate(-90deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user