File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -3565,3 +3565,10 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::input_placeholder_color')
3565
3565
.input-wrapper .modal {
3566
3566
z-index : 2000 !important ;
3567
3567
}
3568
+
3569
+ @media (min-width : 576px ) {
3570
+ .row .imageList > .col-sm-3 {
3571
+ flex : 0 0 25% ;
3572
+ max-width : 25% ;
3573
+ }
3574
+ }
Original file line number Diff line number Diff line change 16
16
{{ asset_add(" theme.css" , " visiosoft.theme.base::css/intlTelInput.css" ) }}
17
17
18
18
19
- {{ asset_add(
20
- " build.css" ,
21
- " visiosoft.theme.defaultadmin::css/theme.css" ,
22
- [
23
- " required" ,
24
- " as:t4t5/sweetalert.css" ,
25
- " as:jshjohnson/Choices.css" ,
26
- " as:rstacruz/nprogress.css" ,
27
- ]
28
- ) }}
29
19
30
20
{{ asset_add(" theme.js" , " visiosoft.theme.defaultadmin::js/vendor/*" ) }}
31
21
{{ asset_add(" theme.js" , " visiosoft.theme.defaultadmin::js/theme/polyfills.js" ) }}
68
58
{{ asset_script(' visiosoft.theme.defaultadmin::js/visiosoft.js' ) }}
69
59
<style type =" text/css" >
70
60
{{ asset_inline(" theme.css" ) }}
71
- {{ asset_inline(" build.css" ) }}
61
+ {{ asset_inline(" visiosoft.theme.defaultadmin::css/theme.css" ,
62
+ [
63
+ " required" ,
64
+ " as:t4t5/sweetalert.css" ,
65
+ " as:jshjohnson/Choices.css" ,
66
+ " as:rstacruz/nprogress.css" ,
67
+ ]
68
+ ) }}
72
69
{% if setting_value(' visiosoft.theme.defaultadmin::dark_mode' ) %}
73
70
/* Dark mode is active*/
74
71
{{ asset_inline(" visiosoft.theme.defaultadmin::css/dark_mode.css" ) }}
You can’t perform that action at this time.
0 commit comments