added product vairations buttons on frontpage

This commit is contained in:
2021-01-04 14:31:29 +01:00
parent 8a58ef9f47
commit dfe6a21021
3 changed files with 52 additions and 1 deletions

View File

@ -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;