RS
This commit is contained in:
@@ -799,8 +799,11 @@ header {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 99; }
|
z-index: 99; }
|
||||||
|
|
||||||
#block-socialnetwork-2 {
|
#block-socialnetwork-2 .field--name-body p {
|
||||||
display: none; }
|
display: flex;
|
||||||
|
flex-direction: row-reverse; }
|
||||||
|
#block-socialnetwork-2 .field--name-body p :nth-child(1):before {
|
||||||
|
content: url(); }
|
||||||
|
|
||||||
#header-top {
|
#header-top {
|
||||||
height: 7rem;
|
height: 7rem;
|
||||||
@@ -923,8 +926,6 @@ header {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding-top: 3rem; }
|
padding-top: 3rem; }
|
||||||
#fotter-bottom #block-socialnetwork {
|
|
||||||
display: none; }
|
|
||||||
#fotter-bottom .region {
|
#fotter-bottom .region {
|
||||||
display: block;
|
display: block;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
@@ -938,7 +939,7 @@ header {
|
|||||||
#fotter-bottom .region-footer-bottom-left {
|
#fotter-bottom .region-footer-bottom-left {
|
||||||
margin-left: 3rem;
|
margin-left: 3rem;
|
||||||
border: none;
|
border: none;
|
||||||
width: 20%;
|
width: 30%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row; }
|
flex-direction: row; }
|
||||||
#fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content {
|
#fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content {
|
||||||
@@ -954,7 +955,17 @@ header {
|
|||||||
border-left: #009ee3 solid 1px;
|
border-left: #009ee3 solid 1px;
|
||||||
padding-left: 1rem; }
|
padding-left: 1rem; }
|
||||||
#fotter-bottom .region-footer-bottom-right {
|
#fotter-bottom .region-footer-bottom-right {
|
||||||
width: 15%; }
|
width: 15%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
justify-content: flex-end; }
|
||||||
|
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row; }
|
||||||
|
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p :nth-child(1):before {
|
||||||
|
display: block;
|
||||||
|
content: "";
|
||||||
|
background: url("../images/pictos/logo-twitter.png"); }
|
||||||
#fotter-bottom .region-footer-bottom-right #block-pieddepage ul {
|
#fotter-bottom .region-footer-bottom-right #block-pieddepage ul {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
color: #09398b;
|
color: #09398b;
|
||||||
@@ -972,8 +983,7 @@ header {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap; }
|
||||||
padding-top: 1rem; }
|
|
||||||
#fotter-bottom .region-footer-bottom-middle .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
|
#fotter-bottom .region-footer-bottom-middle .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
padding-bottom: 1rem; }
|
padding-bottom: 1rem; }
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
@@ -9,9 +9,7 @@
|
|||||||
background-color: $white;
|
background-color: $white;
|
||||||
padding-top: 3rem;
|
padding-top: 3rem;
|
||||||
|
|
||||||
#block-socialnetwork {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.region{
|
.region{
|
||||||
display: block;
|
display: block;
|
||||||
@@ -29,7 +27,7 @@
|
|||||||
.region-footer-bottom-left{
|
.region-footer-bottom-left{
|
||||||
margin-left: 3rem;
|
margin-left: 3rem;
|
||||||
border: none;
|
border: none;
|
||||||
width: 20%;
|
width: 30%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
.view-id-partenaires{
|
.view-id-partenaires{
|
||||||
@@ -54,6 +52,25 @@
|
|||||||
|
|
||||||
.region-footer-bottom-right{
|
.region-footer-bottom-right{
|
||||||
width: 15%;
|
width: 15%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
justify-content: flex-end;
|
||||||
|
#block-socialnetwork {
|
||||||
|
.field--name-body{
|
||||||
|
p{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
:nth-child(1){
|
||||||
|
&:before{
|
||||||
|
display: block;
|
||||||
|
content: "";
|
||||||
|
background: url("../images/pictos/logo-twitter.png");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
#block-pieddepage ul{
|
#block-pieddepage ul{
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
color: $blue-dark;
|
color: $blue-dark;
|
||||||
@@ -82,7 +99,7 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content:flex-start;
|
justify-content:flex-start;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding-top: 1rem;
|
|
||||||
.node-type-partenaires_logo_footer_{
|
.node-type-partenaires_logo_footer_{
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
|
|||||||
@@ -13,7 +13,18 @@ header{
|
|||||||
|
|
||||||
|
|
||||||
#block-socialnetwork-2{
|
#block-socialnetwork-2{
|
||||||
display: none;
|
.field--name-body{
|
||||||
|
p{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row-reverse;
|
||||||
|
:nth-child(1){
|
||||||
|
&:before{
|
||||||
|
content: url();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#header-top {
|
#header-top {
|
||||||
height: 7rem;
|
height: 7rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user