added showrooms pages, made page-title color
This commit is contained in:
@@ -1174,7 +1174,10 @@ header[role="banner"] {
|
||||
header[role="banner"] #block-header ul.menu {
|
||||
margin: 0; }
|
||||
header[role="banner"] #block-header ul.menu li {
|
||||
padding: 0; }
|
||||
padding: 0;
|
||||
display: inline-block; }
|
||||
header[role="banner"] #block-header ul.menu li:not(:first-of-type) {
|
||||
margin-left: 0.5em; }
|
||||
header[role="banner"] #block-languageswitcher {
|
||||
text-align: right; }
|
||||
header[role="banner"] #block-languageswitcher h2 {
|
||||
@@ -1221,6 +1224,17 @@ header[role="banner"] {
|
||||
font-size: 1.512em;
|
||||
text-transform: capitalize;
|
||||
font-weight: 300; }
|
||||
body:not(.path-home) header[role="banner"] #block-pagetitle h2 {
|
||||
padding: 0.5em 1em; }
|
||||
body.path-blabla header[role="banner"] #block-pagetitle h2 {
|
||||
color: #fff;
|
||||
background-color: #9458aa; }
|
||||
body.path-showrooms header[role="banner"] #block-pagetitle h2 {
|
||||
color: #fff;
|
||||
background-color: #50aa3c; }
|
||||
body.path-base header[role="banner"] #block-pagetitle h2 {
|
||||
color: #fff;
|
||||
background-color: #69cdcf; }
|
||||
header[role="banner"] #block-materiosapisearchblock {
|
||||
float: right;
|
||||
display: inline-block;
|
||||
@@ -1390,6 +1404,23 @@ article.node--type-frontpage .node__content > section.home-blabla {
|
||||
font-size: 0.756em;
|
||||
line-height: 0.9; }
|
||||
|
||||
#showrooms {
|
||||
width: calc(100% + 15px); }
|
||||
#showrooms article.showroom {
|
||||
width: 435px;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin: 0 15px 15px 0; }
|
||||
#showrooms article.showroom h1 {
|
||||
margin: 0;
|
||||
font-weight: 4; }
|
||||
#showrooms article.showroom p {
|
||||
margin: 0; }
|
||||
#showrooms article.showroom figure {
|
||||
margin: 0; }
|
||||
#showrooms article.showroom figure img {
|
||||
max-width: 100%; }
|
||||
|
||||
.infinite-loading-container .infinite-status-prompt i[class^="loading-"] {
|
||||
width: 15px;
|
||||
height: 15px; }
|
||||
|
572
web/themes/custom/materiotheme/assets/dist/main.js
vendored
572
web/themes/custom/materiotheme/assets/dist/main.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user