Skip to content

Commit

Permalink
revert file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Dec 4, 2023
1 parent 5fc1b48 commit 73633c5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/styles/components/modal.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.ReactModalPortal {
/* stylelint-disable-line */
.ReactModalPortal { /* stylelint-disable-line */
.modal-overlay {
@apply flex
@apply
flex
z-30
mt-28
fixed
Expand All @@ -25,10 +25,10 @@
}

.modal {
@apply p-4
@apply
p-4
rounded
min-w-[50vw]
max-w-[50vw]
relative
shadow-lg
outline-none
Expand All @@ -46,7 +46,8 @@
@apply flex items-center;

& > .user {
@apply flex-1
@apply
flex-1
bg-grey-950-main
dark:bg-grey-100-main;
}
Expand Down

0 comments on commit 73633c5

Please sign in to comment.