Skip to content

Instantly share code, notes, and snippets.

@boudhayan-dev
Created December 25, 2019 11:59
Show Gist options
  • Save boudhayan-dev/06141dcc7f81af11b7fe6503227c3aa0 to your computer and use it in GitHub Desktop.
Save boudhayan-dev/06141dcc7f81af11b7fe6503227c3aa0 to your computer and use it in GitHub Desktop.
Contents of styles.css
html {
height: 100%;
}
body{
background-color: #f5f0f0;
height: 100%;
}
.content-container{
min-height: 100%;
}
.container{
background-color: white;
font-family: 'Open Sans', sans-serif;
}
.card{
background-color: #0e94b3;
}
.username{
color: orange;
font-weight: bolder;
}
.card-title{
font-weight: 500;
}
.modal-header{
border-radius: 3px 3px 0 0;
color: black;
background-color: #f2f2f2;
}
.help-text{
text-align: left;
}
.modal-backdrop
{
opacity:0.9 !important;
}
#error-message, #linkAddError {
color: red;
font-weight: bold;
display: block;
}
#signUpLink{
display: block;
text-align: center;
}
#loginLink{
display: block;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment