mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 13:18:13 -05:00
70 lines
1.1 KiB
CSS
70 lines
1.1 KiB
CSS
@media only screen and (min-width: 1200px) {
|
|
.ui.container {
|
|
width: 77%;
|
|
}
|
|
}
|
|
|
|
.nb-container {
|
|
padding-top: 75px;
|
|
min-height: 80%;
|
|
padding-bottom: 75px;
|
|
}
|
|
|
|
.footer.segment {
|
|
width: 100%;
|
|
position: fixed;
|
|
bottom: 0;
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.login-form {
|
|
height: 82%;
|
|
}
|
|
|
|
.login-form .column {
|
|
max-width: 450px;
|
|
}
|
|
|
|
.login-form .grid {
|
|
height: 100%;
|
|
}
|
|
|
|
.status.cards .flag {
|
|
margin-right: 0 !important;
|
|
}
|
|
|
|
.status.cards .header>.info.icon {
|
|
float: right;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.status.cards .ui.content.popup {
|
|
min-width: 250px;
|
|
}
|
|
|
|
.status.cards .outline.icon {
|
|
margin-right: 0 !important;
|
|
} |