added product vairations buttons on frontpage
This commit is contained in:
@ -849,11 +849,21 @@ article.node--type-frontpage{
|
||||
flex:0 0 50%;
|
||||
text-align: center;
|
||||
padding: 2em 0;
|
||||
a.btn{
|
||||
@include btn;
|
||||
background-color: #fff;
|
||||
}
|
||||
&:nth-child(1){
|
||||
background-color: $color-base
|
||||
background-color: $color-base;
|
||||
a.btn{
|
||||
color: $color-base;
|
||||
}
|
||||
}
|
||||
&:nth-child(2){
|
||||
background-color: $color-webshowroom;
|
||||
a.btn{
|
||||
color: $color-webshowroom;
|
||||
}
|
||||
}
|
||||
color: #fff;
|
||||
position: relative;
|
||||
|
Reference in New Issue
Block a user