Skip to content

Commit

Permalink
Edit "ol" style for import
Browse files Browse the repository at this point in the history
  • Loading branch information
nattphenjati committed Mar 1, 2016
1 parent 2b8ce61 commit 214e7fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions assets/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,12 @@ ng-transclude.has-error .form-control{
line-height: 16px;
}

.import-page{
ol{
-webkit-padding-start: 15px;
}
}

@keyframes shake {
0% {transform: translateX(0);}
12.5% {transform: translateX(-6px) rotateY(-5deg)}
Expand Down
7 changes: 6 additions & 1 deletion public/assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -15325,6 +15325,11 @@ ng-transclude.has-error .form-control {
line-height: 16px;
}

/* line 276, ../../../assets/screen.scss */
.import-page ol {
-webkit-padding-start: 15px;
}

@keyframes shake {
0% {
transform: translateX(0);
Expand Down Expand Up @@ -15365,7 +15370,7 @@ ng-transclude.has-error .form-control {
-webkit-transform: translateX(0);
}
}
/* line 293, ../../../assets/screen.scss */
/* line 299, ../../../assets/screen.scss */
.shake {
-webkit-animation: shake 400ms ease-in-out;
animation: shake 400ms ease-in-out;
Expand Down
2 changes: 1 addition & 1 deletion templates/seller_import_products.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php $this->layout('layouts/page-with-sidebar', ['title' => 'Product - Import']) ?>

<?php $this->start('page-body') ?>
<div class="local-category-page" ng-controller="ProductImportCtrl" ng-init="init(<?=$update?>)">
<div class="import-page" ng-controller="ProductImportCtrl" ng-init="init(<?=$update?>)">
<!-- MODAL -->
<div class="modal fade" tabindex="-1" role="dialog" id="modal-choose-template">
<div class="modal-dialog modal-category-section column-4">
Expand Down

0 comments on commit 214e7fc

Please sign in to comment.