tiroir fichier session storage
This commit is contained in:
@@ -44,6 +44,7 @@ aside.layout-sidebar-second{
|
||||
transform: translateX(-50%) translateY(40vh) rotate(-90deg);
|
||||
text-transform: uppercase;
|
||||
font-weight: 400;
|
||||
cursor: pointer;
|
||||
&::before{
|
||||
content:url('../../dist/images/noun-arrow-1569918-black.svg');
|
||||
display: inline-block;
|
||||
@@ -95,4 +96,13 @@ aside.layout-sidebar-second{
|
||||
background-color: $yellow-puca;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
aside.layout-sidebar-second.open {
|
||||
transform: translateX(90%); /* Par défaut ouvert */
|
||||
transition: transform 0.35s;
|
||||
}
|
||||
aside.layout-sidebar-second {
|
||||
transform: translateX(0%);
|
||||
}
|
||||
Reference in New Issue
Block a user