2019-12-08 16:59:58 +08:00
|
|
|
@media only screen and (min-width: 1200px) {
|
2021-02-05 10:41:22 +08:00
|
|
|
.ui.container {
|
|
|
|
width: 77%;
|
|
|
|
}
|
2019-12-08 16:59:58 +08:00
|
|
|
}
|
|
|
|
|
2022-04-23 02:49:45 +08:00
|
|
|
td {
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
2022-04-23 14:51:10 +08:00
|
|
|
|
2019-12-09 16:02:49 +08:00
|
|
|
.nb-container {
|
2021-02-05 10:41:22 +08:00
|
|
|
padding-top: 75px;
|
2021-04-19 23:11:00 +08:00
|
|
|
min-height: 100vh;
|
2021-11-11 09:40:10 +08:00
|
|
|
padding-bottom: 65px;
|
2021-02-05 10:41:22 +08:00
|
|
|
margin-bottom: -47px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#app .ui.fluid.accordion {
|
|
|
|
margin-bottom: 1rem;
|
2019-12-09 16:02:49 +08:00
|
|
|
}
|
|
|
|
|
2021-01-30 11:22:59 +08:00
|
|
|
.login.nb-container {
|
2021-02-05 10:41:22 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding-top: unset;
|
2019-12-09 16:02:49 +08:00
|
|
|
}
|
|
|
|
|
2021-02-05 10:41:22 +08:00
|
|
|
.login.nb-container > .grid {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0 auto;
|
2019-12-08 16:59:58 +08:00
|
|
|
}
|
|
|
|
|
2021-02-05 10:41:22 +08:00
|
|
|
.login.nb-container > .grid .column {
|
|
|
|
max-width: 450px;
|
2019-12-08 16:59:58 +08:00
|
|
|
}
|
|
|
|
|
2019-12-10 18:11:15 +08:00
|
|
|
.status.cards .flag {
|
2021-02-05 10:41:22 +08:00
|
|
|
margin-right: 0 !important;
|
2019-12-10 18:11:15 +08:00
|
|
|
}
|
|
|
|
|
2021-02-05 10:41:22 +08:00
|
|
|
.status.cards .header > .info.icon {
|
|
|
|
float: right;
|
|
|
|
margin-right: 0;
|
2019-12-08 16:59:58 +08:00
|
|
|
}
|
|
|
|
|
2019-12-09 16:02:49 +08:00
|
|
|
.status.cards .wide.column {
|
2021-02-05 10:41:22 +08:00
|
|
|
padding-top: 0 !important;
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
height: 2rem !important;
|
2019-12-09 16:02:49 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .three.wide.column {
|
2021-02-05 10:41:22 +08:00
|
|
|
padding-right: 0 !important;
|
2019-12-09 16:02:49 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .wide.column:nth-child(1) {
|
2021-02-05 10:41:22 +08:00
|
|
|
margin-top: 1rem !important;
|
2019-12-09 16:02:49 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .wide.column:nth-child(2) {
|
2021-02-05 10:41:22 +08:00
|
|
|
margin-top: 1rem !important;
|
2019-12-09 16:02:49 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .description {
|
2021-02-05 10:41:22 +08:00
|
|
|
padding-bottom: 1rem !important;
|
2019-12-10 15:33:05 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .ui.content.popup {
|
2021-02-05 10:41:22 +08:00
|
|
|
min-width: 250px;
|
2019-12-11 14:10:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .outline.icon {
|
2021-02-05 10:41:22 +08:00
|
|
|
margin-right: 0 !important;
|
2020-12-20 23:15:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.ui.progress .bar {
|
2021-02-05 10:41:22 +08:00
|
|
|
min-width: 1.26em !important;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 0.4em;
|
|
|
|
line-height: 1.75em;
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
font-weight: 700;
|
2021-07-16 13:59:27 +08:00
|
|
|
max-width: 100% !important;
|
2021-01-16 00:45:49 +08:00
|
|
|
}
|
|
|
|
|
2021-01-17 11:44:50 +08:00
|
|
|
.service-status .delay-today {
|
2021-02-05 10:41:22 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-01-16 00:45:49 +08:00
|
|
|
}
|
|
|
|
|
2021-02-05 10:41:22 +08:00
|
|
|
.service-status .delay-today > i {
|
|
|
|
display: inline-block;
|
|
|
|
width: 1.2em;
|
|
|
|
height: 1.2em;
|
|
|
|
border-radius: 0.6em;
|
|
|
|
background-color: grey;
|
|
|
|
margin-right: 0.3em;
|
2021-01-16 00:45:49 +08:00
|
|
|
}
|
|
|
|
|
2021-01-17 11:44:50 +08:00
|
|
|
.service-status .danger {
|
2021-02-05 10:41:22 +08:00
|
|
|
background-color: crimson !important;
|
2021-01-16 00:45:49 +08:00
|
|
|
}
|
|
|
|
|
2021-01-17 11:44:50 +08:00
|
|
|
.service-status .good {
|
2021-08-06 10:43:21 +08:00
|
|
|
background-color: rgb(10, 148, 242) !important;
|
2021-01-16 00:45:49 +08:00
|
|
|
}
|
|
|
|
|
2021-01-17 11:44:50 +08:00
|
|
|
.service-status .warning {
|
2021-02-05 10:41:22 +08:00
|
|
|
background-color: orange !important;
|
|
|
|
}
|
2021-08-06 10:43:21 +08:00
|
|
|
|
|
|
|
.nezha-primary-btn {
|
|
|
|
background-color: #0338d6 !important;
|
|
|
|
color: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nezha-primary-font {
|
|
|
|
color: #0338d6 !important;
|
2021-08-06 11:48:34 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.nezha-secondary-font {
|
|
|
|
color: rgb(10, 148, 242) !important;
|
|
|
|
}
|