continue to build frontpage

This commit is contained in:
2019-05-24 16:46:14 +02:00
parent b6b71ab9a4
commit 093073f4f5
17 changed files with 207 additions and 7 deletions

View File

@@ -126,3 +126,36 @@ header[role="banner"]{
}
}
aside.messages{
padding: 0;
}
// front
article.node--type-frontpage{
.node__content{
.field--name-field-what-is-materio,
.field--name-field-a-database,
.field--name-field-showrooms,
.field--name-field-blabla,
.field--name-field-pricing{
&:not(:nth-child(1)){
margin-top: 1em;
}
.field__label{
font-size: 2.2em;
font-weight: bold;
}
}
.field--name-computed-materials-reference,
.field--name-computed-showrooms-reference,
.field--name-computed-articles-reference{
.field__item{
display: inline-block;
vertical-align: top;
max-width:250px;
}
}
}
}