added home links as individual links, improved the home layout with field_group
This commit is contained in:
@@ -1538,9 +1538,19 @@ article.node--type-frontpage > h2 {
|
||||
|
||||
article.node--type-frontpage .node__content > section.home-database {
|
||||
background-color: #69cdcf; }
|
||||
article.node--type-frontpage .node__content > section.home-database .field--name-field-a-database a.btn {
|
||||
background-color: #fff;
|
||||
color: #69cdcf; }
|
||||
article.node--type-frontpage .node__content > section.home-database .field--name-field-database-links .field__item {
|
||||
display: inline-block; }
|
||||
article.node--type-frontpage .node__content > section.home-database .field--name-field-database-links .field__item a {
|
||||
display: inline-block;
|
||||
font-size: 0.9em;
|
||||
font-weight: bold;
|
||||
padding: 0.7em 1em;
|
||||
margin-bottom: 0.3em;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
color: #69cdcf; }
|
||||
article.node--type-frontpage .node__content > section.home-database .cards-list-home {
|
||||
position: relative;
|
||||
max-height: 580px;
|
||||
@@ -1574,9 +1584,19 @@ article.node--type-frontpage .node__content > section.home-database {
|
||||
|
||||
article.node--type-frontpage .node__content > section.home-showrooms {
|
||||
background-color: #50aa3c; }
|
||||
article.node--type-frontpage .node__content > section.home-showrooms .field--name-field-showrooms a.btn {
|
||||
background-color: #fff;
|
||||
color: #50aa3c; }
|
||||
article.node--type-frontpage .node__content > section.home-showrooms .field--name-field-showroom-links .field__item {
|
||||
display: inline-block; }
|
||||
article.node--type-frontpage .node__content > section.home-showrooms .field--name-field-showroom-links .field__item a {
|
||||
display: inline-block;
|
||||
font-size: 0.9em;
|
||||
font-weight: bold;
|
||||
padding: 0.7em 1em;
|
||||
margin-bottom: 0.3em;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
color: #50aa3c; }
|
||||
article.node--type-frontpage .node__content > section.home-showrooms .field--name-computed-showrooms-reference {
|
||||
position: relative;
|
||||
display: grid;
|
||||
@@ -1622,6 +1642,19 @@ article.node--type-frontpage .node__content > section.home-showrooms {
|
||||
|
||||
article.node--type-frontpage .node__content > section.home-blabla {
|
||||
background-color: #9458aa; }
|
||||
article.node--type-frontpage .node__content > section.home-blabla .field--name-field-blabla-links .field__item {
|
||||
display: inline-block; }
|
||||
article.node--type-frontpage .node__content > section.home-blabla .field--name-field-blabla-links .field__item a {
|
||||
display: inline-block;
|
||||
font-size: 0.9em;
|
||||
font-weight: bold;
|
||||
padding: 0.7em 1em;
|
||||
margin-bottom: 0.3em;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
color: #9458aa; }
|
||||
article.node--type-frontpage .node__content > section.home-blabla .cards-list-home {
|
||||
position: relative;
|
||||
overflow-y: hidden; }
|
||||
|
Reference in New Issue
Block a user