Skip to content

Commit

Permalink
Removed unused css in products styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Bouvier committed Sep 28, 2016
1 parent 67b3433 commit d7077c9
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
[data-hook="admin_products_index_search"] {
@include make-row();

> * {
@include make-col();
@include padding(0 null); // override the padding on .field
}
}

.product-search-field-name {
@include make-col-span(6);
}

.product-search-field-sku {
@include make-col-span(4);
}

.product-search-field-show-deleted.field.checkbox {
// extra specificity to override styles
@include make-col-span(2);
Expand Down

0 comments on commit d7077c9

Please sign in to comment.