Created
May 24, 2020 05:40
-
-
Save mohanramphp/00e04f9e91828bbba7efac4e295fdbf9 to your computer and use it in GitHub Desktop.
React Register Component holding styles for our component template
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
.container { | |
height: 100vh; | |
} | |
.registrationFormContainer { | |
width: 24rem; | |
} | |
.registrationFormLegend { | |
width: 14rem; | |
background: #dee2e6; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment