Skip to content

Commit

Permalink
move updated css to labs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fercas123 committed Dec 20, 2024
1 parent 120c637 commit f87436d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/dialog/DialogHeader.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
/* Styles applied to the status indicator icon overriding its default size */
.saltDialogHeader .saltStatusIndicator.saltIcon {
--icon-size: var(--salt-text-h2-lineHeight);
padding-top: calc((var(--salt-size-base) - var(--salt-text-h2-lineHeight)) / 2);
}

/* Styles applied to DialogHeader when accent={true} */
Expand Down
1 change: 1 addition & 0 deletions packages/lab/src/dialog/DialogHeader.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
/* Styles applied to the status indicator icon overriding its default size */
.saltDialogHeader .saltStatusIndicator.saltIcon {
--icon-size: var(--salt-text-h2-lineHeight);
padding-top: calc((var(--salt-size-base) - var(--salt-text-h2-lineHeight)) / 2);
}

/* Styles applied to DialogHeader when accent={true} */
Expand Down

0 comments on commit f87436d

Please sign in to comment.