-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix modal bag with checkbox on hover and fix padding in modal
* added Card * added Modal * created forwardRef Modal * changed forwardRef Modal * changed App * merge main in modal * delete padding in Card, change stories in Card and Modal * change signUp * created <BrowserRouter> in sign-in.stories * delete width styles in Card, added props className, styles in Modal, corrected checkbox in SignIn * added className in Modal.stories * created addNewCard, common/utils/zod-schemas, ui/file-uploader, form/form-preview-file-uploader * created addNewCard * created addNewPack * updated useUploadImg * changed Typography 'Forgot Password?' and 'Don't have an account?' on 'button' * clean branch modal * fix modal bag with checkbox on hover and fix padding in modal
- Loading branch information
1 parent
56dc242
commit 50196d8
Showing
9 changed files
with
48 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ export function App() { | |
<PageDeckNextQuestion status /> | ||
</div> | ||
) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.form { | ||
width: 95%; | ||
width: 100%; | ||
} | ||
|
||
.box { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.form { | ||
width: 95%; | ||
width: 100%; | ||
} | ||
|
||
.box { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ createRoot(document.getElementById('root') as HTMLElement).render( | |
<App /> | ||
</BrowserRouter> | ||
</StrictMode> | ||
) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters