materialize-sass 0.97.7 → 0.97.8

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 (54) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/README.md +23 -1
  4. data/Rakefile +112 -1
  5. data/app/assets/javascripts/materialize-sprockets.js +2 -2
  6. data/app/assets/javascripts/materialize.js +5 -7468
  7. data/app/assets/javascripts/materialize/buttons.js +182 -6
  8. data/app/assets/javascripts/materialize/cards.js +2 -2
  9. data/app/assets/javascripts/materialize/carousel.js +1 -1
  10. data/app/assets/javascripts/materialize/character_counter.js +1 -1
  11. data/app/assets/javascripts/materialize/chips.js +76 -54
  12. data/app/assets/javascripts/materialize/collapsible.js +62 -39
  13. data/app/assets/javascripts/materialize/dropdown.js +21 -21
  14. data/app/assets/javascripts/materialize/extras/nouislider.js +1 -1
  15. data/app/assets/javascripts/materialize/forms.js +5 -4
  16. data/app/assets/javascripts/materialize/global.js +56 -3
  17. data/app/assets/javascripts/materialize/init.js +3 -2
  18. data/app/assets/javascripts/materialize/materialbox.js +1 -1
  19. data/app/assets/javascripts/materialize/modal.js +184 -0
  20. data/app/assets/javascripts/materialize/parallax.js +2 -2
  21. data/app/assets/javascripts/materialize/scrollspy.js +7 -6
  22. data/app/assets/javascripts/materialize/sideNav.js +193 -175
  23. data/app/assets/javascripts/materialize/tabs.js +31 -15
  24. data/app/assets/javascripts/materialize/toasts.js +29 -28
  25. data/app/assets/javascripts/materialize/tooltip.js +7 -1
  26. data/app/assets/javascripts/materialize/transitions.js +1 -1
  27. data/app/assets/stylesheets/materialize.scss +5 -5
  28. data/app/assets/stylesheets/materialize/components/_buttons.scss +78 -8
  29. data/app/assets/stylesheets/materialize/components/_cards.scss +2 -0
  30. data/app/assets/stylesheets/materialize/components/_chips.scss +15 -6
  31. data/app/assets/stylesheets/materialize/components/_dropdown.scss +9 -1
  32. data/app/assets/stylesheets/materialize/components/_global.scss +46 -27
  33. data/app/assets/stylesheets/materialize/components/_materialbox.scss +1 -1
  34. data/app/assets/stylesheets/materialize/components/_mixins.scss +1 -1
  35. data/app/assets/stylesheets/materialize/components/_modal.scss +12 -12
  36. data/app/assets/stylesheets/materialize/components/_navbar.scss +11 -3
  37. data/app/assets/stylesheets/materialize/components/_normalize.scss +0 -0
  38. data/app/assets/stylesheets/materialize/components/_preloader.scss +1 -1
  39. data/app/assets/stylesheets/materialize/components/_roboto.scss +0 -0
  40. data/app/assets/stylesheets/materialize/components/_sideNav.scss +6 -16
  41. data/app/assets/stylesheets/materialize/components/_slider.scss +1 -1
  42. data/app/assets/stylesheets/materialize/components/_table_of_contents.scss +0 -0
  43. data/app/assets/stylesheets/materialize/components/_tabs.scss +62 -19
  44. data/app/assets/stylesheets/materialize/components/_typography.scss +1 -1
  45. data/app/assets/stylesheets/materialize/components/_variables.scss +82 -82
  46. data/app/assets/stylesheets/materialize/components/_waves.scss +2 -2
  47. data/app/assets/stylesheets/materialize/components/forms/_input-fields.scss +13 -0
  48. data/app/assets/stylesheets/materialize/components/forms/_radio-buttons.scss +0 -2
  49. data/app/assets/stylesheets/materialize/components/forms/_select.scss +6 -1
  50. data/app/assets/stylesheets/materialize/extras/nouislider.css +1 -1
  51. data/lib/materialize-sass/version.rb +1 -1
  52. metadata +4 -5
  53. data/app/assets/javascripts/materialize.min.js +0 -10
  54. data/app/assets/javascripts/materialize/leanModal.js +0 -192
