refactor(style.css): Rückgängig gemacht.

- Spezifisches CSS zu rep-create-form.component.scss hinzugefügt
This commit is contained in:
Developer 02 2024-11-11 15:29:55 +01:00
parent 11913ea667
commit b1011c3ea2
2 changed files with 11 additions and 4 deletions

View File

@ -0,0 +1,8 @@
.dd-row mat-form-field {
margin: 1rem 0rem 0rem 0rem;
}
.dd-row mat-slide-toggle {
margin: 1rem 0rem 1rem 0rem;
padding: 0;
}

View File

@ -77,7 +77,7 @@ code {
.dd-row mat-form-field {
width: 100%;
margin: 1rem 0rem 0rem 0rem;
margin: 0 1rem 0 1rem;
}
.dd-row mat-checkbox {
@ -87,8 +87,7 @@ code {
.dd-row mat-slide-toggle {
width: 100%;
margin: 1rem 0rem 1rem 0rem;
padding: 0;
margin: 0 1rem 1rem 1rem;
}
.dd-row button {
@ -104,4 +103,4 @@ code {
.w#{$i * 5}p {
width: #{$i * 5 + "%"} !important;
}
}
}