kh-portfolio 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +81 -0
  4. data/_includes/nav.html +25 -0
  5. data/_includes/powered-by.html +5 -0
  6. data/_includes/social-media-connection-bar.html +27 -0
  7. data/_layouts/archive.html +35 -0
  8. data/_layouts/default.html +44 -0
  9. data/_layouts/page.html +14 -0
  10. data/_layouts/portfolio.html +29 -0
  11. data/_layouts/post.html +74 -0
  12. data/_layouts/project.html +51 -0
  13. data/_sass/_global.scss +32 -0
  14. data/_sass/_gruppo.scss +5 -0
  15. data/_sass/_post.scss +73 -0
  16. data/_sass/_project.scss +71 -0
  17. data/_sass/_variables.scss +8 -0
  18. data/_sass/materialize/LICENSE +21 -0
  19. data/_sass/materialize/README.md +48 -0
  20. data/_sass/materialize/all.scss +40 -0
  21. data/_sass/materialize/components/_buttons.scss +281 -0
  22. data/_sass/materialize/components/_cards.scss +187 -0
  23. data/_sass/materialize/components/_carousel.scss +85 -0
  24. data/_sass/materialize/components/_chips.scss +83 -0
  25. data/_sass/materialize/components/_collapsible.scss +90 -0
  26. data/_sass/materialize/components/_color.scss +412 -0
  27. data/_sass/materialize/components/_dropdown.scss +65 -0
  28. data/_sass/materialize/components/_global.scss +800 -0
  29. data/_sass/materialize/components/_grid.scss +147 -0
  30. data/_sass/materialize/components/_icons-material-design.scss +5 -0
  31. data/_sass/materialize/components/_materialbox.scss +42 -0
  32. data/_sass/materialize/components/_mixins.scss +5 -0
  33. data/_sass/materialize/components/_modal.scss +90 -0
  34. data/_sass/materialize/components/_navbar.scss +190 -0
  35. data/_sass/materialize/components/_normalize.scss +424 -0
  36. data/_sass/materialize/components/_prefixer.scss +384 -0
  37. data/_sass/materialize/components/_preloader.scss +334 -0
  38. data/_sass/materialize/components/_roboto.scss +28 -0
  39. data/_sass/materialize/components/_sideNav.scss +208 -0
  40. data/_sass/materialize/components/_slider.scss +92 -0
  41. data/_sass/materialize/components/_table_of_contents.scss +33 -0
  42. data/_sass/materialize/components/_tabs.scss +99 -0
  43. data/_sass/materialize/components/_toast.scss +65 -0
  44. data/_sass/materialize/components/_tooltip.scss +32 -0
  45. data/_sass/materialize/components/_typography.scss +61 -0
  46. data/_sass/materialize/components/_variables.scss +313 -0
  47. data/_sass/materialize/components/_waves.scss +177 -0
  48. data/_sass/materialize/components/date_picker/_default.date.scss +435 -0
  49. data/_sass/materialize/components/date_picker/_default.scss +201 -0
  50. data/_sass/materialize/components/date_picker/_default.time.scss +125 -0
  51. data/_sass/materialize/components/forms/_checkboxes.scss +220 -0
  52. data/_sass/materialize/components/forms/_file-input.scss +38 -0
  53. data/_sass/materialize/components/forms/_forms.scss +22 -0
  54. data/_sass/materialize/components/forms/_input-fields.scss +286 -0
  55. data/_sass/materialize/components/forms/_radio-buttons.scss +117 -0
  56. data/_sass/materialize/components/forms/_range.scss +159 -0
  57. data/_sass/materialize/components/forms/_select.scss +121 -0
  58. data/_sass/materialize/components/forms/_switches.scss +78 -0
  59. data/assets/fonts/gruppo/Gruppo-Regular.ttf +0 -0
  60. data/assets/fonts/gruppo/OFL.txt +93 -0
  61. data/assets/fonts/roboto/LICENSE.txt +202 -0
  62. data/assets/fonts/roboto/Roboto-Black.ttf +0 -0
  63. data/assets/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
  64. data/assets/fonts/roboto/Roboto-Bold.ttf +0 -0
  65. data/assets/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
  66. data/assets/fonts/roboto/Roboto-Italic.ttf +0 -0
  67. data/assets/fonts/roboto/Roboto-Light.ttf +0 -0
  68. data/assets/fonts/roboto/Roboto-LightItalic.ttf +0 -0
  69. data/assets/fonts/roboto/Roboto-Medium.ttf +0 -0
  70. data/assets/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
  71. data/assets/fonts/roboto/Roboto-Regular.ttf +0 -0
  72. data/assets/fonts/roboto/Roboto-Thin.ttf +0 -0
  73. data/assets/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
  74. data/assets/js/theme.js +8 -0
  75. data/assets/styles.scss +14 -0
  76. data/assets/syntax.scss +332 -0
  77. metadata +161 -0
