RS display none
This commit is contained in:
Submodule web/profiles/d8-starterkit-profile updated: 9b46db9c56...6fe8986494
@@ -799,6 +799,9 @@ header {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 99; }
|
z-index: 99; }
|
||||||
|
|
||||||
|
#block-socialnetwork-2 {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
#header-top {
|
#header-top {
|
||||||
height: 7rem;
|
height: 7rem;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@@ -920,6 +923,8 @@ 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;
|
||||||
|
|||||||
@@ -9,6 +9,10 @@
|
|||||||
background-color: $white;
|
background-color: $white;
|
||||||
padding-top: 3rem;
|
padding-top: 3rem;
|
||||||
|
|
||||||
|
#block-socialnetwork {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.region{
|
.region{
|
||||||
display: block;
|
display: block;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
|
|||||||
@@ -8,9 +8,13 @@ header{
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#block-socialnetwork-2{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#header-top {
|
#header-top {
|
||||||
height: 7rem;
|
height: 7rem;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
|
|||||||
Reference in New Issue
Block a user