Skip to content

Commit

Permalink
chore: fixes linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
anechol committed Aug 2, 2024
1 parent c8a9d09 commit 791bda1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ $-empty-state-icon-compact-size: rem(56px);
}

.sage-empty-state--compact & {
inline-size: $-empty-state-graphic-compact-width;
block-size: $-empty-state-graphic-compact-height;
inline-size: $-empty-state-graphic-compact-width;
}
}

.sage-empty-state__icon-container {
display: flex;
background-color: $-empty-state-icon-background-color;
padding: sage-spacing(lg);
background-color: $-empty-state-icon-background-color;
border-radius: sage-border(radius-round);

.sage-empty-state--compact & {
Expand Down

0 comments on commit 791bda1

Please sign in to comment.