first upload all files

This commit is contained in:
NW
2023-06-11 13:14:03 +01:00
parent f14dbc52b5
commit c08b36d1b6
1705 changed files with 106852 additions and 0 deletions

View 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;
}
}