Browse Source

UI: Fixed blur icon in value card widget in vertical layout

pull/9166/head
Vladyslav_Prykhodko 3 years ago
parent
commit
4d19ffd5f4
  1. 2
      ui-ngx/src/app/modules/home/components/widget/lib/cards/value-card-widget.component.scss

2
ui-ngx/src/app/modules/home/components/widget/lib/cards/value-card-widget.component.scss

@ -24,7 +24,7 @@
justify-content: center;
gap: 16px;
padding: 24px;
> div:not(.tb-value-card-overlay) {
> div:not(.tb-value-card-overlay), > tb-icon {
z-index: 1;
}
&.square {

Loading…
Cancel
Save