-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.styl
More file actions
83 lines (62 loc) · 1.08 KB
/
index.styl
File metadata and controls
83 lines (62 loc) · 1.08 KB
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
@require "_ionicons"
@require "_config"
@require "styles/layout"
@require "styles/reset"
@require "styles/util/position"
export-reset()
layout-grid-base()
layout-width-base()
/*
html
body
main
.main
h 100%
*/
body
cc $cc $bg
ul
lity no
pad 0
mar 0
table
w 100%
border-collapse collapse
border-spacing 0
body
py $navh + $mainpad
.main
w $mainw
mx a
py 2rem
bg #fff
bdrz 6px
.width--7-f
w percentage(1/7)
.section-mb
mb 1rem
.section-mb2
mb 2rem
/// components.
@import "./styles/_button"
@import "./styles/_field"
@import "./styles/_selectfield"
@import "./styles/_treeview"
@import "./styles/_form"
@import "./styles/_modal"
@import "./styles/_pagination"
@import "./styles/_switch"
@import "./styles/_tab"
@import "./styles/_datepicker"
@import "./styles/_autocomplete"
/// layouts.
@import "./styles/_top"
@import "./styles/_left"
@import "./styles/_right"
/// pages.
@import "./styles/_prod-create"
@import "./styles/_prod-list"
@import "./styles/_prod-category"
@import "./styles/_order-create"
@import "./styles/_temp"
@import "./styles/_user"