|
|
|
|
@ -19,6 +19,18 @@ $enable-rounded: true !default;
|
|
|
|
|
background-color: map-get($theme-colors, activecard);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.web-card-background:hover .text-header{
|
|
|
|
|
color: map-get($theme-colors, headertextcolorhover);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.web-card-background:hover .text-paragraph{
|
|
|
|
|
color: map-get($theme-colors, paragraphtextcolorhover);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.web-card-background:hover .web-card-image-background{
|
|
|
|
|
background-color: map-get($theme-colors, webcardimagebackgroundhover);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.web-card-image-background{
|
|
|
|
|
background-color: map-get($theme-colors, webcardimagebackground);
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
|