RS
This commit is contained in:
@@ -799,11 +799,13 @@ header {
|
||||
position: fixed;
|
||||
z-index: 99; }
|
||||
|
||||
#block-socialnetwork-2 .field--name-body p {
|
||||
display: flex;
|
||||
flex-direction: row-reverse; }
|
||||
#block-socialnetwork-2 .field--name-body p :nth-child(1):before {
|
||||
content: url(); }
|
||||
#block-socialnetwork-2 {
|
||||
display: none; }
|
||||
#block-socialnetwork-2 .field--name-body p {
|
||||
display: flex;
|
||||
flex-direction: row-reverse; }
|
||||
#block-socialnetwork-2 .field--name-body p :nth-child(1):before {
|
||||
content: url(); }
|
||||
|
||||
#header-top {
|
||||
height: 7rem;
|
||||
@@ -959,13 +961,17 @@ header {
|
||||
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-socialnetwork {
|
||||
display: none; }
|
||||
#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-socialnetwork .field--name-body p svg {
|
||||
display: none; }
|
||||
#fotter-bottom .region-footer-bottom-right #block-pieddepage ul {
|
||||
margin-top: 0;
|
||||
color: #09398b;
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
flex-direction: column-reverse;
|
||||
justify-content: flex-end;
|
||||
#block-socialnetwork {
|
||||
display: none;
|
||||
.field--name-body{
|
||||
p{
|
||||
display: flex;
|
||||
@@ -67,6 +68,9 @@
|
||||
background: url("../images/pictos/logo-twitter.png");
|
||||
}
|
||||
}
|
||||
svg{
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,6 +13,7 @@ header{
|
||||
|
||||
|
||||
#block-socialnetwork-2{
|
||||
display: none;
|
||||
.field--name-body{
|
||||
p{
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user