{"version":3,"file":"css/main.css","mappings":"AACE;EACE;ACAJ;ADEE;EACE;ACAJ;ADEE;EACE;ACAJ;ADEI;EACE;ACAN;ADGE;EACE;ACDJ;;ACdA;EACE;ADiBF;;AElBA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;AFqBF;AEpBE;EACE;EACA;EAAA;EAAA;EACA;MAAA;UAAA;EACA;MAAA;UAAA;AFsBJ;AErBI;EACE;EACA;MAAA;UAAA;EACA;AFuBN;AErBI;EACE;EACA;AFuBN;AEtBM;EACE;EACA;EACA;EACA;EACA;AFwBR;AEtBQ;EACE;EACA;EACA;AFwBV;AElBE;EACE;EACA;EACA;EAAA;EAAA;EACA;MAAA;UAAA;EACA;AFoBJ;AElBI;EACE;EACA;AFoBN;AElBI;EACE;MAAA;UAAA;EACA;AFoBN;AEnBM;EACE;EACA;AFqBR;AEnBM;EACE;AFqBR;AEjBM;EACE;EACA;AFmBR;AEhBI;EACE;EAAA;EAAA;AFkBN;AEdE;EACE;EACA;EACA;AFgBJ;AEbE;EACE;EACA;AFeJ;AEZE;EACE;AFcJ,C","sources":["webpack://rearrange-woocommerce-products-v2/./src/scss/_rwpp-container.scss","webpack://rearrange-woocommerce-products-v2/./src/scss/main.scss","webpack://rearrange-woocommerce-products-v2/./src/scss/_rwpp-products-list.scss","webpack://rearrange-woocommerce-products-v2/./src/scss/_rwpp-product.scss"],"sourcesContent":["#rwpp-container {\r\n  .nav-tab-wrapper {\r\n    margin-bottom: 20px;\r\n  }\r\n  #rwpp-response {\r\n    margin-top: 20px;\r\n  }\r\n  .notice {\r\n    margin-left: 0;\r\n\r\n    &.top-notice {\r\n      margin-bottom: 20px;\r\n    }\r\n  }\r\n  #rwpp_product_category {\r\n    margin-bottom: 30px;\r\n  }\r\n}\r\n","#rwpp-container .nav-tab-wrapper {\n  margin-bottom: 20px;\n}\n#rwpp-container #rwpp-response {\n  margin-top: 20px;\n}\n#rwpp-container .notice {\n  margin-left: 0;\n}\n#rwpp-container .notice.top-notice {\n  margin-bottom: 20px;\n}\n#rwpp-container #rwpp_product_category {\n  margin-bottom: 30px;\n}\n\n#rwpp-products-list {\n  position: relative;\n}\n\n.rwpp-product {\n  background: #fff;\n  cursor: move;\n  border: 1px solid #ccc;\n  border-radius: 3px;\n  width: 100%;\n  max-width: 700px;\n  margin-bottom: 10px;\n}\n.rwpp-product .rwpp-product-main {\n  padding: 5px 10px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n.rwpp-product .rwpp-product-main .rwpp-product-title {\n  font-weight: 500;\n  flex: 1;\n  padding-right: 30px;\n}\n.rwpp-product .rwpp-product-main span.rwpp-product-movement {\n  display: inline-block;\n  width: 155px;\n}\n.rwpp-product .rwpp-product-main span.rwpp-product-movement span.dashicons {\n  cursor: pointer;\n  border: 1px solid #4e4e4e;\n  padding: 3px;\n  opacity: 0.3;\n  border-radius: 3px;\n}\n.rwpp-product .rwpp-product-main span.rwpp-product-movement span.dashicons:hover {\n  background: #000;\n  color: #fff;\n  opacity: 1;\n}\n.rwpp-product .rwpp-product-info {\n  background-color: #f5f3f3;\n  padding: 10px;\n  display: flex;\n  justify-content: flex-start;\n  display: none;\n}\n.rwpp-product .rwpp-product-info img {\n  width: 120px;\n  height: auto;\n}\n.rwpp-product .rwpp-product-info .rwpp-product-details {\n  flex: 1;\n  padding-left: 15px;\n}\n.rwpp-product .rwpp-product-info .rwpp-product-details .rwpp-product-name {\n  font-size: 16px;\n  margin-bottom: 5px;\n}\n.rwpp-product .rwpp-product-info .rwpp-product-details .rwpp-product-sku {\n  margin-bottom: 5px;\n}\n.rwpp-product .rwpp-product-info .rwpp-product-details .button {\n  margin-top: 10px;\n  margin-right: 5px;\n}\n.rwpp-product .rwpp-product-info.active {\n  display: flex;\n}\n.rwpp-product.ghost {\n  background-color: #0073aa !important;\n  border: 1px solid #ccc !important;\n  color: #fff;\n}\n.rwpp-product.sortable-selected {\n  background-color: #d9e8fa;\n  border: solid #0073aa 1px;\n}\n.rwpp-product:hover {\n  border: 1px solid #adadad;\n}","#rwpp-products-list {\r\n  position: relative;\r\n}\r\n#rwpp-save-orders {\r\n}\r\n",".rwpp-product {\r\n  background: #fff;\r\n  cursor: move;\r\n  border: 1px solid #ccc;\r\n  border-radius: 3px;\r\n  width: 100%;\r\n  max-width: 700px;\r\n  margin-bottom: 10px;\r\n  .rwpp-product-main {\r\n    padding: 5px 10px;\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    .rwpp-product-title {\r\n      font-weight: 500;\r\n      flex: 1;\r\n      padding-right: 30px;\r\n    }\r\n    span.rwpp-product-movement {\r\n      display: inline-block;\r\n      width: 155px;\r\n      span.dashicons {\r\n        cursor: pointer;\r\n        border: 1px solid #4e4e4e;\r\n        padding: 3px;\r\n        opacity: 0.3;\r\n        border-radius: 3px;\r\n\r\n        &:hover {\r\n          background: #000;\r\n          color: #fff;\r\n          opacity: 1;\r\n        }\r\n      }\r\n    }\r\n  }\r\n\r\n  .rwpp-product-info {\r\n    background-color: #f5f3f3;\r\n    padding: 10px;\r\n    display: flex;\r\n    justify-content: flex-start;\r\n    display: none;\r\n\r\n    img {\r\n      width: 120px;\r\n      height: auto;\r\n    }\r\n    .rwpp-product-details {\r\n      flex: 1;\r\n      padding-left: 15px;\r\n      .rwpp-product-name {\r\n        font-size: 16px;\r\n        margin-bottom: 5px;\r\n      }\r\n      .rwpp-product-sku {\r\n        margin-bottom: 5px;\r\n      }\r\n      .rwpp-product-price {\r\n      }\r\n      .button {\r\n        margin-top: 10px;\r\n        margin-right: 5px;\r\n      }\r\n    }\r\n    &.active {\r\n      display: flex;\r\n    }\r\n  }\r\n\r\n  &.ghost {\r\n    background-color: #0073aa !important;\r\n    border: 1px solid #ccc !important;\r\n    color: #fff;\r\n  }\r\n\r\n  &.sortable-selected {\r\n    background-color: #d9e8fa;\r\n    border: solid #0073aa 1px;\r\n  }\r\n\r\n  &:hover {\r\n    border: 1px solid #adadad;\r\n  }\r\n}\r\n"],"names":[],"sourceRoot":""}