common-ui/src/lib/help-mode/help-mode-dialog/help-mode-dialog.component.scss

17 lines
379 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;
}
}