anc 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/anc.scss +9 -0
  3. data/_sass/anc/_base.scss +144 -0
  4. data/_sass/anc/_layout.scss +0 -0
  5. data/_sass/anc/_materialize.scss +42 -0
  6. data/_sass/anc/_syntax-highlighting.scss +78 -0
  7. data/_sass/anc/components/_variables.scss +343 -0
  8. data/_sass/materialize/components/_badges.scss +47 -0
  9. data/_sass/materialize/components/_buttons.scss +291 -0
  10. data/_sass/materialize/components/_cards.scss +196 -0
  11. data/_sass/materialize/components/_carousel.scss +90 -0
  12. data/_sass/materialize/components/_chips.scss +89 -0
  13. data/_sass/materialize/components/_collapsible.scss +84 -0
  14. data/_sass/materialize/components/_color.scss +412 -0
  15. data/_sass/materialize/components/_dropdown.scss +68 -0
  16. data/_sass/materialize/components/_global.scss +734 -0
  17. data/_sass/materialize/components/_grid.scss +156 -0
  18. data/_sass/materialize/components/_icons-material-design.scss +5 -0
  19. data/_sass/materialize/components/_materialbox.scss +43 -0
  20. data/_sass/materialize/components/_modal.scss +90 -0
  21. data/_sass/materialize/components/_navbar.scss +208 -0
  22. data/_sass/materialize/components/_normalize.scss +424 -0
  23. data/_sass/materialize/components/_preloader.scss +334 -0
  24. data/_sass/materialize/components/_pulse.scss +34 -0
  25. data/_sass/materialize/components/_roboto.scss +39 -0
  26. data/_sass/materialize/components/_sideNav.scss +214 -0
  27. data/_sass/materialize/components/_slider.scss +92 -0
  28. data/_sass/materialize/components/_table_of_contents.scss +33 -0
  29. data/_sass/materialize/components/_tabs.scss +93 -0
  30. data/_sass/materialize/components/_tapTarget.scss +103 -0
  31. data/_sass/materialize/components/_toast.scss +59 -0
  32. data/_sass/materialize/components/_tooltip.scss +31 -0
  33. data/_sass/materialize/components/_transitions.scss +13 -0
  34. data/_sass/materialize/components/_typography.scss +61 -0
  35. data/_sass/materialize/components/_variables.scss +343 -0
  36. data/_sass/materialize/components/_waves.scss +114 -0
  37. data/_sass/materialize/components/date_picker/_default.date.scss +456 -0
  38. data/_sass/materialize/components/date_picker/_default.scss +212 -0
  39. data/_sass/materialize/components/date_picker/_default.time.scss +267 -0
  40. data/_sass/materialize/components/forms/_checkboxes.scss +210 -0
  41. data/_sass/materialize/components/forms/_file-input.scss +44 -0
  42. data/_sass/materialize/components/forms/_forms.scss +22 -0
  43. data/_sass/materialize/components/forms/_input-fields.scss +333 -0
  44. data/_sass/materialize/components/forms/_radio-buttons.scss +115 -0
  45. data/_sass/materialize/components/forms/_range.scss +160 -0
  46. data/_sass/materialize/components/forms/_select.scss +182 -0
  47. data/_sass/materialize/components/forms/_switches.scss +89 -0
  48. data/_sass/materialize/materialize.scss +42 -0
  49. metadata +48 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0742add3f4ba186f20fb65c325769e833de29c88
4
- data.tar.gz: 5eeb85f16a527b23df337d68172d4cad1996c2ab
3
+ metadata.gz: 3799eb6df6f3d41bba2dd38defc100e39b473aae
4
+ data.tar.gz: c43621b1498da9c9faacaa66cc7b5a1fea150c2b
5
5
  SHA512:
