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