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%;
|
2020-12-07 00:18:28 -05:00
|
|
|
padding-bottom: 75px;
|
2019-12-09 03:02:49 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer.segment {
|
2020-12-07 00:18:28 -05:00
|
|
|
width: 100%;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
2019-12-09 03:02:49 -05:00
|
|
|
}
|
|
|
|
|
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-10 05:11:15 -05:00
|
|
|
.status.cards .flag {
|
|
|
|
margin-right: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .header>.info.icon {
|
2019-12-09 03:02:49 -05:00
|
|
|
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-10 02:33:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .ui.content.popup {
|
|
|
|
min-width: 250px;
|
2019-12-11 01:10:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .outline.icon {
|
|
|
|
margin-right: 0 !important;
|
2020-12-20 10:15:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ui.progress .bar {
|
|
|
|
min-width: .15em !important;
|
2019-12-08 03:59:58 -05:00
|
|
|
}
|