css lien page mentions légales
This commit is contained in:
@@ -30,4 +30,11 @@
|
||||
}
|
||||
|
||||
}
|
||||
a{
|
||||
color: $black;
|
||||
text-decoration: underline;
|
||||
svg{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -77,7 +77,8 @@
|
||||
list-style: none;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
justify-content: space-between;
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
padding: 1rem;
|
||||
|
||||
@@ -98,11 +99,11 @@
|
||||
flex-direction: column;
|
||||
background-color: $white;
|
||||
padding-bottom: 0.8rem;
|
||||
align-items: center;
|
||||
// align-items: center;
|
||||
min-width: 25%;
|
||||
a {
|
||||
color: $black;
|
||||
text-align: center;
|
||||
// text-align: center;
|
||||
|
||||
}
|
||||
.is-active{
|
||||
@@ -121,8 +122,9 @@
|
||||
:hover ul{
|
||||
ul{
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
// padding: 0.5rem;
|
||||
justify-content: space-between;
|
||||
padding: 1rem;
|
||||
background-color: white;
|
||||
.is-active{
|
||||
color:$blue-light;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user