-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_themes.scss
More file actions
104 lines (87 loc) · 3.73 KB
/
Copy path_themes.scss
File metadata and controls
104 lines (87 loc) · 3.73 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/* ==========================================================================
SHARED THEME SETTINGS
========================================================================== */
/* ==========================================================================
TYPOGRAPHY
========================================================================== */
/* Used to set the size for <em> */
$doc-font-size : 16;
/* Paragraph indention */
$paragraph-indent : false; // true, false (default)
$indent-var : 1.3em;
/* System typefaces */
$serif : Georgia, Times, serif;
$sans-serif : -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
$monospace : Monaco, Consolas, "Lucida Console", monospace;
/* Sans serif typefaces */
$sans-serif-narrow : $sans-serif;
$helvetica : Helvetica, "Helvetica Neue", Arial, sans-serif;
/* Serif typefaces */
$georgia : Georgia, serif;
$times : Times, serif;
$bodoni : "Bodoni MT", serif;
$calisto : "Calisto MT", serif;
$garamond : Garamond, serif;
/* Type scale */
$type-size-1 : 2.441em; // ~39.056px
$type-size-2 : 1.953em; // ~31.248px
$type-size-3 : 1.563em; // ~25.008px
$type-size-4 : 1.25em; // ~20px
$type-size-5 : 1em; // ~16px
$type-size-6 : 0.75em; // ~12px
$type-size-7 : 0.6875em; // ~11px
$type-size-8 : 0.625em; // ~10px
$global-font-family : $sans-serif;
$header-font-family : $sans-serif;
$caption-font-family : $serif;
/* ==========================================================================
Breakpoints
========================================================================== */
@include breakpoint-set("to ems", true);
$small : 600px !default;
$medium : 768px !default;
$medium-wide : 900px !default;
$large : 925px !default;
$x-large : 1280px !default;
/* ==========================================================================
Grid
========================================================================== */
$right-sidebar-width-narrow : auto;
$right-sidebar-width : auto;
$right-sidebar-width-wide : auto;
$susy: (
columns: 12,
column-width: 120px,
gutters: 1/4,
math: fluid,
output: float,
gutter-position: after,
container: $large,
global-box-sizing: border-box,
);
/* ==========================================================================
BRAND COLORS
========================================================================== */
$behance-color : #1769FF;
$bluesky-color : #1184fe;
$dribbble-color : #ea4c89;
$facebook-color : #3b5998;
$flickr-color : #ff0084;
$foursquare-color : #0072b1;
$google-plus-color : #dd4b39;
$instagram-color : #517fa4;
$kaggle-color : #20c0ff;
$lastfm-color : #d51007;
$linkedin-color : #007bb6;
$mastodon-color : #6364ff;
$orcid-color : #a6ce39;
$pinterest-color : #cb2027;
$rss-color : #fa9b39;
$soundcloud-color : #ff3300;
$stackoverflow-color : #fe7a15;
$tumblr-color : #32506d;
$twitter-color : #55acee;
$vimeo-color : #1ab7ea;
$vine-color : #00bf8f;
$youtube-color : #bb0000;
$xing-color : #006567;