-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathstyle.less
executable file
·145 lines (129 loc) · 3.6 KB
/
style.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
/*
Theme Name: Shophistic Lite
Theme URI: https://www.quemalabs.com/theme/shophistic-lite/
Description: Shophistic Lite is the perfect theme for your online shop. With a beautiful and unique design, is responsive and fully compatible with WooCommerce. The easiest way to create your online store and customize it with no coding skills required!
Version: 1.0.24
Author: Quema Labs
Author URI: https://www.quemalabs.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, blog, featured-images, two-columns, threaded-comments, custom-menu, left-sidebar, sticky-post, translation-ready, custom-background, full-width-template, rtl-language-support, theme-options
Text Domain: shophistic-lite
*/
/*
----------------------------------------------------------------
TABLE OF CONTENTS
----------------------------------------------------------------
1. Header
2. Blog & Pages
3. Sidebar
4. Footer
5. Comments
6. Woocommerce
7. Owl Carousel
8. Pace
9. WordPress Default
10. External Plugins
11. Global Styles
12. Responsive Styles
LESS Variables and Mixins
----------------------------------------------------------------
*/
/*
==========================================
1. Header
==========================================
*/
@import "theme_less/_header.less";
/*
==========================================
2. Blog & Pages
==========================================
*/
@import "theme_less/_blog-pages.less";
/*
==========================================
3. Sidebar
==========================================
*/
@import "theme_less/_sidebar.less";
/*
==========================================
4. Footer
==========================================
*/
@import "theme_less/_footer.less";
/*
==========================================
5. Comments
==========================================
*/
@import "theme_less/_comments.less";
/*
==========================================
6. WooCommerce
==========================================
*/
@import "theme_less/_woocommerce.less";
/*
==========================================
7. Owl Carousel
==========================================
*/
@import "theme_less/_owl-carousel.less";
/*
==========================================
8. Pace (Loading animation)
==========================================
*/
@import "theme_less/_pace.less";
/*
==========================================
9. WordPress Default
==========================================
*/
@import "theme_less/_wp-default.less";
/*
==========================================
10. External Plugins
==========================================
*/
@import "theme_less/_external-plugins.less";
/*
==========================================
11. Global Styles
==========================================
*/
@import "theme_less/_global.less";
/*
==========================================
12. Responsive Styles
==========================================
*/
/*
// Extra Small Breakpoint
// ------------------
*/
@import "theme_less/_mediaquery-xs.less";
/*
// Small Breakpoint
// ------------------
*/
@import "theme_less/_mediaquery-sm.less";
/*
// Medium Breakpoint
// ------------------
*/
@import "theme_less/_mediaquery-md.less";
/*
// Extra Larga Breakpoint
// ------------------
*/
@import "theme_less/_mediaquery-lg.less";
/*
==========================================
LESS Variables and Mixins
==========================================
*/
@import "less/variables.less"; // Modify this for custom colors, font-sizes, etc
@import "less/mixins.less";