actu si 2 dates sur une ligne
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
padding: 1rem;
|
||||
|
||||
|
||||
.is-active{
|
||||
color:$blue-light;
|
||||
}
|
||||
@@ -90,6 +90,7 @@
|
||||
flex-direction: column;
|
||||
// padding: 1rem;
|
||||
// padding: 0.5rem;
|
||||
display: none;
|
||||
.is-active{
|
||||
color:$blue-light;
|
||||
}
|
||||
@@ -101,6 +102,10 @@
|
||||
padding-bottom: 0.8rem;
|
||||
// align-items: center;
|
||||
min-width: 30%;
|
||||
align-items: center;
|
||||
.menuOpen{
|
||||
display: flex;
|
||||
}
|
||||
a {
|
||||
color: $black;
|
||||
// text-align: center;
|
||||
@@ -113,32 +118,75 @@
|
||||
color: $blue-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul ul {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:hover ul{
|
||||
ul{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 1rem;
|
||||
background-color: white;
|
||||
|
||||
.is-active{
|
||||
color:$blue-light;
|
||||
&:hover{
|
||||
ul{
|
||||
display: block;
|
||||
}
|
||||
|
||||
a{
|
||||
color: $black;
|
||||
&:hover{
|
||||
color: $blue-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ul ul {
|
||||
// display: none;
|
||||
// }
|
||||
|
||||
// :hover ul{
|
||||
// ul{
|
||||
// display: flex;
|
||||
// justify-content: space-between;
|
||||
// padding: 1rem;
|
||||
// background-color: white;
|
||||
|
||||
// .is-active{
|
||||
// color:$blue-light;
|
||||
// }
|
||||
|
||||
// a{
|
||||
// color: $black;
|
||||
// &:hover{
|
||||
// color: $blue-light;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
// :hover div:first-of-type{
|
||||
// .menuOpen ul{
|
||||
// display: flex;
|
||||
// justify-content: space-between;
|
||||
// padding: 1rem;
|
||||
// background-color: white;
|
||||
|
||||
// .is-active{
|
||||
// color:$blue-light;
|
||||
// }
|
||||
|
||||
// a{
|
||||
// color: $black;
|
||||
// &:hover{
|
||||
// color: $blue-light;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// :hover ul div:nth-of-type(2){
|
||||
// .menuOpen ul{
|
||||
// display: flex;
|
||||
// justify-content: space-between;
|
||||
// padding: 1rem;
|
||||
// background-color: white;
|
||||
|
||||
// .is-active{
|
||||
// color:$blue-light;
|
||||
// }
|
||||
|
||||
// a{
|
||||
// color: $black;
|
||||
// &:hover{
|
||||
// color: $blue-light;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
// reseaux sociaux
|
||||
|
||||
Reference in New Issue
Block a user