-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT: Added Region Switch Functionality to the Signup Page (#886)
* Minor CSS fix related to the signup page * Add global CSS class 'text-align-center'
- Loading branch information
1 parent
628d4eb
commit ff17f0e
Showing
2 changed files
with
4 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -79,7 +79,6 @@ | |
} | ||
|
||
.text-wrapper { | ||
margin: 40px 0px; | ||
width: 100%; | ||
display: flex; | ||
flex-direction: column; | ||
|
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 |
---|---|---|
|
@@ -175,3 +175,7 @@ body { | |
.ant-tabs-nav-operations { | ||
display: none !important; | ||
} | ||
|
||
.text-align-center { | ||
text-align: center; | ||
} |