mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 13:18:13 -05:00
57 lines
923 B
CSS
57 lines
923 B
CSS
@media only screen and (min-width: 1200px) {
|
|
.ui.container {
|
|
width: 77%;
|
|
}
|
|
}
|
|
|
|
.login-form {
|
|
height: 100%;
|
|
}
|
|
|
|
.login-form .column {
|
|
max-width: 450px;
|
|
}
|
|
|
|
.login-form .grid {
|
|
height: 100%;
|
|
}
|
|
|
|
.nb-container {
|
|
margin-top: 75px;
|
|
}
|
|
|
|
.avatar-list img {
|
|
width: 2.6rem !important;
|
|
height: 2.6rem !important;
|
|
background-color: white;
|
|
}
|
|
|
|
.card-list {
|
|
width: 100% !important;
|
|
padding-right: unset !important;
|
|
}
|
|
|
|
.card-list .card {
|
|
width: calc(33.33333333% - 1.1em) !important;
|
|
margin-right: unset !important;
|
|
margin-top: unset !important;
|
|
|
|
}
|
|
|
|
.card-list .card:nth-child(1) {
|
|
margin-top: 0.875em !important;
|
|
}
|
|
|
|
.card-list .card:nth-child(2) {
|
|
margin-top: 0.875em !important;
|
|
}
|
|
|
|
.card-list .card:nth-child(3) {
|
|
margin-top: 0.875em !important;
|
|
}
|
|
|
|
.grid-list>.grid>.row {
|
|
border-bottom: solid gainsboro 2px;
|
|
padding-bottom: .6em;
|
|
margin-bottom: .6em;
|
|
} |