Skip to content

Commit

Permalink
chore: changed order in global scss
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-sch committed Jul 1, 2024
1 parent 4ce3dc1 commit 9f1ec1f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions showcases/patternhub/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@ div[class^="ch-"] {
}
}

.color-overview-switches {
display: flex;
gap: variables.$db-spacing-fixed-lg;
margin-block-end: variables.$db-spacing-fixed-md;
}

// density examples

.density-example-grid {
Expand Down Expand Up @@ -565,9 +571,3 @@ h6 {
}
}
}

.color-overview-switches {
display: flex;
gap: variables.$db-spacing-fixed-lg;
margin-block-end: variables.$db-spacing-fixed-md;
}

0 comments on commit 9f1ec1f

Please sign in to comment.