0
0
Fork 0

Improve display of statuses in admin panel (#30813)

This commit is contained in:
Emelia Smith 2024-11-15 10:38:01 +01:00 committed by GitHub
parent 2de018256a
commit ddfb3d123b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
81 changed files with 236 additions and 131 deletions

View file

@ -1922,3 +1922,31 @@ a.sparkline {
}
}
}
.status__card {
padding: 15px;
border-radius: 4px;
background: $ui-base-color;
font-size: 15px;
line-height: 20px;
word-wrap: break-word;
font-weight: 400;
border: 1px solid lighten($ui-base-color, 4%);
color: $primary-text-color;
box-sizing: border-box;
min-height: 100%;
.status__prepend {
padding: 0 0 15px;
gap: 4px;
align-items: center;
}
.status__content {
padding-top: 0;
summary {
display: list-item;
}
}
}

View file

@ -339,16 +339,12 @@ a.table-action-link {
}
}
.status__content {
padding-top: 0;
summary {
display: list-item;
}
strong {
font-weight: 700;
}
// Reset the status card to not have borders, background or padding when
// inline in the table of statuses
.status__card {
border: none;
background: none;
padding: 0;
}
.nothing-here {