common-ui/src/lib/help-mode/help-mode-dialog/help-mode-dialog.component.scss
2021-08-23 12:54:13 +03:00

17 lines
285 B
SCSS

section {
background: #ecedf0;
display: flex;
justify-content: center;
}
.content {
width: 440px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding-top: 20px;
padding-bottom: 30px;
line-height: 18px;
}