@@ -18,16 +18,13 @@ main {
18
18
  }
19
19
 
20
20
  ul {
21
- &.browser-default,
22
- &.browser-default li {
23
- list-style-type: initial;
24
- }
25
-
26
- padding: 0;
27
- list-style-type: none;
28
-
29
- li {
21
+ &:not(.browser-default) {
22
+ padding-left: 0;
30
23
  list-style-type: none;
24
+
25
+ li {
26
+ list-style-type: none;
27
+ }
31
28
  }
32
29
  }
33
30
 
@@ -61,23 +58,23 @@ a {
61
58
  .z-depth-0 {
62
59
  box-shadow: none !important;
63
60
  }
64
- .z-depth-1{
65
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
61
+ .z-depth-1 {
62
+ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
66
63
  }
67
- .z-depth-1-half{
68
- box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
64
+ .z-depth-1-half {
65
+ box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
69
66
  }
70
- .z-depth-2{
71
- box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
67
+ .z-depth-2 {
68
+ box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
72
69
  }
73
- .z-depth-3{
74
- box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
70
+ .z-depth-3 {
71
+ box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
75
72
  }
76
- .z-depth-4{
77
- box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
73
+ .z-depth-4 {
74
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
78
75
  }
79
- .z-depth-5{
80
- box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
76
+ .z-depth-5 {
77
+ box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
81
78
  }
82
79
 
83
80
  .hoverable {
@@ -599,12 +596,12 @@ td, th{
599
596
  span.badge {
600
597
  min-width: 3rem;
601
598
  padding: 0 6px;
599
+ margin-left: 14px;
602
600
  text-align: center;
603
601
  font-size: 1rem;
604
602
  line-height: inherit;
605
603
  color: color('grey', 'darken-1');
606
- position: absolute;
607
- right: 15px;
604
+ float: right;
608
605
  box-sizing: border-box;
609
606
 
610
607
  &.new {
@@ -621,14 +618,36 @@ span.badge {
621
618
  &[data-badge-caption]::after {
622
619
  content: " " attr(data-badge-caption);
623
620
  }
624
-
625
-
626
621
  }
627
622
  nav ul a span.badge {
628
- position: static;
623
+ display: inline-block;
624
+ float: none;
629
625
  margin-left: 4px;
630
- line-height: 0;
626
+ line-height: 22px;
627
+ height: 22px;
631
628
  }
629
+ .side-nav span.badge.new,
630
+ .collapsible span.badge.new {
631
+ &::before {
632
+ content: '';
633
+ position: absolute;
634
+ top: 10px;
635
+ right: 0;
636
+ bottom: 10px;
637
+ left: 0;
638
+ background-color: $badge-bg-color;
639
+ border-radius: 2px;
640
+ z-index: -1;
641
+ }
642
+
643
+ position: relative;
644
+ background-color: transparent;
645
+ }
646
+ .collapsible span.badge.new {
647
+ z-index: 1;
648
+ }
649
+
650
+
632
651
 
633
652
  // Responsive Videos
634
653
  .video-container {
@@ -39,4 +39,4 @@
39
39
  height: 50px;
40
40
  z-index: 1000;
41
41
  -webkit-font-smoothing: antialiased;
42
- }
42
+ }
@@ -2,4 +2,4 @@
2
2
  // -webkit-box-shadow: $args1, $args2;
3
3
  // -moz-box-shadow: $args1, $args2;
4
4
  // box-shadow: $args1, $args2;
5
- // }
5
+ // }
@@ -43,19 +43,19 @@
43
43
  }
44
44
  }
45
45
  }
46
- .lean-overlay {
47
- position: fixed;
48
- z-index:999;
49
- top: -100px;
50
- left: 0;
51
- bottom: 0;
52
- right: 0;
53
- height: 125%;
54
- width: 100%;
55
- background: #000;
56
- display: none;
46
+ .modal-overlay {
47
+ position: fixed;
48
+ z-index: 999;
49
+ top: -100px;
50
+ left: 0;
51
+ bottom: 0;
52
+ right: 0;
53
+ height: 125%;
54
+ width: 100%;
55
+ background: #000;
56
+ display: none;
57
57
 
58
- will-change: opacity;
58
+ will-change: opacity;
59
59
  }
60
60
 
61
61
  // Modal with fixed action footer
@@ -1,4 +1,12 @@
1
1
  nav {
2
+ &.nav-extended {
3
+ height: auto;
4
+
5
+ .nav-wrapper {
6
+ height: auto;
7
+ }
8
+ }
9
+
2
10
  color: $navbar-font-color;
3
11
  @extend .z-depth-1;
4
12
  background-color: $primary-color;
@@ -12,7 +20,7 @@ nav {
12
20
  [class^="mdi-"], [class*="mdi-"],
13
21
  i.material-icons {
14
22
  display: block;
15
- font-size: 2rem;
23
+ font-size: 24px;
16
24
  height: $navbar-height-mobile;
17
25
  line-height: $navbar-height-mobile;
18
26
  }
@@ -33,9 +41,9 @@ nav {
33
41
  position: relative;
34
42
  z-index: 1;
35
43
  height: $navbar-height-mobile;
44
+ margin: 0 18px;
36
45
 
37
46
  i {
38
- font-size: 2.7rem;
39
47
  height: $navbar-height-mobile;
40
48
  line-height: $navbar-height-mobile;
41
49
  }
@@ -165,7 +173,7 @@ nav {
165
173
  .navbar-fixed {
166
174
  position: relative;
167
175
  height: $navbar-height-mobile;
168
- z-index: 998;
176
+ z-index: 997;
169
177
 
170
178
  nav {
171
179
  position: fixed;
@@ -331,4 +331,4 @@
331
331
  @keyframes fade-out {
332
332
  from { opacity: 1; }
333
333
  to { opacity: 0; }
334
- }
334
+ }
@@ -11,7 +11,6 @@
11
11
  padding-bottom: 60px;
12
12
  background-color: $sidenav-bg-color;
13
13
  z-index: 999;
14
- backface-visibility: hidden;
15
14
  overflow-y: auto;
16
15
  will-change: transform;
17
16
  backface-visibility: hidden;
@@ -68,6 +67,7 @@
68
67
  li > a > [class^="mdi-"], li > a > [class*="mdi-"],
69
68
  li > a > i.material-icons {
70
69
  float: left;
70
+ height: $sidenav-item-height;
71
71
  line-height: $sidenav-item-height;
72
72
  margin: 0 ($sidenav-padding * 2) 0 0;
73
73
  width: $sidenav-item-height / 2;
@@ -92,18 +92,18 @@
92
92
  }
93
93
 
94
94
  .userView {
95
- overflow: hidden;
96
95
  position: relative;
97
96
  padding: ($sidenav-padding * 2) ($sidenav-padding * 2) 0;
98
97
  margin-bottom: $sidenav-padding / 2;
99
98
 
100
- a {
99
+ & > a {
101
100
  &:hover { background-color: transparent; }
102
101
  height: auto;
103
102
  padding: 0;
104
103
  }
105
104
 
106
105
  .background {
106
+ overflow: hidden;
107
107
  position: absolute;
108
108
  top: 0;
109
109
  right: 0;
@@ -123,7 +123,7 @@
123
123
 
124
124
  .name,
125
125
  .email {
126
- font-weight: $sidenav-font-size;
126
+ font-size: $sidenav-font-size;
127
127
  line-height: 24px;
128
128
  }
129
129
 
@@ -150,16 +150,6 @@
150
150
  }
151
151
 
152
152
 
153
- // Hidden side-nav for all sizes
154
- .side-nav.fixed {
155
- a {
156
- display: block;
157
- padding: 0 $sidenav-padding;
158
- color: $sidenav-font-color;
159
- }
160
- }
161
-
162
-
163
153
  // Fixed side-nav shown
164
154
  .side-nav.fixed {
165
155
  left: 0;
@@ -195,8 +185,8 @@
195
185
  }
196
186
 
197
187
 
198
- .side-nav .collapsible-body li.active,
199
- .side-nav.fixed .collapsible-body li.active {
188
+ .side-nav .collapsible-body > ul:not(.collapsible) > li.active,
189
+ .side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
200
190
  background-color: $primary-color;
201
191
  a {
202
192
  color: $sidenav-bg-color;
@@ -89,4 +89,4 @@
89
89
  }
90
90
  }
91
91
 
92
- }
92
+ }
@@ -1,48 +1,73 @@
1
1
  .tabs {
2
- display: flex;
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
+
3
32
  position: relative;
4
33
  overflow-x: auto;
5
34
  overflow-y: hidden;
6
35
  height: 48px;
36
+ width: 100%;
7
37
  background-color: $tabs-bg-color;
8
38
  margin: 0 auto;
9
- width: 100%;
10
39
  white-space: nowrap;
11
40
 
12
41
  .tab {
13
- -webkit-box-flex: 1;
14
- -webkit-flex-grow: 1;
15
- -ms-flex-positive: 1;
16
- flex-grow: 1;
17
- display: block;
18
- float: left;
42
+ display: inline-block;
19
43
  text-align: center;
20
44
  line-height: 48px;
21
45
  height: 48px;
22
46
  padding: 0;
23
47
  margin: 0;
24
48
  text-transform: uppercase;
25
- text-overflow: ellipsis;
26
- overflow: hidden;
27
- letter-spacing: .8px;
28
- width: 15%;
29
- min-width: 80px;
30
49
 
31
50
  a {
32
- color: $tabs-text-color;
51
+ &:hover,
52
+ &.active {
53
+ background-color: transparent;
54
+ color: $tabs-text-color;
55
+ }
56
+
57
+ color: rgba($tabs-text-color, .7);
33
58
  display: block;
34
59
  width: 100%;
35
60
  height: 100%;
61
+ padding: 0 24px;
62
+ font-size: 14px;
36
63
  text-overflow: ellipsis;
37
64
  overflow: hidden;
38
65
  transition: color .28s ease;
39
- &:hover {
40
- color: lighten($tabs-text-color, 20%);
41
- }
42
66
  }
43
67
 
44
- &.disabled a {
45
- color: lighten($tabs-text-color, 20%);
68
+ &.disabled a,
69
+ &.disabled a:hover {
70
+ color: rgba($tabs-text-color, .7);
46
71
  cursor: default;
47
72
  }
48
73
  }
@@ -54,3 +79,21 @@
54
79
  will-change: left, right;
55
80
  }
56
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
+ }
@@ -58,4 +58,4 @@ small { font-size: 75%; }
58
58
  @media only screen and (max-width: 360px) {
59
59
  font-size: 1.2rem;
60
60
  }
61
- }
61
+ }
@@ -1,37 +1,37 @@
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
- ========================================================================== */
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
35
 
36
36
  $primary-color: color("materialize-red", "lighten-2") !default;
37
37
  $primary-color-light: lighten($primary-color, 15%) !default;
@@ -43,14 +43,14 @@ $error-color: color("red", "base") !default;
43
43
  $link-color: color("light-blue", "darken-1") !default;
44
44
 
45
45
 
46
- /* 2. Badges
47
- ========================================================================== */
46
+ // 2. Badges
47
+ // ==========================================================================
48
48
 
49
49
  $badge-bg-color: $secondary-color !default;
50
50
 
51
51
 
52
- /* 3. Buttons
53
- ========================================================================== */
52
+ // 3. Buttons
53
+ // ==========================================================================
54
54
 
55
55
  // Shared styles
56
56
  $button-border: none !default;
@@ -81,13 +81,13 @@ $button-flat-disabled-color: lighten(#999, 10%) !default;
81
81
  $button-floating-background: $secondary-color !default;
82
82
  $button-floating-background-hover: $button-floating-background !default;
83
83
  $button-floating-color: #fff !default;
84
- $button-floating-size: 37px !default;
85
- $button-floating-large-size: $button-floating-size * 1.5 !default;
84
+ $button-floating-size: 40px !default;
85
+ $button-floating-large-size: 56px !default;
86
86
  $button-floating-radius: 50% !default;
87
87
 
88
88
 
89
- /* 4. Cards
90
- ========================================================================== */
89
+ // 4. Cards
90
+ // ==========================================================================
91
91
 
92
92
  $card-padding: 20px !default;
93
93
  $card-bg-color: #fff !default;
@@ -95,16 +95,16 @@ $card-link-color: color("orange", "accent-2") !default;
95
95
  $card-link-color-light: lighten($card-link-color, 20%) !default;
96
96
 
97
97
 
98
- /* 5. Collapsible
99
- ========================================================================== */
98
+ // 5. Collapsible
99
+ // ==========================================================================
100
100
 
101
101
  $collapsible-height: 3rem !default;
102
102
  $collapsible-header-color: #fff !default;
103
103
  $collapsible-border-color: #ddd !default;
104
104
 
105
105
 
106
- /* 6. Chips
107
- ========================================================================== */
106
+ // 6. Chips
107
+ // ==========================================================================
108
108
 
109
109
  $chip-bg-color: #e4e4e4 !default;
110
110
  $chip-border-color: #9e9e9e !default;
@@ -112,8 +112,8 @@ $chip-selected-color: #26a69a !default;
112
112
  $chip-margin: 5px !default;
113
113
 
114
114
 
115
- /* 7. Date Picker
116
- ========================================================================== */
115
+ // 7. Date Picker
116
+ // ==========================================================================
117
117
 
118
118
  $datepicker-weekday-bg: darken($secondary-color, 7%) !default;
119
119
  $datepicker-date-bg: $secondary-color !default;
@@ -123,8 +123,8 @@ $datepicker-selected: $secondary-color !default;
123
123
  $datepicker-selected-outfocus: desaturate(lighten($secondary-color, 35%), 15%) !default;
124
124
 
125
125
 
126
- /* 8. Dropdown
127
- ========================================================================== */
126
+ // 8. Dropdown
127
+ // ==========================================================================
128
128
 
129
129
  $dropdown-bg-color: #fff !default;
130
130
  $dropdown-hover-bg-color: #eee !default;
@@ -132,14 +132,14 @@ $dropdown-color: $secondary-color !default;
132
132
  $dropdown-item-height: 50px !default;
133
133
 
134
134
 
135
- /* 9. Fonts
136
- ========================================================================== */
135
+ // 9. Fonts
136
+ // ==========================================================================
137
137
 
138
138
  $roboto-font-path: "roboto/" !default;
139
139
 
140
140
 
141
- /* 10. Forms
142
- ========================================================================== */
141
+ // 10. Forms
142
+ // ==========================================================================
143
143
 
144
144
  // Text Inputs + Textarea
145
145
  $input-height: 3rem !default;
@@ -186,8 +186,8 @@ $switch-unchecked-lever-bg: #818181 !default;
186
186
  $switch-radius: 15px !default;
187
187
 
188
188
 
189
- /* 11. Global
190
- ========================================================================== */
189
+ // 11. Global
190
+ // ==========================================================================
191
191
 
192
192
  // Media Query Ranges
193
193
  $small-screen-up: 601px !default;
@@ -204,8 +204,8 @@ $medium-and-down: "only screen and (max-width : #{$medium-screen})" !default;
204
204
  $medium-only: "only screen and (min-width : #{$small-screen-up}) and (max-width : #{$medium-screen})" !default;
205
205
 
206
206
 
207
- /* 12. Grid
208
- ========================================================================== */
207
+ // 12. Grid
208
+ // ==========================================================================
209
209
 
210
210
  $num-cols: 12 !default;
211
211
  $gutter-width: 1.5rem !default;
@@ -213,8 +213,8 @@ $element-top-margin: $gutter-width/3 !default;
213
213
  $element-bottom-margin: ($gutter-width*2)/3 !default;
214
214
 
215
215
 
216
- /* 13. Navigation Bar
217
- ========================================================================== */
216
+ // 13. Navigation Bar
217
+ // ==========================================================================
218
218
 
219
219
  $navbar-height: 64px !default;
220
220
  $navbar-height-mobile: 56px !default;
@@ -222,8 +222,8 @@ $navbar-font-size: 1rem !default;
222
222
  $navbar-font-color: #fff !default;
223
223
  $navbar-brand-font-size: 2.1rem !default;
224
224
 
225
- /* 14. Side Navigation
226
- ========================================================================== */
225
+ // 14. Side Navigation
226
+ // ==========================================================================
227
227
 
228
228
  $sidenav-font-size: 14px !default;
229
229
  $sidenav-font-color: rgba(0,0,0,.87) !default;
@@ -232,45 +232,45 @@ $sidenav-padding: 16px !default;
232
232
  $sidenav-item-height: 48px !default;
233
233
 
234
234
 
235
- /* 15. Photo Slider
236
- ========================================================================== */
235
+ // 15. Photo Slider
236
+ // ==========================================================================
237
237
 
238
238
  $slider-bg-color: color('grey', 'base') !default;
239
239
  $slider-bg-color-light: color('grey', 'lighten-2') !default;
240
240
  $slider-indicator-color: color('green', 'base') !default;
241
241
 
242
242
 
243
- /* 16. Spinners | Loaders
244
- ========================================================================== */
243
+ // 16. Spinners | Loaders
244
+ // ==========================================================================
245
245
 
246
246
  $spinner-default-color: $secondary-color !default;
247
247
 
248
248
 
249
- /* 17. Tabs
250
- ========================================================================== */
249
+ // 17. Tabs
250
+ // ==========================================================================
251
251
 
252
252
  $tabs-underline-color: $primary-color-light !default;
253
253
  $tabs-text-color: $primary-color !default;
254
254
  $tabs-bg-color: #fff !default;
255
255
 
256
256
 
257
- /* 18. Tables
258
- ========================================================================== */
257
+ // 18. Tables
258
+ // ==========================================================================
259
259
 
260
260
  $table-border-color: #d0d0d0 !default;
261
261
  $table-striped-color: #f2f2f2 !default;
262
262
 
263
263
 
264
- /* 19. Toasts
265
- ========================================================================== */
264
+ // 19. Toasts
265
+ // ==========================================================================
266
266
 
267
267
  $toast-height: 48px !default;
268
268
  $toast-color: #323232 !default;
269
269
  $toast-text-color: #fff !default;
270
270
 
271
271
 
272
- /* 20. Typography
273
- ========================================================================== */
272
+ // 20. Typography
273
+ // ==========================================================================
274
274
 
275
275
  $off-black: rgba(0, 0, 0, 0.87) !default;
276
276
  // Header Styles
@@ -282,22 +282,22 @@ $h5-fontsize: 1.64rem !default;
282
282
  $h6-fontsize: 1rem !default;
283
283
 
284
284
 
285
- /* 21. Footer
286
- ========================================================================== */
285
+ // 21. Footer
286
+ // ==========================================================================
287
287
 
288
288
  $footer-bg-color: $primary-color !default;
289
289
 
290
290
 
291
- /* 22. Flow Text
292
- ========================================================================== */
291
+ // 22. Flow Text
292
+ // ==========================================================================
293
293
 
294
294
  $range : $large-screen - $small-screen !default;
295
295
  $intervals: 20 !default;
296
296
  $interval-size: $range / $intervals !default;
297
297
 
298
298
 
299
- /* 23. Collections
300
- ========================================================================== */
299
+ // 23. Collections
300
+ // ==========================================================================
301
301
 
302
302
  $collection-border-color: #e0e0e0 !default;
303
303
  $collection-bg-color: #fff !default;
@@ -307,7 +307,7 @@ $collection-hover-bg-color: #ddd !default;
307
307
  $collection-link-color: $secondary-color !default;
308
308
 
309
309
 
310
- /* 24. Progress Bar
311
- ========================================================================== */
310
+ // 24. Progress Bar
311
+ // ==========================================================================
312
312
 
313
313
  $progress-bar-color: $secondary-color !default;