2019-12-08 03:59:58 -05:00
|
|
|
@media only screen and (min-width: 1200px) {
|
|
|
|
.ui.container {
|
|
|
|
width: 77%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-12-09 03:02:49 -05:00
|
|
|
.nb-container {
|
|
|
|
padding-top: 75px;
|
|
|
|
min-height: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer.segment {
|
|
|
|
margin-top: 40px !important;
|
|
|
|
padding-top: 40px;
|
|
|
|
padding-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
2019-12-08 03:59:58 -05:00
|
|
|
.login-form {
|
2019-12-09 03:02:49 -05:00
|
|
|
height: 82%;
|
2019-12-08 03:59:58 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-form .column {
|
|
|
|
max-width: 450px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-form .grid {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2019-12-09 03:02:49 -05:00
|
|
|
.status.cards .header>.icon {
|
|
|
|
float: right;
|
|
|
|
margin-right: 0;
|
2019-12-08 03:59:58 -05:00
|
|
|
}
|
|
|
|
|
2019-12-09 03:02:49 -05:00
|
|
|
.status.cards .wide.column {
|
|
|
|
padding-top: 0 !important;
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
height: 2rem !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .three.wide.column {
|
|
|
|
padding-right: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .wide.column:nth-child(1) {
|
|
|
|
margin-top: 1rem !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .wide.column:nth-child(2) {
|
|
|
|
margin-top: 1rem !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .description {
|
|
|
|
padding-bottom: 1rem !important;
|
2019-12-08 03:59:58 -05:00
|
|
|
}
|