added btn class for home btn, added linkint profile in wysiwyg
This commit is contained in:
@@ -530,6 +530,10 @@ article.node--type-frontpage{
|
||||
}
|
||||
}
|
||||
|
||||
>h2{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.node__content{
|
||||
|
||||
&>section{
|
||||
@@ -539,7 +543,12 @@ article.node--type-frontpage{
|
||||
&.home-database{
|
||||
background-color: $color-base;
|
||||
@extend %part-columned-layout;
|
||||
.field--name-field-a-database{}
|
||||
.field--name-field-a-database{
|
||||
a.btn{
|
||||
background-color: #fff;
|
||||
color: $color-base;
|
||||
}
|
||||
}
|
||||
.cards-list-home{
|
||||
position: relative;
|
||||
// max-height: (130px*1.4)*3;
|
||||
@@ -577,6 +586,10 @@ article.node--type-frontpage{
|
||||
background-color: $color-showrooms;
|
||||
@extend %part-columned-layout;
|
||||
.field--name-field-showrooms{
|
||||
a.btn{
|
||||
background-color: #fff;
|
||||
color: $color-showrooms;
|
||||
}
|
||||
}
|
||||
.field--name-computed-showrooms-reference{
|
||||
position:relative;
|
||||
|
Reference in New Issue
Block a user