Skip to content

Commit

Permalink
(PC-31593)[PRO] style: Remove global section styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeMgz committed Sep 2, 2024
1 parent 4aca4b5 commit 22f7f38
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const CollectiveOffersTable = ({
)

return (
<div aria-busy={isLoading} aria-live="polite" className="section">
<div aria-busy={isLoading} aria-live="polite">
{isLoading ? (
<Spinner className={styles['loading-spinner']} />
) : (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const IndividualOffersTable = ({
)

return (
<div aria-busy={isLoading} aria-live="polite" className="section">
<div aria-busy={isLoading} aria-live="polite">
{isLoading ? (
<Spinner className={styles['loading-spinner']} />
) : (
Expand Down
33 changes: 0 additions & 33 deletions pro/src/styles/global/_page.scss

This file was deleted.

1 change: 0 additions & 1 deletion pro/src/styles/global/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "font_faces";
@import "forms";
@import "layout";
@import "page";

0 comments on commit 22f7f38

Please sign in to comment.