-
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(account-verify): fix issue with account verify text display
- Loading branch information
1 parent
2606389
commit 0130cd8
Showing
4 changed files
with
23 additions
and
15 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 |
---|---|---|
|
@@ -7,3 +7,4 @@ | |
font-size: 1rem; | ||
margin-bottom: 24px; | ||
} | ||
|
12 changes: 12 additions & 0 deletions
12
holy-grail-frontend/src/features/UserAccount/AccountVerify/AccountVerify.css
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.account-verify-title { | ||
font-size: 2.25rem; | ||
font-weight: 600; | ||
} | ||
|
||
.account-verify-container { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
text-align: center; | ||
gap: 18px; | ||
} |
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
6 changes: 0 additions & 6 deletions
6
holy-grail-frontend/src/features/UserAccount/AccountVerify/verifyAccountPageContainer.css
This file was deleted.
Oops, something went wrong.