Created
May 24, 2020 08:03
-
-
Save mohanramphp/39fc056039bf21d0716d414f0e5bc988 to your computer and use it in GitHub Desktop.
Login Component 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
.container { | |
height: 100vh; | |
} | |
.loginFormContainer { | |
width: 24rem; | |
} | |
.loginFormLegend { | |
width: 14rem; | |
background: #dee2e6; | |
} | |
.errorMessage { | |
font-size: 12px; | |
letter-spacing: 0.05rem; | |
padding-left: 0.25rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment