-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.less
More file actions
69 lines (59 loc) · 1.74 KB
/
Copy pathstyle.less
File metadata and controls
69 lines (59 loc) · 1.74 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
@charset "utf-8";
// Font families
@fallback-font-family: Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", Microsoft JhengHei, WenQuanYi Micro Hei, "Microsoft YaHei", sans-serif;
@base-font-family: "futura-pt", @fallback-font-family;
@code-font-family: "inconsolata", Consolas, monospace, sans-serif;
// Font configuration
@base-font-size: 16px;
@small-font-size: @base-font-size * 0.875;
@base-line-height: 1.5;
// Spacing
@spacing-unit: 30px;
// Material color scheme
@material-red: #f44336;
@material-pink: #E91E63;
@material-purple: #9c27b0;
@material-deep-purple: #673ab7;
@material-indigo: #3f51b5;
@material-blue: #2196f3;
@material-teal: #009688;
@material-green: #4caf50;
@material-light-green: #8bc34a;
@material-orange: #ff9800;
@material-deep-orange: #ff5722;
@material-brown: #795548;
@material-blue-grey: #607d8b;
@material-grey: #9e9e9e;
@material-yellow: #FFEB3B;
// Social Networks Brand color
@github-color: #467cc2;
@twitter-color: #55acee;
@facebook-color: #3765a3;
@google-color: #db4437;
@pinterest-color: #bc1725;
@dribbble-color: #ed699c;
@weibo-color: #f8712a;
@tumblr-color: #35465c;
@instagram-color: #3f729b;
@linkedin-color: #0077B5;
@behance-color: #1769FF;
// Colors
@black: #414141;
@white: #ffffff;
@text-color: @black;
@background-color: #EBECEE;
@brand-color: @material-teal;
@accent-color: @material-orange;
@grey-color: #828282;
// Responsive limits
@on-phone: 820px;
@on-laptop: 990px;
@on-desktop: 1200px;
@import "less/_fonts.less";
@import "less/_normalize.less";
@import "less/_base.less";
@import "less/_header.less";
@import "less/_main.less";
@import "less/_content.less";
@import "less/_pagination.less";
@import "less/_footer.less";