This commit is contained in:
2021-12-02 23:25:18 +01:00
parent 82d820a4e3
commit adcb1fe32c
3 changed files with 23 additions and 12 deletions
+18 -12
View File
@@ -799,11 +799,13 @@ header {
position: fixed; position: fixed;
z-index: 99; } z-index: 99; }
#block-socialnetwork-2 .field--name-body p { #block-socialnetwork-2 {
display: flex; display: none; }
flex-direction: row-reverse; } #block-socialnetwork-2 .field--name-body p {
#block-socialnetwork-2 .field--name-body p :nth-child(1):before { display: flex;
content: url(); } 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;
@@ -959,13 +961,17 @@ header {
display: flex; display: flex;
flex-direction: column-reverse; flex-direction: column-reverse;
justify-content: flex-end; } justify-content: flex-end; }
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p { #fotter-bottom .region-footer-bottom-right #block-socialnetwork {
display: flex; display: none; }
flex-direction: row; } #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p {
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p :nth-child(1):before { display: flex;
display: block; flex-direction: row; }
content: ""; #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p :nth-child(1):before {
background: url("../images/pictos/logo-twitter.png"); } display: block;
content: "";
background: url("../images/pictos/logo-twitter.png"); }
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p svg {
display: none; }
#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;
@@ -56,6 +56,7 @@
flex-direction: column-reverse; flex-direction: column-reverse;
justify-content: flex-end; justify-content: flex-end;
#block-socialnetwork { #block-socialnetwork {
display: none;
.field--name-body{ .field--name-body{
p{ p{
display: flex; display: flex;
@@ -67,6 +68,9 @@
background: url("../images/pictos/logo-twitter.png"); background: url("../images/pictos/logo-twitter.png");
} }
} }
svg{
display: none;
}
} }
} }
@@ -13,6 +13,7 @@ header{
#block-socialnetwork-2{ #block-socialnetwork-2{
display: none;
.field--name-body{ .field--name-body{
p{ p{
display: flex; display: flex;