Files
karma/ui/src/Styles/Components/AlertGroup.scss
2019-12-25 21:15:21 +00:00

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;
}