Skip to content

Commit

Permalink
used more strict selector for bundle product and add space before bra…
Browse files Browse the repository at this point in the history
…cket
  • Loading branch information
abrarpathan19 committed Dec 3, 2018
1 parent 5d7cd50 commit fbf5ebb
Showing 1 changed file with 6 additions and 4 deletions.
Expand Up @@ -120,8 +120,7 @@
}

> .admin__field-control {
#mix-grid .column(@field-control-grid__column, @field-grid__columns);
padding-top: 7px;
#mix-grid .column(@field-control-grid__column, @field-grid__columns);
}

> .admin__field-label {
Expand Down Expand Up @@ -149,8 +148,11 @@
}
}
}
&.composite-bundle{
.admin__field-option{
&.composite-bundle {
> .admin__field-control {
padding-top: 7px;
}
.admin__field-option {
padding-top: 0;
}
}
Expand Down

0 comments on commit fbf5ebb

Please sign in to comment.