Skip to content

Commit

Permalink
Update some hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoparsec committed Jan 13, 2023
1 parent 10b366e commit 9e40e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
3 changes: 2 additions & 1 deletion lib/styles/03-styleguide/_hacks.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.demo {
display: flex;
// display: flex;
width: 100%;

> * {
margin: $spacer-md;
Expand Down
31 changes: 0 additions & 31 deletions lib/styles/03-styleguide/_styleguide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,34 +52,3 @@
}
}
}

.demo {
> * {
margin: $spacer-md;
}

&--inverted {
background-color: $brand-secondary;
}

&--accented {
background-color: $brand-interaction;
}

&--centered {
display: flex;
justify-content: center;
}

&--black {
background-color: $brand-gray;
}

&--edition-01-red {
background-color: $brand-red;
}

&--edition-01-blue {
background-color: $brand-blue;
}
}

0 comments on commit 9e40e7e

Please sign in to comment.