6
- metadata.gz: bafa9f6a5ae6d64f71a99295483577eff94c92733b8d4aac0ebba294709b5c7e2defa886a96c1d9b4e25945271581c5cddde9b8f3705c80188af416e5c556ea3
7
- data.tar.gz: 264b5ac3026cc30145890f6f9bb97a75b2c54e57d12c3dbd5a57882f103537fb7c5155578ba0ab2aa663484817fe9082d1bf650505ff70de55aa5dc886e20b69
6
+ metadata.gz: 5020cd592c93fcd48b3af13731579a03319fd962b859c3657f44bc8fdf86d8abc62f3618a5c81aca92c4dc79d8a60b4c5f5a6ba7a32b12f6297a1be3f7974b5d
7
+ data.tar.gz: 47f392ae59099e3d2bc47720b877f7216718cddd4e3e278ced3b0d6f894f3cb1281e6b7dec6580a892fc925de897917b5949b0a7f8d4235127bcf9194a872e5d
@@ -0,0 +1,9 @@
1
+
2
+ @import "anc/materialize";
3
+
4
+
5
+ @import "anc/base";
6
+ @import "anc/layout";
7
+ @import "anc/syntax-highlighting";
8
+
9
+
@@ -0,0 +1,144 @@
1
+ @import "materialize";
2
+
3
+ /* fallback */
4
+ @font-face {
5
+ font-family: 'Material Icons';
6
+ font-style: normal;
7
+ font-weight: 400;
8
+ src: url(https://fonts.gstatic.com/s/materialicons/v30/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
9
+ }
10
+
11
+ .material-icons {
12
+ font-family: 'Material Icons';
13
+ font-weight: normal;
14
+ font-style: normal;
15
+ font-size: 24px;
16
+ line-height: 1;
17
+ letter-spacing: normal;
18
+ text-transform: none;
19
+ display: inline-block;
20
+ white-space: nowrap;
21
+ word-wrap: normal;
22
+ direction: ltr;
23
+ -moz-font-feature-settings: 'liga';
24
+ -moz-osx-font-smoothing: grayscale;
25
+ }
26
+
27
+
28
+
29
+
30
+ #spinkit {
31
+ background-color: #ffffff;
32
+ height: 100vh;
33
+ width: 100%;
34
+ z-index: 10000;
35
+ position: fixed;
36
+ overflow: hidden;
37
+ padding: 40vh;
38
+ }
39
+
40
+ footer .title {
41
+ padding: 0;
42
+ font-size: 2rem;
43
+ margin: 0 auto;
44
+ font-weight: bold;
45
+ vertical-align: middle;
46
+ line-height: 0;
47
+ }
48
+
49
+ footer h6 {
50
+ display: inline;
51
+ }
52
+
53
+ footer h6 a {
54
+ font-size: 1.1rem;
55
+ color: #0d0d0d;
56
+ font-weight: bolder;
57
+ }
58
+
59
+ main {
60
+ flex: 1 0 auto;
61
+ }
62
+
63
+ .dianamicContent {
64
+ min-height: 100vh;
65
+ z-index: 1001;
66
+ background-color: #F5DEB3;
67
+ position: absolute;
68
+ top: 0;
69
+ right: 0;
70
+ /*! bottom: 0; */
71
+ left: 0;
72
+ margin: 0 auto;
73
+ order: 0;
74
+ padding: 0;
75
+ }
76
+
77
+ .dianamicContent article {
78
+ background: wheat;
79
+ }
80
+
81
+ .blogPosts col {
82
+ min-height: 1rem;
83
+ max-height: 2rem;
84
+ }
85
+
86
+ .p_card {
87
+ font-size: 1.5rem;
88
+ font-weight: 300;
89
+ margin-bottom: 1.75px;
90
+ color: #666;
91
+ line-height: 1.5rem;
92
+ }
93
+
94
+ .postCard .card-content .card-title h2, .postCard .card-content .card-title h2, .postCard .card-content .card-title h3, .postCard .card-content .card-title h4 {
95
+ font-size: 1.5rem;
96
+ line-height: 0;
97
+ display: inline-block;
98
+ }
99
+
100
+ .post-archive .collapsible-header h3 {
101
+ font-size: 2rem;
102
+ line-height: 0;
103
+ margin: 1.46rem 0 1.168rem 0;
104
+ }
105
+
106
+ .post-archive .collapsible-body .collection-item h4 {
107
+ font-size: 1.28rem;
108
+ margin: 1.14rem 0 0.912rem 0;
109
+ }
110
+
111
+ nav li a {
112
+ font-size: 1.3rem;
113
+ }
114
+
115
+ #postWithLeft header h3 {
116
+ font-size: 1.75rem;
117
+ font-weight: bold;
118
+ }
119
+
120
+ #postWithLeft .page-content h5, #postWithLeft .page-content h4 {
121
+ font-size: 1.5rem;
122
+ font-weight: bolder;
123
+ }
124
+
125
+ #postWithLeft .page-content p {
126
+ font-size: 1.25rem;
127
+ }
128
+
129
+ #postWithLeft .page-content a {
130
+ font-weight: bold;
131
+ }
132
+
133
+
134
+ .pinned {
135
+ z-index: 1;
136
+ }
137
+ #s_setText{
138
+ padding: 0;
139
+ margin: 0;
140
+ position: absolute;
141
+ font-size: 2rem;
142
+ margin-left: 4rem;
143
+ }
144
+
File without changes
@@ -0,0 +1,42 @@
1
+ @charset "UTF-8";
2
+
3
+ // Colors
4
+ @import "anc/materialize-css/sass/components/color";
5
+
6
+ // Variabanc/materialize-css/sass/les;
7
+ @import "components/variables";
8
+
9
+ // Resetanc/materialize-css/sass/
10
+ @import "anc/materialize-css/sass/components/normalize";
11
+
12
+ // componanc/materialize-css/sass/ents
13
+ @import "anc/materialize-css/sass/components/global";
14
+ @import "anc/materialize-css/sass/components/badges";
15
+ @import "anc/materialize-css/sass/components/icons-material-design";
16
+ @import "anc/materialize-css/sass/components/grid";
17
+ @import "anc/materialize-css/sass/components/navbar";
18
+ @import "anc/materialize-css/sass/components/roboto";
19
+ @import "anc/materialize-css/sass/components/typography";
20
+ @import "anc/materialize-css/sass/components/transitions";
21
+ @import "anc/materialize-css/sass/components/cards";
22
+ @import "anc/materialize-css/sass/components/toast";
23
+ @import "anc/materialize-css/sass/components/tabs";
24
+ @import "anc/materialize-css/sass/components/tooltip";
25
+ @import "anc/materialize-css/sass/components/buttons";
26
+ @import "anc/materialize-css/sass/components/dropdown";
27
+ @import "anc/materialize-css/sass/components/waves";
28
+ @import "anc/materialize-css/sass/components/modal";
29
+ @import "anc/materialize-css/sass/components/collapsible";
30
+ @import "anc/materialize-css/sass/components/chips";
31
+ @import "anc/materialize-css/sass/components/materialbox";
32
+ @import "anc/materialize-css/sass/components/forms/forms";
33
+ @import "anc/materialize-css/sass/components/table_of_contents";
34
+ @import "anc/materialize-css/sass/components/sideNav";
35
+ @import "anc/materialize-css/sass/components/preloader";
36
+ @import "anc/materialize-css/sass/components/slider";
37
+ @import "anc/materialize-css/sass/components/carousel";
38
+ @import "anc/materialize-css/sass/components/tapTarget";
39
+ @import "anc/materialize-css/sass/components/pulse";
40
+ @import "anc/materialize-css/sass/components/date_picker/default";
41
+ @import "anc/materialize-css/sass/components/date_picker/default.date";
42
+ @import "anc/materialize-css/sass/components/date_picker/default.time";
@@ -0,0 +1,78 @@
1
+
2
+ .hljs {
3
+ display: block;
4
+ overflow-x: auto;
5
+ padding: 0.5em;
6
+ background: #23241f;
7
+ }
8
+
9
+ .hljs,
10
+ .hljs-tag,
11
+ .hljs-subst {
12
+ color: #f8f8f2;
13
+ }
14
+
15
+ .hljs-strong,
16
+ .hljs-emphasis {
17
+ color: #a8a8a2;
18
+ }
19
+
20
+ .hljs-bullet,
21
+ .hljs-quote,
22
+ .hljs-number,
23
+ .hljs-regexp,
24
+ .hljs-literal,
25
+ .hljs-link {
26
+ color: #ae81ff;
27
+ }
28
+
29
+ .hljs-code,
30
+ .hljs-title,
31
+ .hljs-section,
32
+ .hljs-selector-class {
33
+ color: #a6e22e;
34
+ }
35
+
36
+ .hljs-strong {
37
+ font-weight: bold;
38
+ }
39
+
40
+ .hljs-emphasis {
41
+ font-style: italic;
42
+ }
43
+
44
+ .hljs-keyword,
45
+ .hljs-selector-tag,
46
+ .hljs-name,
47
+ .hljs-attr {
48
+ color: #f92672;
49
+ }
50
+
51
+ .hljs-symbol,
52
+ .hljs-attribute {
53
+ color: #66d9ef;
54
+ }
55
+
56
+ .hljs-params,
57
+ .hljs-class .hljs-title {
58
+ color: #f8f8f2;
59
+ }
60
+
61
+ .hljs-string,
62
+ .hljs-type,
63
+ .hljs-built_in,
64
+ .hljs-builtin-name,
65
+ .hljs-selector-id,
66
+ .hljs-selector-attr,
67
+ .hljs-selector-pseudo,
68
+ .hljs-addition,
69
+ .hljs-variable,
70
+ .hljs-template-variable {
71
+ color: #e6db74;
72
+ }
73
+
74
+ .hljs-comment,
75
+ .hljs-deletion,
76
+ .hljs-meta {
77
+ color: #75715e;
78
+ }
@@ -0,0 +1,343 @@
1
+ // ==========================================================================
2
+ // Materialize variables
3
+ // ==========================================================================
4
+ //
5
+ // Table of Contents:
6
+ //
7
+ // 1. Colors
8
+ // 2. Badges
9
+ // 3. Buttons
10
+ // 4. Cards
11
+ // 5. Carousel
12
+ // 6. Collapsible
13
+ // 7. Chips
14
+ // 8. Date + Time Picker
15
+ // 9. Dropdown
16
+ // 10. Fonts
17
+ // 11. Forms
18
+ // 12. Global
19
+ // 13. Grid
20
+ // 14. Navigation Bar
21
+ // 15. Side Navigation
22
+ // 16. Photo Slider
23
+ // 17. Spinners | Loaders
24
+ // 18. Tabs
25
+ // 19. Tables
26
+ // 20. Toasts
27
+ // 21. Typography
28
+ // 22. Footer
29
+ // 23. Flow Text
30
+ // 24. Collections
31
+ // 25. Progress Bar
32
+
33
+
34
+
35
+ // 1. Colors
36
+ // ==========================================================================
37
+
38
+ $primary-color: color("materialize-red", "lighten-2") !default;
39
+ $primary-color-light: lighten($primary-color, 15%) !default;
40
+ $primary-color-dark: darken($primary-color, 15%) !default;
41
+
42
+ $secondary-color: color("teal", "lighten-1") !default;
43
+ $success-color: color("green", "base") !default;
44
+ $error-color: color("red", "base") !default;
45
+ $link-color: color("light-blue", "darken-1") !default;
46
+
47
+
48
+ // 2. Badges
49
+ // ==========================================================================
50
+
51
+ $badge-bg-color: $secondary-color !default;
52
+ $badge-height: 22px !default;
53
+
54
+
55
+ // 3. Buttons
56
+ // ==========================================================================
57
+
58
+ // Shared styles
59
+ $button-border: none !default;
60
+ $button-background-focus: lighten($secondary-color, 4%) !default;
61
+ $button-font-size: 1rem !default;
62
+ $button-icon-font-size: 1.3rem !default;
63
+ $button-height: 36px !default;
64
+ $button-padding: 0 2rem !default;
65
+ $button-radius: 2px !default;
66
+
67
+ // Disabled styles
68
+ $button-disabled-background: #DFDFDF !default;
69
+ $button-disabled-color: #9F9F9F !default;
70
+
71
+ // Raised buttons
72
+ $button-raised-background: $secondary-color !default;
73
+ $button-raised-background-hover: lighten($button-raised-background, 5%) !default;
74
+ $button-raised-color: #fff !default;
75
+
76
+ // Large buttons
77
+ $button-large-icon-font-size: 1.6rem !default;
78
+ $button-large-height: $button-height * 1.5 !default;
79
+
80
+ // Flat buttons
81
+ $button-flat-color: #343434 !default;
82
+ $button-flat-disabled-color: lighten(#999, 10%) !default;
83
+
84
+ // Floating buttons
85
+ $button-floating-background: $secondary-color !default;
86
+ $button-floating-background-hover: $button-floating-background !default;
87
+ $button-floating-color: #fff !default;
88
+ $button-floating-size: 40px !default;
89
+ $button-floating-large-size: 56px !default;
90
+ $button-floating-radius: 50% !default;
91
+
92
+
93
+ // 4. Cards
94
+ // ==========================================================================
95
+
96
+ $card-padding: 24px !default;
97
+ $card-bg-color: #fff !default;
98
+ $card-link-color: color("orange", "accent-2") !default;
99
+ $card-link-color-light: lighten($card-link-color, 20%) !default;
100
+
101
+
102
+ // 5. Carousel
103
+ // ==========================================================================
104
+
105
+ $carousel-height: 400px !default;
106
+ $carousel-item-height: $carousel-height / 2 !default;
107
+ $carousel-item-width: $carousel-item-height !default;
108
+
109
+
110
+ // 6. Collapsible
111
+ // ==========================================================================
112
+
113
+ $collapsible-height: 3rem !default;
114
+ $collapsible-line-height: $collapsible-height !default;
115
+ $collapsible-header-color: #fff !default;
116
+ $collapsible-border-color: #ddd !default;
117
+
118
+
119
+ // 7. Chips
120
+ // ==========================================================================
121
+
122
+ $chip-bg-color: #e4e4e4 !default;
123
+ $chip-border-color: #9e9e9e !default;
124
+ $chip-selected-color: #26a69a !default;
125
+ $chip-margin: 5px !default;
126
+
127
+
128
+ // 8. Date + Time Picker
129
+ // ==========================================================================
130
+
131
+ $datepicker-display-font-size: 2.8rem;
132
+ $datepicker-weekday-color: rgba(0, 0, 0, .87) !default;
133
+ $datepicker-weekday-bg: darken($secondary-color, 7%) !default;
134
+ $datepicker-date-bg: $secondary-color !default;
135
+ $datepicker-year: rgba(255, 255, 255, .7) !default;
136
+ $datepicker-focus: rgba(0,0,0, .05) !default;
137
+ $datepicker-selected: $secondary-color !default;
138
+ $datepicker-selected-outfocus: desaturate(lighten($secondary-color, 35%), 15%) !default;
139
+
140
+ $timepicker-clock-color: rgba(0, 0, 0, .87) !default;
141
+ $timepicker-clock-plate-bg: #eee;
142
+
143
+
144
+ // 9. Dropdown
145
+ // ==========================================================================
146
+
147
+ $dropdown-bg-color: #fff !default;
148
+ $dropdown-hover-bg-color: #eee !default;
149
+ $dropdown-color: $secondary-color !default;
150
+ $dropdown-item-height: 50px !default;
151
+
152
+
153
+ // 10. Fonts
154
+ // ==========================================================================
155
+
156
+ $roboto-font-path: "../assets/fonts/roboto/" !default;
157
+
158
+
159
+ // 11. Forms
160
+ // ==========================================================================
161
+
162
+ // Text Inputs + Textarea
163
+ $input-height: 3rem !default;
164
+ $input-border-color: color("grey", "base") !default;
165
+ $input-border: 1px solid $input-border-color !default;
166
+ $input-background: #fff !default;
167
+ $input-error-color: $error-color !default;
168
+ $input-success-color: $success-color !default;
169
+ $input-focus-color: $secondary-color !default;
170
+ $input-font-size: 1rem !default;
171
+ $input-margin-bottom: 20px;
172
+ $input-margin: 0 0 $input-margin-bottom 0 !default;
173
+ $input-padding: 0 !default;
174
+ $input-transition: all .3s !default;
175
+ $label-font-size: .8rem !default;
176
+ $input-disabled-color: rgba(0,0,0, .42) !default;
177
+ $input-disabled-solid-color: #949494 !default;
178
+ $input-disabled-border: 1px dotted $input-disabled-color !default;
179
+ $input-invalid-border: 1px solid $input-error-color !default;
180
+ $placeholder-text-color: lighten($input-border-color, 20%) !default;
181
+
182
+ // Radio Buttons
183
+ $radio-fill-color: $secondary-color !default;
184
+ $radio-empty-color: #5a5a5a !default;
185
+ $radio-border: 2px solid $radio-fill-color !default;
186
+
187
+ // Range
188
+ $range-height: 14px !default;
189
+ $range-width: 14px !default;
190
+ $track-height: 3px !default;
191
+
192
+ // Select
193
+ $select-border: 1px solid #f2f2f2 !default;
194
+ $select-background: rgba(255, 255, 255, 0.90) !default;
195
+ $select-focus: 1px solid lighten($secondary-color, 47%) !default;
196
+ $select-option-hover: rgba(0,0,0,.06) !default;
197
+ $select-option-focus: rgba(0,0,0,.03) !default;
198
+ $select-padding: 5px !default;
199
+ $select-radius: 2px !default;
200
+ $select-disabled-color: rgba(0,0,0,.3) !default;
201
+
202
+ // Switches
203
+ $switch-bg-color: $secondary-color !default;
204
+ $switch-checked-lever-bg: desaturate(lighten($switch-bg-color, 25%), 25%) !default;
205
+ $switch-unchecked-bg: #F1F1F1 !default;
206
+ $switch-unchecked-lever-bg: rgba(0,0,0,.38) !default;
207
+ $switch-radius: 15px !default;
208
+
209
+
210
+ // 12. Global
211
+ // ==========================================================================
212
+
213
+ // Media Query Ranges
214
+ $small-screen-up: 601px !default;
215
+ $medium-screen-up: 993px !default;
216
+ $large-screen-up: 1201px !default;
217
+ $small-screen: 600px !default;
218
+ $medium-screen: 992px !default;
219
+ $large-screen: 1200px !default;
220
+
221
+ $medium-and-up: "only screen and (min-width : #{$small-screen-up})" !default;
222
+ $large-and-up: "only screen and (min-width : #{$medium-screen-up})" !default;
223
+ $extra-large-and-up: "only screen and (min-width : #{$large-screen-up})" !default;
224
+ $small-and-down: "only screen and (max-width : #{$small-screen})" !default;
225
+ $medium-and-down: "only screen and (max-width : #{$medium-screen})" !default;
226
+ $medium-only: "only screen and (min-width : #{$small-screen-up}) and (max-width : #{$medium-screen})" !default;
227
+
228
+
229
+ // 13. Grid
230
+ // ==========================================================================
231
+
232
+ $num-cols: 12 !default;
233
+ $gutter-width: 1.5rem !default;
234
+ $element-top-margin: $gutter-width/3 !default;
235
+ $element-bottom-margin: ($gutter-width*2)/3 !default;
236
+
237
+
238
+ // 14. Navigation Bar
239
+ // ==========================================================================
240
+
241
+ $navbar-height: 64px !default;
242
+ $navbar-line-height: $navbar-height !default;
243
+ $navbar-height-mobile: 56px !default;
244
+ $navbar-line-height-mobile: $navbar-height-mobile !default;
245
+ $navbar-font-size: 1rem !default;
246
+ $navbar-font-color: #fff !default;
247
+ $navbar-brand-font-size: 2.1rem !default;
248
+
249
+ // 15. Side Navigation
250
+ // ==========================================================================
251
+
252
+ $sidenav-font-size: 14px !default;
253
+ $sidenav-font-color: rgba(0,0,0,.87) !default;
254
+ $sidenav-bg-color: #fff !default;
255
+ $sidenav-padding: 16px !default;
256
+ $sidenav-item-height: 48px !default;
257
+ $sidenav-line-height: $sidenav-item-height !default;
258
+
259
+
260
+ // 16. Photo Slider
261
+ // ==========================================================================
262
+
263
+ $slider-bg-color: color('grey', 'base') !default;
264
+ $slider-bg-color-light: color('grey', 'lighten-2') !default;
265
+ $slider-indicator-color: color('green', 'base') !default;
266
+
267
+
268
+ // 17. Spinners | Loaders
269
+ // ==========================================================================
270
+
271
+ $spinner-default-color: $secondary-color !default;
272
+
273
+
274
+ // 18. Tabs
275
+ // ==========================================================================
276
+
277
+ $tabs-underline-color: $primary-color-light !default;
278
+ $tabs-text-color: $primary-color !default;
279
+ $tabs-bg-color: #fff !default;
280
+
281
+
282
+ // 19. Tables
283
+ // ==========================================================================
284
+
285
+ $table-border-color: #d0d0d0 !default;
286
+ $table-striped-color: #f2f2f2 !default;
287
+
288
+
289
+ // 20. Toasts
290
+ // ==========================================================================
291
+
292
+ $toast-height: 48px !default;
293
+ $toast-color: #323232 !default;
294
+ $toast-text-color: #fff !default;
295
+ $toast-action-color: #eeff41;
296
+
297
+
298
+ // 21. Typography
299
+ // ==========================================================================
300
+
301
+ $off-black: rgba(0, 0, 0, 0.87) !default;
302
+ // Header Styles
303
+ $h1-fontsize: 4.2rem !default;
304
+ $h2-fontsize: 3.56rem !default;
305
+ $h3-fontsize: 2.92rem !default;
306
+ $h4-fontsize: 2.28rem !default;
307
+ $h5-fontsize: 1.64rem !default;
308
+ $h6-fontsize: 1rem !default;
309
+
310
+
311
+ // 22. Footer
312
+ // ==========================================================================
313
+
314
+ $footer-font-color: #fff !default;
315
+ $footer-bg-color: $primary-color !default;
316
+ $footer-copyright-font-color: rgba(255,255,255,.8) !default;
317
+ $footer-copyright-bg-color: rgba(51,51,51,.08) !default;
318
+
319
+
320
+ // 23. Flow Text
321
+ // ==========================================================================
322
+
323
+ $range : $large-screen - $small-screen !default;
324
+ $intervals: 20 !default;
325
+ $interval-size: $range / $intervals !default;
326
+
327
+
328
+ // 24. Collections
329
+ // ==========================================================================
330
+
331
+ $collection-border-color: #e0e0e0 !default;
332
+ $collection-bg-color: #fff !default;
333
+ $collection-active-bg-color: $secondary-color !default;
334
+ $collection-active-color: lighten($secondary-color, 55%) !default;
335
+ $collection-hover-bg-color: #ddd !default;
336
+ $collection-link-color: $secondary-color !default;
337
+ $collection-line-height: 1.5rem !default;
338
+
339
+
340
+ // 25. Progress Bar
341
+ // ==========================================================================
342
+
343
+ $progress-bar-color: $secondary-color !default;