nezha/resource/static/main.css

130 lines
2.1 KiB
CSS
Raw Normal View History

2019-12-08 03:59:58 -05:00
@media only screen and (min-width: 1200px) {
2021-02-04 21:41:22 -05:00
.ui.container {
width: 77%;
}
2019-12-08 03:59:58 -05:00
}
2022-04-22 14:49:45 -04:00
td {
word-wrap: break-word;
word-break: break-all;
}
2022-04-23 02:51:10 -04:00
.ui.container{
width: 95vw !important;
max-width: 1680px !important;
}
2019-12-09 03:02:49 -05:00
.nb-container {
2021-02-04 21:41:22 -05:00
padding-top: 75px;
min-height: 100vh;
2021-11-10 20:40:10 -05:00
padding-bottom: 65px;
2021-02-04 21:41:22 -05:00
margin-bottom: -47px;
}
#app .ui.fluid.accordion {
margin-bottom: 1rem;
2019-12-09 03:02:49 -05:00
}
2021-01-29 22:22:59 -05:00
.login.nb-container {
2021-02-04 21:41:22 -05:00
display: flex;
align-items: center;
padding-top: unset;
2019-12-09 03:02:49 -05:00
}
2021-02-04 21:41:22 -05:00
.login.nb-container > .grid {
width: 100%;
margin: 0 auto;
2019-12-08 03:59:58 -05:00
}
2021-02-04 21:41:22 -05:00
.login.nb-container > .grid .column {
max-width: 450px;
2019-12-08 03:59:58 -05:00
}
2019-12-10 05:11:15 -05:00
.status.cards .flag {
2021-02-04 21:41:22 -05:00
margin-right: 0 !important;
2019-12-10 05:11:15 -05:00
}
2021-02-04 21:41:22 -05:00
.status.cards .header > .info.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 {
2021-02-04 21:41:22 -05:00
padding-top: 0 !important;
padding-bottom: 0 !important;
height: 2rem !important;
2019-12-09 03:02:49 -05:00
}
.status.cards .three.wide.column {
2021-02-04 21:41:22 -05:00
padding-right: 0 !important;
2019-12-09 03:02:49 -05:00
}
.status.cards .wide.column:nth-child(1) {
2021-02-04 21:41:22 -05:00
margin-top: 1rem !important;
2019-12-09 03:02:49 -05:00
}
.status.cards .wide.column:nth-child(2) {
2021-02-04 21:41:22 -05:00
margin-top: 1rem !important;
2019-12-09 03:02:49 -05:00
}
.status.cards .description {
2021-02-04 21:41:22 -05:00
padding-bottom: 1rem !important;
2019-12-10 02:33:05 -05:00
}
.status.cards .ui.content.popup {
2021-02-04 21:41:22 -05:00
min-width: 250px;
2019-12-11 01:10:48 -05:00
}
.status.cards .outline.icon {
2021-02-04 21:41:22 -05:00
margin-right: 0 !important;
2020-12-20 10:15:57 -05:00
}
.ui.progress .bar {
2021-02-04 21:41:22 -05: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 01:59:27 -04:00
max-width: 100% !important;
}
.service-status .delay-today {
2021-02-04 21:41:22 -05:00
display: flex;
align-items: center;
}
2021-02-04 21:41:22 -05: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;
}
.service-status .danger {
2021-02-04 21:41:22 -05:00
background-color: crimson !important;
}
.service-status .good {
background-color: rgb(10, 148, 242) !important;
}
.service-status .warning {
2021-02-04 21:41:22 -05:00
background-color: orange !important;
}
.nezha-primary-btn {
background-color: #0338d6 !important;
color: white !important;
}
.nezha-primary-font {
color: #0338d6 !important;
2021-08-05 23:48:34 -04:00
}
.nezha-secondary-font {
color: rgb(10, 148, 242) !important;
}