added links on frontpage field labels

This commit is contained in:
2021-01-04 14:20:04 +01:00
parent c4a803cbd9
commit 8a58ef9f47
16 changed files with 535 additions and 7 deletions

View File

@@ -1497,7 +1497,7 @@ aside.messages {
#content-left .flag-collection > ul > li article.card.minicard > nav.tools .mdi.unflag {
cursor: pointer; }
article.node--type-frontpage .node__content > section.home-intro > div:nth-child(1) .field__label, article.node--type-frontpage .node__content > section.home-pricing > div:nth-child(1) .field__label, article.node--type-frontpage .node__content > section.home-database > div:nth-child(1) .field__label, article.node--type-frontpage .node__content > section.home-showrooms > div:nth-child(1) .field__label, article.node--type-frontpage .node__content > section.home-blabla > div:nth-child(1) .field__label, article.node--type-frontpage .node__content > section.home-pricing .field--name-computed-products-reference > .field__item .field--name-title {
article.node--type-frontpage .node__content > section.home-intro > div:nth-child(1) .field__label, article.node--type-frontpage .node__content > section.home-pricing > div:nth-child(1) .field__label, article.node--type-frontpage .node__content > section.home-database > div:nth-child(1) .field__label, article.node--type-frontpage .node__content > section.home-showrooms > div:nth-child(1) .field__label, article.node--type-frontpage .node__content > section.home-blabla > div:nth-child(1) .field__label, article.node--type-frontpage .node__content > section.home-pricing > h3, article.node--type-frontpage .node__content > section.home-pricing .field--name-computed-products-reference > .field__item .field--name-title {
font-size: 3.5em;
line-height: 1; }
@@ -1530,8 +1530,18 @@ article.node--type-frontpage .node__content > section.home-database, article.nod
article.node--type-frontpage > h2 {
display: none; }
article.node--type-frontpage .node__content > section.home-intro .field__item {
display: flex;
flex-flow: row nowrap;
justify-content: center; }
article.node--type-frontpage .node__content > section.home-intro .field__item p {
flex: 0 0 410px;
padding: 1em; }
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 .field__label {
cursor: pointer; }
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 {
@@ -1690,8 +1700,26 @@ article.node--type-frontpage .node__content > section.home-blabla {
font-size: 0.756em;
line-height: 0.9; }
article.node--type-frontpage .node__content > section.home-pricing > h3 {
text-align: center;
text-transform: capitalize;
padding: 0.7em 0 0.3em 0; }
article.node--type-frontpage .node__content > section.home-pricing .field--name-field-pricing-pitch {
text-align: center; }
article.node--type-frontpage .node__content > section.home-pricing .field--name-field-pricing-pitch p {
margin: 0; }
article.node--type-frontpage .node__content > section.home-pricing .field--name-field-pricing {
padding: 2em 0; }
display: flex;
flex-flow: row nowrap;
justify-content: center;
padding-bottom: 1em; }
article.node--type-frontpage .node__content > section.home-pricing .field--name-field-pricing p {
flex: 0 0 410px;
padding: 1em;
margin: 0;
text-align: center; }
article.node--type-frontpage .node__content > section.home-pricing .field--name-computed-products-reference {
display: flex;

File diff suppressed because one or more lines are too long