added ask for a quote
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user