refactor(style.css): Rückgängig gemacht.
- Spezifisches CSS zu rep-create-form.component.scss hinzugefügt
This commit is contained in:
parent
11913ea667
commit
b1011c3ea2
@ -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;
|
||||
}
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user