mirror of
https://github.com/prymitive/karma
synced 2026-05-13 03:56:59 +00:00
29 lines
756 B
SCSS
29 lines
756 B
SCSS
.components-grid-alertgrid-alertgroup {
|
|
padding: 0.3rem;
|
|
}
|
|
|
|
.components-grid-alertgrid-alertgroup-shared-silence {
|
|
border-width: 3px;
|
|
border-style: solid;
|
|
}
|
|
|
|
.card-footer.components-grid-alertgrid-alertgroup-footer {
|
|
background-color: $alertgroup-footer-bg;
|
|
}
|
|
|
|
.card-body.components-grid-alertgrid-card {
|
|
background-color: $alertgroup-body-bg !important;
|
|
}
|
|
|
|
.components-label:not(:last-child),
|
|
div[data-tooltipped]:not(:last-child) > .components-label,
|
|
.components-grid-annotation:not(:last-child),
|
|
div[data-tooltipped]:not(:last-child) > .components-grid-annotation {
|
|
margin-right: 0.25rem;
|
|
}
|
|
|
|
// larger margin for buttons in the filter input bar
|
|
.components-filterinput > button.components-label:not(:last-child) {
|
|
margin-right: 0.35rem;
|
|
}
|