-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.less
executable file
·48 lines (34 loc) · 1.22 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
/**
* Thanks to use Cuboid Blog Skin
*
* Author: Ariflaw
* Autor URI: http://www.ariflaw.com
* Author Contact: hello@ariflaw.com
*
* @support By b2evolution team
*
**/
// 01. VARIABLE
// ======================================================================== /
@import "assets/css/variable";
// 02. GENERAL STYLE
// ======================================================================== /
@import "assets/css/general";
// --------- Universal item list widget & Recent posts widget ---------
@import "../../rsc/less/_universal_item_list_widget.module.less";
// 03. HEADER
// ======================================================================== /
@import "assets/css/header";
// 04. CONTENT
// ======================================================================== /
@import "assets/css/content";
// 05. SIDEBAR
// ======================================================================== /
@import "assets/css/sidebar";
@import "assets/css/widget";
// 06. DISP STYLE
// ======================================================================== /
@import "assets/css/global_disp";
// 07. FOOTER
// ======================================================================== /
@import "assets/css/footer";