mirror of
https://github.com/prymitive/karma
synced 2026-05-19 04:26:41 +00:00
24 lines
606 B
SCSS
24 lines
606 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;
|
|
}
|