header a active
This commit is contained in:
@@ -304,10 +304,20 @@ a {
|
|||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
width: 110%; }
|
width: 110%; }
|
||||||
|
|
||||||
.paragraph--type--partenaire .field--name-field-logo {
|
.field--name-field-partenaires {
|
||||||
display: block;
|
display: flex;
|
||||||
width: 30%;
|
flex-direction: column; }
|
||||||
float: left; }
|
.field--name-field-partenaires .paragraph--type--partenaire .field--name-field-logo {
|
||||||
|
display: block;
|
||||||
|
width: 30%;
|
||||||
|
height: inherit;
|
||||||
|
float: left; }
|
||||||
|
.field--name-field-partenaires .paragraph--type--partenaire .field--name-field-titre {
|
||||||
|
clear: both;
|
||||||
|
width: 70%;
|
||||||
|
font-weight: 800; }
|
||||||
|
.field--name-field-partenaires .paragraph--type--partenaire .field--name-field-texte {
|
||||||
|
width: 70%; }
|
||||||
|
|
||||||
/*partials*/
|
/*partials*/
|
||||||
.layout-container {
|
.layout-container {
|
||||||
@@ -339,8 +349,8 @@ header {
|
|||||||
padding-right: 1rem; }
|
padding-right: 1rem; }
|
||||||
#header-top .region-header-top-left ul li a {
|
#header-top .region-header-top-left ul li a {
|
||||||
color: black; }
|
color: black; }
|
||||||
#header-top .region-header-top-left ul li a .is-active {
|
#header-top .region-header-top-left ul li .is-active {
|
||||||
color: #009ee3; }
|
color: #009ee3; }
|
||||||
#header-top .region-header-top-left ul .ul2 {
|
#header-top .region-header-top-left ul .ul2 {
|
||||||
flex-direction: column; }
|
flex-direction: column; }
|
||||||
#header-top .region-header-top-left :hover {
|
#header-top .region-header-top-left :hover {
|
||||||
|
|||||||
@@ -33,9 +33,9 @@ header{
|
|||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
a {
|
a {
|
||||||
color: $black;
|
color: $black;
|
||||||
.is-active {
|
}
|
||||||
color: $blue-light;
|
.is-active {
|
||||||
}
|
color: $blue-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ul2{
|
.ul2{
|
||||||
@@ -45,9 +45,6 @@ header{
|
|||||||
:hover{
|
:hover{
|
||||||
color: $blue-light;
|
color: $blue-light;
|
||||||
}
|
}
|
||||||
// :visited {
|
|
||||||
// color: $blue-light;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
li ul {
|
li ul {
|
||||||
@@ -55,12 +52,7 @@ header{
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .region-header-top-rigth {
|
|
||||||
|
|
||||||
// width: 7rem;
|
|
||||||
// height: 7rem;
|
|
||||||
|
|
||||||
// }
|
|
||||||
#block-burger {
|
#block-burger {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
background-color: $blue-light;
|
background-color: $blue-light;
|
||||||
@@ -127,5 +119,6 @@ header{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user