added links on frontpage field labels
This commit is contained in:
@@ -573,11 +573,23 @@ article.node--type-frontpage{
|
||||
&>section{
|
||||
&.home-intro{
|
||||
@extend %part-centered-layout;
|
||||
.field__item{
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
justify-content: center;
|
||||
p{
|
||||
flex: 0 0 $column_width * 2;
|
||||
padding:1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.home-database{
|
||||
background-color: $color-base;
|
||||
@extend %part-columned-layout;
|
||||
.field--name-field-a-database{
|
||||
.field__label{
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.field--name-field-database-links{
|
||||
.field__item{
|
||||
@@ -806,8 +818,28 @@ article.node--type-frontpage{
|
||||
}
|
||||
&.home-pricing{
|
||||
@extend %part-centered-layout;
|
||||
>h3{
|
||||
@extend %front-col-field__label;
|
||||
text-align: center;
|
||||
text-transform: capitalize;
|
||||
padding: 0.7em 0 0.3em 0;
|
||||
}
|
||||
.field--name-field-pricing-pitch{
|
||||
text-align: center;
|
||||
p{ margin:0;}
|
||||
}
|
||||
.field--name-field-pricing{
|
||||
padding:2em 0;
|
||||
// padding:2em 0;
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
justify-content: center;
|
||||
padding-bottom: 1em;
|
||||
p{
|
||||
flex: 0 0 $column_width * 2;
|
||||
padding: 1em;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.field--name-computed-products-reference{
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user