first upload all files
This commit is contained in:
37
Modules/Category/Resources/assets/admin/sass/main.scss
Normal file
37
Modules/Category/Resources/assets/admin/sass/main.scss
Normal file
@@ -0,0 +1,37 @@
|
||||
@import '~jstree/dist/themes/default/style';
|
||||
|
||||
.category-tree {
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.add-root-category {
|
||||
display: table;
|
||||
}
|
||||
|
||||
.add-sub-category {
|
||||
display: table;
|
||||
margin: 5px 0 10px;
|
||||
}
|
||||
|
||||
.rtl {
|
||||
.jstree-default {
|
||||
&.jstree-rtl .jstree-node {
|
||||
background-position: 0% 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#category-form .loading-spinner {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.category-details-tab {
|
||||
margin: 0 -15px 0 15px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 991px) {
|
||||
.category-details-tab {
|
||||
margin: 30px 0 0 -15px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user