byung eun park 66d3cc80b1 resgist
2019-08-28 19:22:54 +09:00

22 lines
300 B
SCSS

:host {
.content {
form {
width: 100%;
max-width: 800px !important;
}
.form-errors-model {
flex: 1;
code {
background: none !important;
}
}
.horizontal-stepper-wrapper,
.vertical-stepper-wrapper {
max-width: 800px;
}
}
}