Skip to content

Commit

Permalink
refactor: use scss vars for spacing values
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jan 9, 2024
1 parent 2549e5a commit 0f0ae7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/utils/CustomModal/index.module.sass
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
height: 100%
display: flex
flex-direction: column
padding: 1rem 0.75rem
padding-bottom: 1.25rem
padding: $space_normal $space_small
padding-bottom: $space_large
overflow: hidden

> *
padding-left: 0.75rem
padding-right: 0.75rem
padding-left: $space_small
padding-right: $space_small

.CustomModalContent
display: flex
Expand Down

0 comments on commit 0f0ae7e

Please sign in to comment.