🎉 Create new empty-state component (#7903)

This commit is contained in:
Luis de Dios
2025-12-09 16:48:12 +01:00
committed by GitHub
parent 1798461d21
commit e35fc85c3d
20 changed files with 202 additions and 200 deletions

View File

@@ -746,20 +746,6 @@
}
}
.empty-icon {
@include flexCenter;
height: $s-48;
width: $s-48;
border-radius: $br-circle;
background-color: var(--empty-message-background-color);
svg {
@extend .button-icon;
height: $s-28;
width: $s-28;
stroke: var(--empty-message-foreground-color);
}
}
.attr-title {
div {
margin-left: 0;