oncall-engine/grafana-plugin/src/containers/UserWarningModal/UserWarning.module.scss
Maxim Mordasov 82a9f8a5e7
Improve direct user paging (#1471)
# What this PR does

Direct user paging feature improvements

## Which issue(s) this PR fixes

https://github.com/grafana/oncall/issues/1358

## Checklist

- [ ] Tests updated
- [ ] Documentation added
- [ ] `CHANGELOG.md` updated
2023-03-13 14:36:05 +00:00

26 lines
344 B
SCSS

.user-warning {
margin: 16px;
}
.users {
list-style-type: none;
margin-left: 23px;
width: 100%;
& > li {
width: 100%;
background: var(--background-secondary);
margin-bottom: 4px;
padding: 14px 12px;
}
}
.dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: #6ccf8e;
}
.modal {
width: 650px;
}