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