mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 04:02:28 +01:00
52 lines
662 B
CSS
52 lines
662 B
CSS
body {
|
|
padding-top: 60px;
|
|
}
|
|
|
|
.login-dropdown-menu {
|
|
padding: 15px;
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
.login-form-field {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.login-form-submit {
|
|
clear: left;
|
|
width: 100%;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.content-div {
|
|
text-align: left;
|
|
background-color: rgba(0,0,0,0);
|
|
}
|
|
|
|
.large-content-div {
|
|
text-align: center;
|
|
}
|
|
|
|
.login-name {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.center-text {
|
|
text-align: center;
|
|
}
|
|
|
|
.error-alert {
|
|
text-align: left;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.content-div-padding {
|
|
padding-top: 4em;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.content-div-padding {
|
|
padding-top: 1em;
|
|
}
|
|
}
|