22 lines
300 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|