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 {
|
2020-12-25 07:35:06 -05:00
|
|
|
min-width: 1.26em !important;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: .4em;
|
|
|
|
line-height: 1.75em;
|
|
|
|
color: rgba(255, 255, 255, .7);
|
|
|
|
font-weight: 700;
|
2021-01-15 11:45:49 -05:00
|
|
|
}
|
|
|
|
|
2021-01-16 22:44:50 -05:00
|
|
|
.service-status .delay-today {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-01-15 11:45:49 -05:00
|
|
|
}
|
|
|
|
|
2021-01-16 22:44:50 -05:00
|
|
|
.service-status .delay-today>i {
|
|
|
|
display: inline-block;
|
|
|
|
width: 1.2em;
|
|
|
|
height: 1.2em;
|
|
|
|
border-radius: .6em;
|
|
|
|
background-color: grey;
|
|
|
|
margin-right: .3em;
|
2021-01-15 11:45:49 -05:00
|
|
|
}
|
|
|
|
|
2021-01-16 22:44:50 -05:00
|
|
|
.service-status .danger {
|
|
|
|
background-color: crimson !important;
|
2021-01-15 11:45:49 -05:00
|
|
|
}
|
|
|
|
|
2021-01-16 22:44:50 -05:00
|
|
|
.service-status .good {
|
|
|
|
background-color: rgb(0, 235, 139) !important;
|
2021-01-15 11:45:49 -05:00
|
|
|
}
|
|
|
|
|
2021-01-16 22:44:50 -05:00
|
|
|
.service-status .warning {
|
|
|
|
background-color: orange !important;
|
2019-12-08 03:59:58 -05:00
|
|
|
}
|