added ask for a quote

This commit is contained in:
2021-06-11 11:41:15 +02:00
parent 4fe9f08b67
commit b27f1afa45
8 changed files with 19 additions and 7 deletions

View File

@ -2277,6 +2277,10 @@ article.card{
background-color: #fff;
}
}
a.btn{
@include btn;
background-color: #fff;
}
}
&:nth-child(1){
background-color: $color-base;
@ -2292,7 +2296,8 @@ article.card{
}
&:nth-child(3){
background-color: $color-showrooms;
aside .variation button{
aside .variation button,
a.btn{
color: $color-showrooms;
}
}