Skip to content

Instantly share code, notes, and snippets.

@mohanramphp
Created May 24, 2020 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohanramphp/39fc056039bf21d0716d414f0e5bc988 to your computer and use it in GitHub Desktop.
Save mohanramphp/39fc056039bf21d0716d414f0e5bc988 to your computer and use it in GitHub Desktop.
Login Component CSS
.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