oncall-engine/grafana-plugin/src/pages/integrations/Integrations.module.css
Ildar Iskhakov 2c10fa583b
merge dev to main (#1496)
# What this PR does

## Which issue(s) this PR fixes

## Checklist

- [ ] Tests updated
- [ ] Documentation added
- [ ] `CHANGELOG.md` updated

---------

Co-authored-by: Vadim Stepanov <vadimkerr@gmail.com>
Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
2023-03-08 20:23:09 +08:00

38 lines
518 B
CSS

.filters {
margin-bottom: 20px;
}
.integrations {
width: 100%;
min-width: 720px;
display: flex;
align-items: flex-start;
border: var(--border);
border-radius: 2px;
}
.no-integrations {
width: 100%;
padding: 50px 0;
}
.alert-receive-channels-list {
width: 300px;
flex-shrink: 0;
overflow: auto;
max-height: 70vh;
}
.alert-rules {
margin: 16px;
flex-grow: 1;
}
.newIntegrationButton {
margin: 16px;
width: calc(100% - 32px);
}
.integrationsList {
border-right: var(--border);
}