@@ -0,0 +1,92 @@
1
+ .slider {
2
+ position: relative;
3
+ height: 400px;
4
+ width: 100%;
5
+
6
+ // Fullscreen slider
7
+ &.fullscreen {
8
+ height: 100%;
9
+ width: 100%;
10
+ position: absolute;
11
+ top: 0;
12
+ left: 0;
13
+ right: 0;
14
+ bottom: 0;
15
+
16
+ ul.slides {
17
+ height: 100%;
18
+ }
19
+
20
+ ul.indicators {
21
+ z-index: 2;
22
+ bottom: 30px;
23
+ }
24
+ }
25
+
26
+ .slides {
27
+ background-color: $slider-bg-color;
28
+ margin: 0;
29
+ height: 400px;
30
+
31
+ li {
32
+ opacity: 0;
33
+ position: absolute;
34
+ top: 0;
35
+ left: 0;
36
+ z-index: 1;
37
+ width: 100%;
38
+ height: inherit;
39
+ overflow: hidden;
40
+
41
+ img {
42
+ height: 100%;
43
+ width: 100%;
44
+ background-size: cover;
45
+ background-position: center;
46
+ }
47
+
48
+ .caption {
49
+ color: #fff;
50
+ position: absolute;
51
+ top: 15%;
52
+ left: 15%;
53
+ width: 70%;
54
+ opacity: 0;
55
+
56
+ p { color: $slider-bg-color-light; }
57
+ }
58
+
59
+ &.active {
60
+ z-index: 2;
61
+ }
62
+ }
63
+ }
64
+
65
+
66
+ .indicators {
67
+ position: absolute;
68
+ text-align: center;
69
+ left: 0;
70
+ right: 0;
71
+ bottom: 0;
72
+ margin: 0;
73
+
74
+ .indicator-item {
75
+ display: inline-block;
76
+ position: relative;
77
+ cursor: pointer;
78
+ height: 16px;
79
+ width: 16px;
80
+ margin: 0 12px;
81
+ background-color: $slider-bg-color-light;
82
+
83
+ transition: background-color .3s;
84
+ border-radius: 50%;
85
+
86
+ &.active {
87
+ background-color: $slider-indicator-color;
88
+ }
89
+ }
90
+ }
91
+
92
+ }
@@ -0,0 +1,33 @@
1
+ /***************
2
+ Nav List
3
+ ***************/
4
+ .table-of-contents {
5
+ &.fixed {
6
+ position: fixed;
7
+ }
8
+
9
+ li {
10
+ padding: 2px 0;
11
+ }
12
+ a {
13
+ display: inline-block;
14
+ font-weight: 300;
15
+ color: #757575;
16
+ padding-left: 20px;
17
+ height: 1.5rem;
18
+ line-height: 1.5rem;
19
+ letter-spacing: .4;
20
+ display: inline-block;
21
+
22
+ &:hover {
23
+ color: lighten(#757575, 20%);
24
+ padding-left: 19px;
25
+ border-left: 1px solid lighten(color("materialize-red", "base"),10%);
26
+ }
27
+ &.active {
28
+ font-weight: 500;
29
+ padding-left: 18px;
30
+ border-left: 2px solid lighten(color("materialize-red", "base"),10%);
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,99 @@
1
+ .tabs {
2
+ &.tabs-transparent {
3
+ background-color: transparent;
4
+
5
+ .tab a,
6
+ .tab.disabled a,
7
+ .tab.disabled a:hover {
8
+ color: rgba(255,255,255,0.7);
9
+ }
10
+
11
+ .tab a:hover,
12
+ .tab a.active {
13
+ color: #fff;
14
+ }
15
+
16
+ .indicator {
17
+ background-color: #fff;
18
+ }
19
+ }
20
+
21
+ &.tabs-fixed-width {
22
+ display: flex;
23
+
24
+ .tab {
25
+ -webkit-box-flex: 1;
26
+ -webkit-flex-grow: 1;
27
+ -ms-flex-positive: 1;
28
+ flex-grow: 1;
29
+ }
30
+ }
31
+
32
+ position: relative;
33
+ overflow-x: auto;
34
+ overflow-y: hidden;
35
+ height: 48px;
36
+ width: 100%;
37
+ background-color: $tabs-bg-color;
38
+ margin: 0 auto;
39
+ white-space: nowrap;
40
+
41
+ .tab {
42
+ display: inline-block;
43
+ text-align: center;
44
+ line-height: 48px;
45
+ height: 48px;
46
+ padding: 0;
47
+ margin: 0;
48
+ text-transform: uppercase;
49
+
50
+ a {
51
+ &:hover,
52
+ &.active {
53
+ background-color: transparent;
54
+ color: $tabs-text-color;
55
+ }
56
+
57
+ color: rgba($tabs-text-color, .7);
58
+ display: block;
59
+ width: 100%;
60
+ height: 100%;
61
+ padding: 0 24px;
62
+ font-size: 14px;
63
+ text-overflow: ellipsis;
64
+ overflow: hidden;
65
+ transition: color .28s ease;
66
+ }
67
+
68
+ &.disabled a,
69
+ &.disabled a:hover {
70
+ color: rgba($tabs-text-color, .7);
71
+ cursor: default;
72
+ }
73
+ }
74
+ .indicator {
75
+ position: absolute;
76
+ bottom: 0;
77
+ height: 2px;
78
+ background-color: $tabs-underline-color;
79
+ will-change: left, right;
80
+ }
81
+ }
82
+
83
+ // Fixed sideNav hide on smaller
84
+ @media #{$medium-and-down} {
85
+ .tabs {
86
+ display: flex;
87
+
88
+ .tab {
89
+ -webkit-box-flex: 1;
90
+ -webkit-flex-grow: 1;
91
+ -ms-flex-positive: 1;
92
+ flex-grow: 1;
93
+
94
+ a {
95
+ padding: 0 12px;
96
+ }
97
+ }
98
+ }
99
+ }
@@ -0,0 +1,65 @@
1
+ #toast-container {
2
+ display:block;
3
+ position: fixed;
4
+ z-index: 10000;
5
+
6
+ @media #{$small-and-down} {
7
+ min-width: 100%;
8
+ bottom: 0%;
9
+ }
10
+ @media #{$medium-only} {
11
+ left: 5%;
12
+ bottom: 7%;
13
+ max-width: 90%;
14
+ }
15
+ @media #{$large-and-up} {
16
+ top: 10%;
17
+ right: 7%;
18
+ max-width: 86%;
19
+ }
20
+ }
21
+
22
+ .toast {
23
+ @extend .z-depth-1;
24
+ border-radius: 2px;
25
+ top: 0;
26
+ width: auto;
27
+ clear: both;
28
+ margin-top: 10px;
29
+ position: relative;
30
+ max-width:100%;
31
+ height: auto;
32
+ min-height: $toast-height;
33
+ line-height: 1.5em;
34
+ word-break: break-all;
35
+ background-color: $toast-color;
36
+ padding: 10px 25px;
37
+ font-size: 1.1rem;
38
+ font-weight: 300;
39
+ color: $toast-text-color;
40
+
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: space-between;
44
+
45
+ .btn, .btn-flat {
46
+ margin: 0;
47
+ margin-left: 3rem;
48
+ }
49
+
50
+ &.rounded{
51
+ border-radius: 24px;
52
+ }
53
+
54
+ @media #{$small-and-down} {
55
+ width:100%;
56
+ border-radius: 0;
57
+ }
58
+ @media #{$medium-only} {
59
+ float: left;
60
+ }
61
+ @media #{$large-and-up} {
62
+ float: right;
63
+ }
64
+
65
+ }
@@ -0,0 +1,32 @@
1
+ .material-tooltip {
2
+ padding: 10px 8px;
3
+ font-size: 1rem;
4
+ z-index: 2000;
5
+ background-color: transparent;
6
+ border-radius: 2px;
7
+ color: #fff;
8
+ min-height: 36px;
9
+ line-height: 120%;
10
+ opacity: 0;
11
+ display: none;
12
+ position: absolute;
13
+ text-align: center;
14
+ max-width: calc(100% - 4px);
15
+ overflow: hidden;
16
+ left: 0;
17
+ top: 0;
18
+ pointer-events: none;
19
+ }
20
+
21
+ .backdrop {
22
+ position: absolute;
23
+ opacity: 0;
24
+ display: none;
25
+ height: 7px;
26
+ width: 14px;
27
+ border-radius: 0 0 50% 50%;
28
+ background-color: #323232;
29
+ z-index: -1;
30
+ transform-origin: 50% 0%;
31
+ transform: translate3d(0,0,0);
32
+ }
@@ -0,0 +1,61 @@
1
+
2
+ a {
3
+ text-decoration: none;
4
+ }
5
+
6
+ html{
7
+ line-height: 1.5;
8
+
9
+ @media only screen and (min-width: 0) {
10
+ font-size: 14px;
11
+ }
12
+
13
+ @media only screen and (min-width: $medium-screen) {
14
+ font-size: 14.5px;
15
+ }
16
+
17
+ @media only screen and (min-width: $large-screen) {
18
+ font-size: 15px;
19
+ }
20
+
21
+ font-family: "Roboto", sans-serif;
22
+ font-weight: normal;
23
+ color: $off-black;
24
+ }
25
+ h1, h2, h3, h4, h5, h6 {
26
+ font-weight: 400;
27
+ line-height: 1.1;
28
+ }
29
+
30
+ // Header Styles
31
+ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
32
+ h1 { font-size: $h1-fontsize; line-height: 110%; margin: ($h1-fontsize / 2) 0 ($h1-fontsize / 2.5) 0;}
33
+ h2 { font-size: $h2-fontsize; line-height: 110%; margin: ($h2-fontsize / 2) 0 ($h2-fontsize / 2.5) 0;}
34
+ h3 { font-size: $h3-fontsize; line-height: 110%; margin: ($h3-fontsize / 2) 0 ($h3-fontsize / 2.5) 0;}
35
+ h4 { font-size: $h4-fontsize; line-height: 110%; margin: ($h4-fontsize / 2) 0 ($h4-fontsize / 2.5) 0;}
36
+ h5 { font-size: $h5-fontsize; line-height: 110%; margin: ($h5-fontsize / 2) 0 ($h5-fontsize / 2.5) 0;}
37
+ h6 { font-size: $h6-fontsize; line-height: 110%; margin: ($h6-fontsize / 2) 0 ($h6-fontsize / 2.5) 0;}
38
+
39
+ // Text Styles
40
+ em { font-style: italic; }
41
+ strong { font-weight: 500; }
42
+ small { font-size: 75%; }
43
+ .light { font-weight: 300; }
44
+ .thin { font-weight: 200; }
45
+
46
+
47
+ .flow-text{
48
+ font-weight: 300;
49
+ $i: 0;
50
+ @while $i <= $intervals {
51
+ @media only screen and (min-width : 360 + ($i * $interval-size)) {
52
+ font-size: 1.2rem * (1 + (.02 * $i));
53
+ }
54
+ $i: $i + 1;
55
+ }
56
+
57
+ // Handle below 360px screen
58
+ @media only screen and (max-width: 360px) {
59
+ font-size: 1.2rem;
60
+ }
61
+ }
@@ -0,0 +1,313 @@
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. Collapsible
12
+ // 6. Chips
13
+ // 7. Date Picker
14
+ // 8. Dropdown
15
+ // 10. Forms
16
+ // 11. Global
17
+ // 12. Grid
18
+ // 13. Navigation Bar
19
+ // 14. Side Navigation
20
+ // 15. Photo Slider
21
+ // 16. Spinners | Loaders
22
+ // 17. Tabs
23
+ // 18. Tables
24
+ // 19. Toasts
25
+ // 20. Typography
26
+ // 21. Footer
27
+ // 22. Flow Text
28
+ // 23. Collections
29
+ // 24. Progress Bar
30
+
31
+
32
+
33
+ // 1. Colors
34
+ // ==========================================================================
35
+
36
+ $primary-color: color("blue-grey","darken-2") !default;
37
+ $primary-color-light: lighten($primary-color, 15%) !default;
38
+ $primary-color-dark: darken($primary-color, 15%) !default;
39
+
40
+ $secondary-color: color("teal", "lighten-1") !default;
41
+ $success-color: color("green", "base") !default;
42
+ $error-color: color("red", "base") !default;
43
+ $link-color: color("light-blue", "darken-1") !default;
44
+
45
+
46
+ // 2. Badges
47
+ // ==========================================================================
48
+
49
+ $badge-bg-color: $secondary-color !default;
50
+
51
+
52
+ // 3. Buttons
53
+ // ==========================================================================
54
+
55
+ // Shared styles
56
+ $button-border: none !default;
57
+ $button-background-focus: lighten($secondary-color, 4%) !default;
58
+ $button-font-size: 1.3rem !default;
59
+ $button-height: 36px !default;
60
+ $button-padding: 0 2rem !default;
61
+ $button-radius: 2px !default;
62
+
63
+ // Disabled styles
64
+ $button-disabled-background: #DFDFDF !default;
65
+ $button-disabled-color: #9F9F9F !default;
66
+
67
+ // Raised buttons
68
+ $button-raised-background: $secondary-color !default;
69
+ $button-raised-background-hover: lighten($button-raised-background, 5%) !default;
70
+ $button-raised-color: #fff !default;
71
+
72
+ // Large buttons
73
+ $button-large-icon-font-size: 1.6rem !default;
74
+ $button-large-height: $button-height * 1.5 !default;
75
+
76
+ // Flat buttons
77
+ $button-flat-color: #343434 !default;
78
+ $button-flat-disabled-color: lighten(#999, 10%) !default;
79
+
80
+ // Floating buttons
81
+ $button-floating-background: $secondary-color !default;
82
+ $button-floating-background-hover: $button-floating-background !default;
83
+ $button-floating-color: #fff !default;
84
+ $button-floating-size: 40px !default;
85
+ $button-floating-large-size: 56px !default;
86
+ $button-floating-radius: 50% !default;
87
+
88
+
89
+ // 4. Cards
90
+ // ==========================================================================
91
+
92
+ $card-padding: 20px !default;
93
+ $card-bg-color: #fff !default;
94
+ $card-link-color: color("orange", "accent-2") !default;
95
+ $card-link-color-light: lighten($card-link-color, 20%) !default;
96
+
97
+
98
+ // 5. Collapsible
99
+ // ==========================================================================
100
+
101
+ $collapsible-height: 3rem !default;
102
+ $collapsible-header-color: #fff !default;
103
+ $collapsible-border-color: #ddd !default;
104
+
105
+
106
+ // 6. Chips
107
+ // ==========================================================================
108
+
109
+ $chip-bg-color: #e4e4e4 !default;
110
+ $chip-border-color: #9e9e9e !default;
111
+ $chip-selected-color: #26a69a !default;
112
+ $chip-margin: 5px !default;
113
+
114
+
115
+ // 7. Date Picker
116
+ // ==========================================================================
117
+
118
+ $datepicker-weekday-bg: darken($secondary-color, 7%) !default;
119
+ $datepicker-date-bg: $secondary-color !default;
120
+ $datepicker-year: rgba(255, 255, 255, .4) !default;
121
+ $datepicker-focus: rgba(0,0,0, .05) !default;
122
+ $datepicker-selected: $secondary-color !default;
123
+ $datepicker-selected-outfocus: desaturate(lighten($secondary-color, 35%), 15%) !default;
124
+
125
+
126
+ // 8. Dropdown
127
+ // ==========================================================================
128
+
129
+ $dropdown-bg-color: #fff !default;
130
+ $dropdown-hover-bg-color: #eee !default;
131
+ $dropdown-color: $secondary-color !default;
132
+ $dropdown-item-height: 50px !default;
133
+
134
+
135
+ // 9. Fonts
136
+ // ==========================================================================
137
+
138
+ $roboto-font-path: "/assets/fonts/roboto" !default;
139
+
140
+
141
+ // 10. Forms
142
+ // ==========================================================================
143
+
144
+ // Text Inputs + Textarea
145
+ $input-height: 3rem !default;
146
+ $input-border-color: color("grey", "base") !default;
147
+ $input-border: 1px solid $input-border-color !default;
148
+ $input-background: #fff !default;
149
+ $input-error-color: $error-color !default;
150
+ $input-success-color: $success-color !default;
151
+ $input-focus-color: $secondary-color !default;
152
+ $input-font-size: 1rem !default;
153
+ $input-margin: 0 0 20px 0 !default;
154
+ $input-padding: 0 !default;
155
+ $input-transition: all .3s !default;
156
+ $label-font-size: .8rem !default;
157
+ $input-disabled-color: rgba(0,0,0, .26) !default;
158
+ $input-disabled-solid-color: #BDBDBD !default;
159
+ $input-disabled-border: 1px dotted $input-disabled-color !default;
160
+ $input-invalid-border: 1px solid $input-error-color !default;
161
+ $placeholder-text-color: lighten($input-border-color, 20%) !default;
162
+
163
+ // Radio Buttons
164
+ $radio-fill-color: $secondary-color !default;
165
+ $radio-empty-color: #5a5a5a !default;
166
+ $radio-border: 2px solid $radio-fill-color !default;
167
+
168
+ // Range
169
+ $range-height: 14px !default;
170
+ $range-width: 14px !default;
171
+ $track-height: 3px !default;
172
+
173
+ // Select
174
+ $select-border: 1px solid #f2f2f2 !default;
175
+ $select-background: rgba(255, 255, 255, 0.90) !default;
176
+ $select-focus: 1px solid lighten($secondary-color, 47%) !default;
177
+ $select-padding: 5px !default;
178
+ $select-radius: 2px !default;
179
+ $select-disabled-color: rgba(0,0,0,.3) !default;
180
+
181
+ // Switches
182
+ $switch-bg-color: $secondary-color !default;
183
+ $switch-checked-lever-bg: desaturate(lighten($secondary-color, 25%), 25%) !default;
184
+ $switch-unchecked-bg: #F1F1F1 !default;
185
+ $switch-unchecked-lever-bg: #818181 !default;
186
+ $switch-radius: 15px !default;
187
+
188
+
189
+ // 11. Global
190
+ // ==========================================================================
191
+
192
+ // Media Query Ranges
193
+ $small-screen-up: 601px !default;
194
+ $medium-screen-up: 993px !default;
195
+ $large-screen-up: 1201px !default;
196
+ $small-screen: 600px !default;
197
+ $medium-screen: 992px !default;
198
+ $large-screen: 1200px !default;
199
+
200
+ $medium-and-up: "only screen and (min-width : #{$small-screen-up})" !default;
201
+ $large-and-up: "only screen and (min-width : #{$medium-screen-up})" !default;
202
+ $small-and-down: "only screen and (max-width : #{$small-screen})" !default;
203
+ $medium-and-down: "only screen and (max-width : #{$medium-screen})" !default;
204
+ $medium-only: "only screen and (min-width : #{$small-screen-up}) and (max-width : #{$medium-screen})" !default;
205
+
206
+
207
+ // 12. Grid
208
+ // ==========================================================================
209
+
210
+ $num-cols: 12 !default;
211
+ $gutter-width: 1.5rem !default;
212
+ $element-top-margin: $gutter-width/3 !default;
213
+ $element-bottom-margin: ($gutter-width*2)/3 !default;
214
+
215
+
216
+ // 13. Navigation Bar
217
+ // ==========================================================================
218
+
219
+ $navbar-height: 64px !default;
220
+ $navbar-height-mobile: 56px !default;
221
+ $navbar-font-size: 1rem !default;
222
+ $navbar-font-color: darken(#fff,15%) !default;
223
+ $navbar-brand-font-size: 2.1rem !default;
224
+
225
+ // 14. Side Navigation
226
+ // ==========================================================================
227
+
228
+ $sidenav-font-size: 14px !default;
229
+ $sidenav-font-color: darken(#fff,15%) !default;
230
+ $sidenav-bg-color: $primary-color !default;
231
+ $sidenav-padding: 16px !default;
232
+ $sidenav-item-height: 48px !default;
233
+
234
+
235
+ // 15. Photo Slider
236
+ // ==========================================================================
237
+
238
+ $slider-bg-color: color('grey', 'base') !default;
239
+ $slider-bg-color-light: color('grey', 'lighten-2') !default;
240
+ $slider-indicator-color: color('green', 'base') !default;
241
+
242
+
243
+ // 16. Spinners | Loaders
244
+ // ==========================================================================
245
+
246
+ $spinner-default-color: $secondary-color !default;
247
+
248
+
249
+ // 17. Tabs
250
+ // ==========================================================================
251
+
252
+ $tabs-underline-color: $primary-color-light !default;
253
+ $tabs-text-color: $primary-color !default;
254
+ $tabs-bg-color: #fff !default;
255
+
256
+
257
+ // 18. Tables
258
+ // ==========================================================================
259
+
260
+ $table-border-color: #d0d0d0 !default;
261
+ $table-striped-color: #f2f2f2 !default;
262
+
263
+
264
+ // 19. Toasts
265
+ // ==========================================================================
266
+
267
+ $toast-height: 48px !default;
268
+ $toast-color: #323232 !default;
269
+ $toast-text-color: #fff !default;
270
+
271
+
272
+ // 20. Typography
273
+ // ==========================================================================
274
+
275
+ $off-black: rgba(0, 0, 0, 0.87) !default;
276
+ // Header Styles
277
+ $h1-fontsize: 4.2rem !default;
278
+ $h2-fontsize: 3.56rem !default;
279
+ $h3-fontsize: 2.92rem !default;
280
+ $h4-fontsize: 2.28rem !default;
281
+ $h5-fontsize: 1.64rem !default;
282
+ $h6-fontsize: 1rem !default;
283
+
284
+
285
+ // 21. Footer
286
+ // ==========================================================================
287
+
288
+ $footer-bg-color: $primary-color !default;
289
+
290
+
291
+ // 22. Flow Text
292
+ // ==========================================================================
293
+
294
+ $range : $large-screen - $small-screen !default;
295
+ $intervals: 20 !default;
296
+ $interval-size: $range / $intervals !default;
297
+
298
+
299
+ // 23. Collections
300
+ // ==========================================================================
301
+
302
+ $collection-border-color: #e0e0e0 !default;
303
+ $collection-bg-color: #fff !default;
304
+ $collection-active-bg-color: $secondary-color !default;
305
+ $collection-active-color: lighten($secondary-color, 55%) !default;
306
+ $collection-hover-bg-color: #ddd !default;
307
+ $collection-link-color: $secondary-color !default;
308
+
309
+
310
+ // 24. Progress Bar
311
+ // ==========================================================================
312
+
313
+ $progress-bar-color: $secondary-color !default;