Skip to content

Commit

Permalink
Merge branch 'develop' into gli-2092
Browse files Browse the repository at this point in the history
  • Loading branch information
shreesh-webkul committed Jul 5, 2024
2 parents 288de31 + 8b31467 commit 13aa486
Show file tree
Hide file tree
Showing 56 changed files with 915 additions and 451 deletions.
11 changes: 11 additions & 0 deletions admin/themes/default/sass/admin-theme_rtl.sass
Original file line number Diff line number Diff line change
Expand Up @@ -84,25 +84,36 @@
@import "partials/date-range-picker"
@import "partials/multistore"
@import "partials/product"
@import "partials/skeleton-loading"

//Controllers
@import "controllers/carrier-wizard"
@import "controllers/dashboard"
@import "controllers/login"
@import "controllers/modules_catalog"
@import "controllers/modules"
@import "controllers/search"
@import "controllers/translations"
@import "controllers/customer-thread"
@import "controllers/themes"
@import "controllers/order"
@import "controllers/products"
@import "vendor/bootstrap-rtl-sass/bootstrap-rtl"

//Plug-ins
@import "partials/tinymce"
@import "partials/growl"
@import "partials/chosen"
@import "partials/ladda"
@import "partials/date-picker"
@import "partials/select2"
@import "partials/ndv3"

//RTL
@import "partials/rtl"

//Backward compatibility
@import "partials/backward"

//Print support
@import "partials/print"
8 changes: 5 additions & 3 deletions admin/themes/default/sass/controllers/_modules_catalog.sass
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@
.module-info-wrapper
position: relative
height: 100%
.module-logo img
max-height: 60px
.module-logo
display: flex
gap: 10px
margin-bottom: 20px
margin-right: 10px
img
max-height: 60px
.panel-action
.module-price
font-size: 14px
Expand Down
43 changes: 17 additions & 26 deletions admin/themes/default/sass/partials/_kpi.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $kpi-gap: 10px

.kpi-container
display: flex
gap: 15px
justify-content: space-between
padding: 12px !important
.kpis-wrap
Expand All @@ -23,7 +24,6 @@ $kpi-gap: 10px
padding-right: $kpi-gap / 2
.actions-wrap
width: 16px
margin-left: 16px
button
padding: 0
border: none
Expand Down Expand Up @@ -97,34 +97,29 @@ $kpi-gap: 10px
border: 1px solid #e7edfa
border-left-width: 3px
border-radius: 6px
padding: 4px 8px 8px 42px
padding: 4px 8px 8px 4px
display: flex
flex-direction: column
justify-content: space-between
gap: 10px
white-space: normal
i.kpi-icon
font-size: 15px
text-align: center
color: white
line-height: 26px
background: #eee
width: 28px
height: 28px
@include border-radius(6px)
.kpi-data
flex-grow: 1
.title-subtitle
display: flex
justify-content: space-between
.title
display: block
color: #666
font-size: 13px
i
position: absolute
top: 5px
font-size: 15px
text-align: center
color: white
line-height: 26px
background: #eee
width: 28px
height: 28px
@include left(5px)
@include border-radius(6px)
&::before
position: absolute
top: 1px
left: 8px

.subtitle
display: block
text-transform: capitalize
Expand All @@ -144,12 +139,8 @@ $kpi-gap: 10px
&.loading
height: 22px
min-width: 40px
.arrow
position: absolute
bottom: 7px
right: 9px
i
color: #828282 !important
.arrow i
color: #828282 !important
&:hover
text-decoration: none
.color1
Expand Down
5 changes: 5 additions & 0 deletions admin/themes/default/sass/partials/_rtl.sass
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,8 @@ html
margin-left: 0px
@include border-right(1px solid $sidebar-menu-bg-hover-color)
border-left: 0px
#nav-topbar
#ellipsistab
ul#ellipsis_submenu
left: 0
right: unset
6 changes: 5 additions & 1 deletion admin/themes/default/sass/partials/_tree.sass
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,8 @@
.tree-panel-label-title
font-weight: 400
margin: 0
@include padding(0, 0, 0, 8px)
@include padding(0, 0, 0, 8px)

.tree.cattree
max-height: 350px
overflow-y: auto
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@
// Button groups
// --------------------------------------------------
// Make the div behave like a button
.btn-group,
.btn-group-vertical
> .btn
float: right

// Prevent double borders when buttons are next to each other
.btn-group
.btn-group
.btn + .btn,
.btn + .btn-group,
.btn-group + .btn,
Expand Down
Loading

0 comments on commit 13aa486

Please sign in to comment.