created thematique page
This commit is contained in:
@@ -1418,7 +1418,8 @@ header[role="banner"] {
|
||||
body.path-showrooms header[role="banner"] #block-pagetitle h2 {
|
||||
color: #fff;
|
||||
background-color: #50aa3c; }
|
||||
body.path-base header[role="banner"] #block-pagetitle h2 {
|
||||
body.path-base header[role="banner"] #block-pagetitle h2,
|
||||
body.path-thematique header[role="banner"] #block-pagetitle h2 {
|
||||
color: #fff;
|
||||
background-color: #69cdcf; }
|
||||
header[role="banner"] #block-materiosapisearchblock {
|
||||
@@ -1798,6 +1799,46 @@ article.card {
|
||||
article.card.modal-card section.col-right nav.tools section.close span.btn.mdi-close {
|
||||
cursor: pointer; }
|
||||
|
||||
#main-content > article.thematique div.cols {
|
||||
display: grid;
|
||||
grid-template-rows: 1fr;
|
||||
grid-template-columns: repeat(12, 1fr);
|
||||
grid-gap: 1em; }
|
||||
#main-content > article.thematique div.cols div.col-left {
|
||||
grid-column: 1; }
|
||||
#main-content > article.thematique div.cols div.col-right {
|
||||
grid-column: 2/12; }
|
||||
|
||||
#main-content > article.thematique div.col-left section.body {
|
||||
background-color: #69cdcf;
|
||||
padding: 0.5em 1em 1em;
|
||||
width: 423px; }
|
||||
|
||||
#main-content > article.thematique aside.linked-materials ul {
|
||||
width: calc(100% + 13px); }
|
||||
#main-content > article.thematique aside.linked-materials ul li {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: 205px;
|
||||
margin: 0 13px 13px 0; }
|
||||
|
||||
#main-content > article.thematique aside.linked-materials h3.field__label {
|
||||
font-size: 1em;
|
||||
font-weight: 500;
|
||||
margin: 2em 0 1em 0; }
|
||||
|
||||
#main-content > article.thematique aside.linked-materials h1.title {
|
||||
font-size: 1em;
|
||||
font-weight: 400; }
|
||||
|
||||
#main-content > article.thematique aside.linked-materials h3.ref {
|
||||
font-size: 0.756em;
|
||||
font-weight: 600; }
|
||||
|
||||
#main-content > article.thematique aside.linked-materials h2.description {
|
||||
font-size: 0.756em;
|
||||
font-weight: 400; }
|
||||
|
||||
#main-content > article.article div.cols {
|
||||
display: grid;
|
||||
grid-template-rows: 1fr;
|
||||
|
102
web/themes/custom/materiotheme/assets/dist/main.js
vendored
102
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