css lien page mentions légales
This commit is contained in:
@@ -1196,6 +1196,11 @@ a {
|
|||||||
color: white;
|
color: white;
|
||||||
background-color: #009ee3;
|
background-color: #009ee3;
|
||||||
text-transform: uppercase; }
|
text-transform: uppercase; }
|
||||||
|
.node-id-6 a {
|
||||||
|
color: black;
|
||||||
|
text-decoration: underline; }
|
||||||
|
.node-id-6 a svg {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
.path-ressources.basededonnees .layout-content {
|
.path-ressources.basededonnees .layout-content {
|
||||||
width: 100vw; }
|
width: 100vw; }
|
||||||
@@ -1987,7 +1992,8 @@ a {
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-around;
|
justify-content: space-between;
|
||||||
|
background-color: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 1rem; }
|
padding: 1rem; }
|
||||||
#header-top .region-header-top-left ul .is-active {
|
#header-top .region-header-top-left ul .is-active {
|
||||||
@@ -2002,11 +2008,9 @@ a {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding-bottom: 0.8rem;
|
padding-bottom: 0.8rem;
|
||||||
align-items: center;
|
|
||||||
min-width: 25%; }
|
min-width: 25%; }
|
||||||
#header-top .region-header-top-left ul li a {
|
#header-top .region-header-top-left ul li a {
|
||||||
color: black;
|
color: black; }
|
||||||
text-align: center; }
|
|
||||||
#header-top .region-header-top-left ul li .is-active {
|
#header-top .region-header-top-left ul li .is-active {
|
||||||
color: #009ee3; }
|
color: #009ee3; }
|
||||||
#header-top .region-header-top-left ul li :hover {
|
#header-top .region-header-top-left ul li :hover {
|
||||||
@@ -2015,7 +2019,9 @@ a {
|
|||||||
display: none; }
|
display: none; }
|
||||||
#header-top .region-header-top-left :hover ul ul {
|
#header-top .region-header-top-left :hover ul ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around; }
|
justify-content: space-between;
|
||||||
|
padding: 1rem;
|
||||||
|
background-color: white; }
|
||||||
#header-top .region-header-top-left :hover ul ul .is-active {
|
#header-top .region-header-top-left :hover ul ul .is-active {
|
||||||
color: #009ee3; }
|
color: #009ee3; }
|
||||||
#header-top .region-header-top-left :hover ul ul a {
|
#header-top .region-header-top-left :hover ul ul a {
|
||||||
|
|||||||
@@ -30,4 +30,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
a{
|
||||||
|
color: $black;
|
||||||
|
text-decoration: underline;
|
||||||
|
svg{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -77,7 +77,8 @@
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-around;
|
justify-content: space-between;
|
||||||
|
background-color: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
||||||
@@ -98,11 +99,11 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
padding-bottom: 0.8rem;
|
padding-bottom: 0.8rem;
|
||||||
align-items: center;
|
// align-items: center;
|
||||||
min-width: 25%;
|
min-width: 25%;
|
||||||
a {
|
a {
|
||||||
color: $black;
|
color: $black;
|
||||||
text-align: center;
|
// text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
.is-active{
|
.is-active{
|
||||||
@@ -121,8 +122,9 @@
|
|||||||
:hover ul{
|
:hover ul{
|
||||||
ul{
|
ul{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-between;
|
||||||
// padding: 0.5rem;
|
padding: 1rem;
|
||||||
|
background-color: white;
|
||||||
.is-active{
|
.is-active{
|
||||||
color:$blue-light;
|
color:$blue-light;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user