# 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
26 lines
344 B
SCSS
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;
|
|
}
|