css header
This commit is contained in:
@@ -3598,7 +3598,6 @@ a {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-left: 3rem;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-inline-start: 0px;
|
padding-inline-start: 0px;
|
||||||
padding: 1rem; }
|
padding: 1rem; }
|
||||||
@@ -3622,7 +3621,7 @@ a {
|
|||||||
max-width: inherit;
|
max-width: inherit;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-left: 1rem; }
|
height: 20px; }
|
||||||
#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 .is-active {
|
#header-top .region-header-top-left ul li .is-active {
|
||||||
@@ -3631,6 +3630,8 @@ a {
|
|||||||
color: #009ee3; }
|
color: #009ee3; }
|
||||||
#header-top .region-header-top-left ul li:hover ul {
|
#header-top .region-header-top-left ul li:hover ul {
|
||||||
display: block; }
|
display: block; }
|
||||||
|
#header-top .region-header-top-left ul .ul1.sous-liste.ul2 {
|
||||||
|
padding-left: 1rem; }
|
||||||
#header-top #block-socialnetwork-2 {
|
#header-top #block-socialnetwork-2 {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -33px;
|
top: -33px;
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-left: 3rem;
|
// padding-left: 3rem;
|
||||||
// margin-right: 20px;
|
// margin-right: 20px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-inline-start: 0px;
|
padding-inline-start: 0px;
|
||||||
@@ -109,7 +109,8 @@
|
|||||||
max-width: inherit;
|
max-width: inherit;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-left: 1rem;
|
// padding-left: 1rem;
|
||||||
|
height: 20px;
|
||||||
// text-align: none
|
// text-align: none
|
||||||
|
|
||||||
// .menuOpen{
|
// .menuOpen{
|
||||||
@@ -129,7 +130,13 @@
|
|||||||
li:hover ul {
|
li:hover ul {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ul1.sous-liste.ul2{
|
||||||
|
padding-left: 1rem;
|
||||||
|
// width: 200px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// reseaux sociaux
|
// reseaux sociaux
|
||||||
|
|||||||
Reference in New Issue
Block a user