removed body from production home nodes
This commit is contained in:
@@ -2161,20 +2161,23 @@ body.path-frontpage .layout-content .row, body.path-productions .layout-content
|
||||
height: auto; }
|
||||
body.path-frontpage .layout-content .row .col > .wrapper article.node header, body.path-productions .layout-content .row .col > .wrapper article.node header {
|
||||
background-color: rgba(255, 255, 255, 0.95);
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
padding: 0.5em 1em; }
|
||||
body.path-frontpage .layout-content .row .col > .wrapper article.node header h2.node-title, body.path-productions .layout-content .row .col > .wrapper article.node header h2.node-title {
|
||||
margin: 0; }
|
||||
body.path-frontpage .layout-content .row .col > .wrapper article.node header p, body.path-productions .layout-content .row .col > .wrapper article.node header p {
|
||||
margin: 0; }
|
||||
margin: 0;
|
||||
font-size: 0.8em;
|
||||
text-transform: lowercase; }
|
||||
body.path-frontpage .layout-content .row .col > .wrapper article.node.node--view-mode-image-2-columns header, body.path-productions .layout-content .row .col > .wrapper article.node.node--view-mode-image-2-columns header {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0; }
|
||||
body.path-frontpage .layout-content .row .col > .wrapper article.node.node--view-mode-image-2-columns header h2.node-title, body.path-productions .layout-content .row .col > .wrapper article.node.node--view-mode-image-2-columns header h2.node-title {
|
||||
font-size: 1.6em;
|
||||
font-size: 1.2em;
|
||||
font-weight: 500; }
|
||||
body.path-frontpage .layout-content .row .col > .wrapper article.node.node--view-mode-image-1-columns h2.node-title, body.path-productions .layout-content .row .col > .wrapper article.node.node--view-mode-image-1-columns h2.node-title {
|
||||
font-size: 1.2em;
|
||||
font-size: 1em;
|
||||
font-weight: 500; }
|
||||
body.path-frontpage .layout-content .row .col > .wrapper article.node.node--view-mode-text-1-column, body.path-productions .layout-content .row .col > .wrapper article.node.node--view-mode-text-1-column {
|
||||
padding: 0 1em; }
|
||||
|
||||
@@ -1063,11 +1063,15 @@ body.path-frontpage, body.path-productions{
|
||||
}
|
||||
header{
|
||||
background-color: rgba(255,255,255,0.95);
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
padding:0.5em 1em;
|
||||
h2.node-title{
|
||||
margin:0;
|
||||
font-size: 0.8em;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
p{margin: 0;}
|
||||
// p{margin: 0;}
|
||||
}
|
||||
|
||||
&.node--view-mode-image-2-columns{
|
||||
@@ -1075,14 +1079,14 @@ body.path-frontpage, body.path-productions{
|
||||
position: absolute;
|
||||
bottom: 0; left:0;
|
||||
h2.node-title{
|
||||
font-size: 1.6em;
|
||||
font-size: 1.2em;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.node--view-mode-image-1-columns{
|
||||
h2.node-title{
|
||||
font-size: 1.2em;
|
||||
font-size: 1em;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user