Skip to content

Commit

Permalink
ENGCOM-7015: Fix #26992 Add new rating is active checkbox alignment i…
Browse files Browse the repository at this point in the history
…ssue #27014
  • Loading branch information
slavvka authored Mar 6, 2020
2 parents 5e616b2 + 7f6da45 commit 5f191e1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.admin__grid-control-value {
display: none;
}
}
}
}

.product-composite-configure-inner {
Expand Down Expand Up @@ -102,3 +102,15 @@
}
}
}

//
// Catalog Product Edit Action Attribute
// ---------------------------------------------

.admin__field-control {
.attribute-change-checkbox {
input[type='checkbox'].checkbox {
margin-top: 0;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,4 @@
}
}
}

> .admin__field > .admin__field-control {
input[type='checkbox'] {
margin: 8px 0 0 0;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@
font-size: 1.3rem;
}
}

.admin__fieldset > .admin__field > .admin__field-control {
input.zip-is-range-checkbox {
margin: 8px 0 0 0;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
> .admin__field-control {
#mix-grid .column(@field-control-grid__column, @field-grid__columns);
input[type="checkbox"] {
margin-top: 0;
margin-top: @indent__s;
}
}

Expand Down

0 comments on commit 5f191e1

Please sign in to comment.