common-ui/src/lib/help-mode/help-mode-dialog/help-mode-dialog.component.scss
2022-05-16 23:20:44 +03:00

11 lines
185 B
SCSS

section {
background: var(--iqser-grey-11);
align-items: center;
.content {
text-align: center;
padding: 20px 80px 30px;
line-height: 18px;
}
}