active_frontend 10.3.0 → 11.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/fonts/gotham/{gotham-bold.eot → regular/gotham-bold.eot} +0 -0
  3. data/app/assets/fonts/gotham/{gotham-bold.svg → regular/gotham-bold.svg} +0 -0
  4. data/app/assets/fonts/gotham/{gotham-bold.ttf → regular/gotham-bold.ttf} +0 -0
  5. data/app/assets/fonts/gotham/{gotham-bold.woff → regular/gotham-bold.woff} +0 -0
  6. data/app/assets/fonts/gotham/{gotham-book.eot → regular/gotham-book.eot} +0 -0
  7. data/app/assets/fonts/gotham/{gotham-book.svg → regular/gotham-book.svg} +0 -0
  8. data/app/assets/fonts/gotham/{gotham-book.ttf → regular/gotham-book.ttf} +0 -0
  9. data/app/assets/fonts/gotham/{gotham-book.woff → regular/gotham-book.woff} +0 -0
  10. data/app/assets/fonts/gotham/{gotham-light.eot → regular/gotham-light.eot} +0 -0
  11. data/app/assets/fonts/gotham/{gotham-light.svg → regular/gotham-light.svg} +0 -0
  12. data/app/assets/fonts/gotham/{gotham-light.ttf → regular/gotham-light.ttf} +0 -0
  13. data/app/assets/fonts/gotham/{gotham-light.woff → regular/gotham-light.woff} +0 -0
  14. data/app/assets/fonts/gotham/{gotham-medium.eot → regular/gotham-medium.eot} +0 -0
  15. data/app/assets/fonts/gotham/{gotham-medium.svg → regular/gotham-medium.svg} +0 -0
  16. data/app/assets/fonts/gotham/{gotham-medium.ttf → regular/gotham-medium.ttf} +0 -0
  17. data/app/assets/fonts/gotham/{gotham-medium.woff → regular/gotham-medium.woff} +0 -0
  18. data/app/assets/fonts/gotham/round/gothamrnd-bold.eot +0 -0
  19. data/app/assets/fonts/gotham/round/gothamrnd-bold.svg +3528 -0
  20. data/app/assets/fonts/gotham/round/gothamrnd-bold.ttf +0 -0
  21. data/app/assets/fonts/gotham/round/gothamrnd-bold.woff +0 -0
  22. data/app/assets/fonts/gotham/round/gothamrnd-book.eot +0 -0
  23. data/app/assets/fonts/gotham/round/gothamrnd-book.svg +3654 -0
  24. data/app/assets/fonts/gotham/round/gothamrnd-book.ttf +0 -0
  25. data/app/assets/fonts/gotham/round/gothamrnd-book.woff +0 -0
  26. data/app/assets/fonts/gotham/round/gothamrnd-light.eot +0 -0
  27. data/app/assets/fonts/gotham/round/gothamrnd-light.svg +3503 -0
  28. data/app/assets/fonts/gotham/round/gothamrnd-light.ttf +0 -0
  29. data/app/assets/fonts/gotham/round/gothamrnd-light.woff +0 -0
  30. data/app/assets/fonts/gotham/round/gothamrnd-medium.eot +0 -0
  31. data/app/assets/fonts/gotham/round/gothamrnd-medium.svg +3659 -0
  32. data/app/assets/fonts/gotham/round/gothamrnd-medium.ttf +0 -0
  33. data/app/assets/fonts/gotham/round/gothamrnd-medium.woff +0 -0
  34. data/lib/active_frontend/version.rb +1 -1
  35. data/lib/generators/active_frontend/templates/install.scss +7 -3
  36. data/vendor/assets/javascripts/_animation.js +1 -1
  37. data/vendor/assets/javascripts/_chart.js +7 -7
  38. data/vendor/assets/javascripts/_map.js +1 -1
  39. data/vendor/assets/javascripts/_tooltip.js +1 -1
  40. data/vendor/assets/stylesheets/_ad.scss +2 -10
  41. data/vendor/assets/stylesheets/_alert.scss +37 -71
  42. data/vendor/assets/stylesheets/_animation.scss +481 -1573
  43. data/vendor/assets/stylesheets/_aside.scss +45 -67
  44. data/vendor/assets/stylesheets/_breadcrumb.scss +3 -3
  45. data/vendor/assets/stylesheets/_button.scss +148 -605
  46. data/vendor/assets/stylesheets/_canvas.scss +61 -49
  47. data/vendor/assets/stylesheets/_carousel.scss +1 -3
  48. data/vendor/assets/stylesheets/_code.scss +24 -52
  49. data/vendor/assets/stylesheets/_collapse.scss +1 -3
  50. data/vendor/assets/stylesheets/_color.scss +21 -50
  51. data/vendor/assets/stylesheets/_colorpicker.scss +4 -6
  52. data/vendor/assets/stylesheets/_datepicker.scss +5 -8
  53. data/vendor/assets/stylesheets/_dropdown.scss +4 -6
  54. data/vendor/assets/stylesheets/_footer.scss +30 -65
  55. data/vendor/assets/stylesheets/_form.scss +201 -102
  56. data/vendor/assets/stylesheets/_header.scss +51 -58
  57. data/vendor/assets/stylesheets/_icon.scss +11 -17
  58. data/vendor/assets/stylesheets/_label_and_badge.scss +36 -43
  59. data/vendor/assets/stylesheets/_link.scss +1 -3
  60. data/vendor/assets/stylesheets/_list.scss +54 -20
  61. data/vendor/assets/stylesheets/_loader.scss +8 -35
  62. data/vendor/assets/stylesheets/_mixin.scss +90 -0
  63. data/vendor/assets/stylesheets/_modal.scss +34 -42
  64. data/vendor/assets/stylesheets/_nav_and_tab.scss +9 -8
  65. data/vendor/assets/stylesheets/_navbar.scss +18 -11
  66. data/vendor/assets/stylesheets/_pagination.scss +33 -6
  67. data/vendor/assets/stylesheets/_panel.scss +3 -4
  68. data/vendor/assets/stylesheets/_placeholder.scss +9 -3
  69. data/vendor/assets/stylesheets/_popover.scss +2 -2
  70. data/vendor/assets/stylesheets/_progress.scss +31 -55
  71. data/vendor/assets/stylesheets/_reset.scss +13 -14
  72. data/vendor/assets/stylesheets/_sidebar.scss +12 -23
  73. data/vendor/assets/stylesheets/_spinner.scss +121 -459
  74. data/vendor/assets/stylesheets/_swoggle.scss +28 -69
  75. data/vendor/assets/stylesheets/_table.scss +59 -11
  76. data/vendor/assets/stylesheets/_timepicker.scss +2 -7
  77. data/vendor/assets/stylesheets/_toolbar.scss +5 -7
  78. data/vendor/assets/stylesheets/_tooltip.scss +2 -2
  79. data/vendor/assets/stylesheets/_transition.scss +1 -3
  80. data/vendor/assets/stylesheets/_trunk.scss +11 -18
  81. data/vendor/assets/stylesheets/_typeahead.scss +1 -3
  82. data/vendor/assets/stylesheets/_typography.scss +110 -85
  83. data/vendor/assets/stylesheets/active_frontend.scss +7 -3
  84. metadata +35 -19
  85. data/vendor/assets/stylesheets/_stripe.scss +0 -30
@@ -1,41 +1,35 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
3
  # Header
4
- # Colors
5
4
  # Styles
6
- # Sizes
5
+ # Colors
6
+ # Stripes
7
7
  # Media Queries */
8
8
 
9
9
  /* # Header
10
10
  ================================================== */
11
- .header-fixed {
12
- left: 0;
13
- position: fixed;
14
- right: 0;
15
- top: 0;
16
- z-index: 1030;
17
- }
18
11
  .header {
19
12
  background: $color-white;
20
13
  border-bottom: 1px solid $color-haze;
21
14
  box-sizing: border-box;
22
- height: 65px;
23
- padding: 17px 0;
15
+ height: 60px;
16
+ padding-top: 15px;
24
17
  width: 100%;
25
18
  }
26
- .header-striped {
27
- border-top: 3px solid $color-primary !important;
28
- padding-top: 14px;
19
+ .header-fixed {
20
+ left: 0;
21
+ position: fixed;
22
+ right: 0;
23
+ top: 0;
24
+ z-index: 1030;
29
25
  }
30
26
  .header-brand {
31
27
  float: left;
32
- margin-top: -3px;
28
+ margin-top: -4px;
33
29
  }
34
30
  .header-brand > a {
35
31
  color: $color-primary;
36
32
  font-size: 36px;
37
- line-height: 1;
38
- text-decoration: none;
39
33
  }
40
34
  .header-brand > a > img {
41
35
  border-radius: 0;
@@ -43,14 +37,13 @@
43
37
  }
44
38
  .header-search {
45
39
  float: left;
46
- margin: -6px 0 0 20px;
40
+ margin: -7px 0 0 20px;
47
41
  width: 280px;
48
42
  }
49
43
  .header-search > input { margin: 0; }
50
44
  .header-nav,
51
45
  .header-nav-alt,
52
46
  .header-toolchain {
53
- color: $color-black;
54
47
  list-style-type: none;
55
48
  padding: 0;
56
49
  }
@@ -58,7 +51,7 @@
58
51
  .header-nav-alt,
59
52
  .header-toolchain { float: right; }
60
53
  .header-nav,
61
- .header-nav-alt { margin: 10px 0 0 0; }
54
+ .header-nav-alt { margin: 9px 0 0 0; }
62
55
  .header-toolchain { margin: 1px 25px 0 0; }
63
56
  .header-nav > li,
64
57
  .header-nav-alt > li,
@@ -71,7 +64,7 @@
71
64
  font-size: 12px;
72
65
  font-weight: 500;
73
66
  letter-spacing: 1px;
74
- line-height: 12px;
67
+ line-height: 1;
75
68
  text-transform: uppercase;
76
69
  }
77
70
  .header-nav > li,
@@ -79,35 +72,29 @@
79
72
  .header-nav > li.btn-group + li.btn-group,
80
73
  .header-nav-alt > li,
81
74
  .header-nav-alt > li.btn-group,
82
- .header-nav-alt > li.btn-group + li.btn-group { margin-left: 20px; }
75
+ .header-nav-alt > li.btn-group + li.btn-group { margin: 0 0 0 20px; }
83
76
  .header-toolchain > li,
84
77
  .header-toolchain > li.btn-group,
85
78
  .header-toolchain > li.btn-group + li.btn-group { margin-left: 15px; }
86
- .header-nav > li.btn-group,
87
- .header-nav-alt > li.btn-group,
88
- .header-toolchain > li.btn-group { margin-top: -1px; }
89
79
  .header-nav-alt > li:first-child,
90
80
  .header-toolchain > li:first-child { margin-left: 0; }
91
81
  .header-nav > li > a,
92
82
  .header-nav-alt > li > a,
93
- .header-toolchain > li > a {
94
- color: $color-black;
95
- text-decoration: none;
96
- }
83
+ .header-toolchain > li > a { color: $color-black; }
97
84
  .header-nav > li.lined > a {
98
85
  border-radius: 0 !important;
99
86
  border-bottom: 3px solid $color-transparent;
100
- padding-bottom: 24px;
87
+ padding-bottom: 21px;
101
88
  }
102
89
  .header-nav > li.lined > a:hover,
103
90
  .header-nav > li.lined > a.active,
104
91
  .header-nav > li.lined > a:active,
105
92
  .header-nav > li.lined > a:focus,
106
93
  .header-nav > li.lined.active > a { border-color: $color-primary; }
107
- .header-nav-alt > li > a { padding: 10px 0 9px 0; }
94
+ .header-nav-alt > li > a { padding: 10px 0; }
108
95
  .header-toolchain > li > a {
109
96
  font-size: 26px;
110
- line-height: 26px;
97
+ line-height: 1;
111
98
  }
112
99
  .header-nav > li > a:hover,
113
100
  .header-nav > li > a.active,
@@ -138,19 +125,16 @@
138
125
  .header-nav-alt > li.inverse > a.active,
139
126
  .header-nav-alt > li.inverse > a:active,
140
127
  .header-nav-alt > li.inverse > a:focus {
141
- background: darken($color-primary, 4%);
128
+ background: darken($color-primary, 5%);
129
+ border-color: darken($color-primary, 5%);
142
130
  color: $color-white;
143
131
  }
144
132
  .header-user {
145
133
  float: right;
146
134
  font-size: 13px;
147
- line-height: 13px;
148
135
  margin: -3px 0 0 20px;
149
136
  }
150
- .header-user > a {
151
- color: $color-black;
152
- text-decoration: none;
153
- }
137
+ .header-user > a { color: $color-black; }
154
138
  .header-user > a:hover,
155
139
  .header-user > a.active,
156
140
  .header-user > a:active,
@@ -178,17 +162,12 @@
178
162
  color: $color-primary;
179
163
  float: right;
180
164
  font-size: 40px;
181
- padding: 4px 0px 3px 14px;
182
- text-decoration: none;
165
+ margin-top: 3px;
183
166
  }
184
167
 
185
168
  /* # Styles
186
169
  ================================================== */
187
- .header-borderless { border-bottom-color: $color-transparent !important; }
188
-
189
- /* # Sizes
190
- ================================================== */
191
- .header-app { width: calc(100% - 280px); }
170
+ .header-borderless { border-bottom-color: $color-transparent; }
192
171
 
193
172
  /* # Colors
194
173
  ================================================== */
@@ -236,7 +215,6 @@
236
215
  .header-dark .header-user > a:active,
237
216
  .header-dark .header-user > a:focus { color: $color-primary; }
238
217
  .header-dark .header-nav-alt > li.inverse > a { color: $color-white; }
239
- .header-dark .header-search > input { border-color: $color-dark-black; }
240
218
  .header-invisible .header-nav-alt > li.inverse > a {
241
219
  background: $color-white;
242
220
  border-color: $color-white;
@@ -246,28 +224,43 @@
246
224
  .header-invisible .header-nav-alt > li.inverse > a:hover,
247
225
  .header-invisible .header-nav-alt > li.inverse > a.active,
248
226
  .header-invisible .header-nav-alt > li.inverse > a:active,
249
- .header-invisible .header-nav-alt > li.inverse > a:focus { background: darken($color-primary, 4%); }
227
+ .header-invisible .header-nav-alt > li.inverse > a:focus {
228
+ background: darken($color-white, 5%);
229
+ border-color: darken($color-white, 5%);
230
+ }
250
231
 
251
- /* # Media Queries
232
+ /* # Stripes
252
233
  ================================================== */
253
- @media only screen and (max-width: 1365px) {
254
- .header-app { width: calc(100% - 250px); }
234
+ .header-stripe {
235
+ background: $color-primary;
236
+ height: 2px;
237
+ left: 0;
238
+ position: fixed;
239
+ right: 0;
240
+ top: 0;
241
+ width: 100%;
242
+ z-index: 1050;
255
243
  }
256
- @media only screen and (max-width: 1199px) {
257
- .header-app { width: calc(100% - 220px); }
244
+ .header-stripe-two {
245
+ background: -webkit-linear-gradient(45deg, $color-primary 0%, $color-secondary 100%);
246
+ background: -ms-linear-gradient(45deg, $color-primary 0%, $color-secondary 100%);
247
+ background: linear-gradient(45deg, $color-primary 0%, $color-secondary 100%);
258
248
  }
259
- @media only screen and (max-width: 959px) {
260
- .header-app { width: 100%; }
249
+ .header-stripe-three {
250
+ background: -webkit-linear-gradient(45deg, $color-tertiary 0%, $color-primary 50%, $color-secondary 100%);
251
+ background: -ms-linear-gradient(45deg, $color-tertiary 0%, $color-primary 50%, $color-secondary 100%);
252
+ background: linear-gradient(45deg, $color-tertiary 0%, $color-primary 50%, $color-secondary 100%);
261
253
  }
254
+
255
+ /* # Media Queries
256
+ ================================================== */
262
257
  @media only screen and (max-width: 767px) {
263
258
  .header {
264
259
  height: 50px;
265
260
  padding: 0;
266
261
  }
267
- .header-striped { border-top: 0 !important; }
268
- .header-brand { margin: 0; }
269
- .header-brand > a { line-height: 57px; }
270
- .header-toggle { display: inline; }
262
+ .header-brand { margin-top: 5px; }
263
+ .header-toggle { display: block; }
271
264
  }
272
265
  @media
273
266
  only screen and (-webkit-min-device-pixel-ratio: 2),
@@ -6,11 +6,11 @@
6
6
  ================================================== */
7
7
  @font-face {
8
8
  font-family: "Ionicons";
9
- src: url(font_path("ionicons/ionicons.eot?v=2.0.0"));
10
- src: url(font_path("ionicons/ionicons.eot?v=2.0.0#iefix")) format("embedded-opentype"),
11
- url(font_path("ionicons/ionicons.ttf?v=2.0.0")) format("truetype"),
12
- url(font_path("ionicons/ionicons.woff?v=2.0.0")) format("woff"),
13
- url(font_path("ionicons/ionicons.svg?v=2.0.0#Ionicons")) format("svg");
9
+ src: url(font_path("ionicons/ionicons.eot?v=2.0.1"));
10
+ src: url(font_path("ionicons/ionicons.eot?v=2.0.1#iefix")) format("embedded-opentype"),
11
+ url(font_path("ionicons/ionicons.ttf?v=2.0.1")) format("truetype"),
12
+ url(font_path("ionicons/ionicons.woff?v=2.0.1")) format("woff"),
13
+ url(font_path("ionicons/ionicons.svg?v=2.0.1#Ionicons")) format("svg");
14
14
  font-weight: normal;
15
15
  font-style: normal;
16
16
  }
@@ -771,22 +771,16 @@
771
771
  .icon-loading-d,
772
772
  .icon-looping,
773
773
  .icon-refreshing,
774
- .icon-ios7-reloading {
775
- -webkit-animation: spin 1s infinite linear;
776
- animation: spin 1s infinite linear;
777
- }
774
+ .icon-ios7-reloading { @include animation(spin 1s infinite linear); }
778
775
  @-webkit-keyframes spin {
779
- 0% { -webkit-transform: rotate(0deg) }
780
- 100% { -webkit-transform: rotate(359deg) }
776
+ 0% { @include transform(rotate(0)); }
777
+ 100% { @include transform(rotate(359deg)); }
781
778
  }
782
779
  @keyframes spin {
783
- 0% { transform: rotate(0deg) }
784
- 100% { transform: rotate(359deg) }
785
- }
786
- .icon-loading-a {
787
- -webkit-animation-timing-function: steps(8, start);
788
- animation-timing-function: steps(8, start);
780
+ 0% { @include transform(rotate(0)); }
781
+ 100% { @include transform(rotate(359deg)); }
789
782
  }
783
+ .icon-loading-a { @include animation-timing-function(steps(8, start)); }
790
784
  .icon-alert:before { content: "\f101" }
791
785
  .icon-alert-circled:before { content: "\f100" }
792
786
  .icon-android-add:before { content: "\f2c7" }
@@ -1,55 +1,38 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Label and Badge */
3
+ # Variables
4
+ # Label and badge */
4
5
 
5
6
  /* # Variables
6
7
  ================================================== */
7
8
  $onblack-colors: (
8
- dark-haze: $color-dark-haze,
9
- haze: $color-haze,
10
- light-haze: $color-light-haze,
11
- white: $color-white,
12
- dark-yellow: $color-dark-yellow,
13
- yellow: $color-yellow,
14
- light-yellow: $color-light-yellow
9
+ dark-haze: $color-dark-haze,
10
+ haze: $color-haze,
11
+ light-haze: $color-light-haze
12
+ );
13
+ $ongray-colors: (
14
+ white: $color-white
15
15
  );
16
16
  $onwhite-colors: (
17
- dark-black: $color-dark-black,
18
- black: $color-black,
19
- light-black: $color-light-black,
20
- dark-gray: $color-dark-gray,
21
- gray: $color-gray,
22
- light-gray: $color-light-gray,
23
- dark-lime: $color-dark-lime,
24
- lime: $color-lime,
25
- light-lime: $color-light-lime,
26
- dark-green: $color-dark-green,
27
- green: $color-green,
28
- light-green: $color-light-green,
29
- dark-teal: $color-dark-teal,
30
- teal: $color-teal,
31
- light-teal: $color-light-teal,
32
- dark-blue: $color-dark-blue,
33
- blue: $color-blue,
34
- light-blue: $color-light-blue,
35
- dark-indigo: $color-dark-indigo,
36
- indigo: $color-indigo,
37
- light-indigo: $color-light-indigo,
38
- dark-purple: $color-dark-purple,
39
- purple: $color-purple,
40
- light-purple: $color-light-purple,
41
- dark-pink: $color-dark-pink,
42
- pink: $color-pink,
43
- light-pink: $color-light-pink,
44
- dark-red: $color-dark-red,
45
- red: $color-red,
46
- light-red: $color-light-red,
47
- dark-orange: $color-dark-orange,
48
- orange: $color-orange,
49
- light-orange: $color-light-orange
17
+ dark-black: $color-dark-black,
18
+ black: $color-black,
19
+ light-black: $color-light-black,
20
+ dark-gray: $color-dark-gray,
21
+ gray: $color-gray,
22
+ light-gray: $color-light-gray,
23
+ lime: $color-lime,
24
+ green: $color-green,
25
+ teal: $color-teal,
26
+ blue: $color-blue,
27
+ indigo: $color-indigo,
28
+ purple: $color-purple,
29
+ pink: $color-pink,
30
+ red: $color-red,
31
+ orange: $color-orange,
32
+ yellow: $color-yellow
50
33
  );
51
34
 
52
- /* # Label and Badge
35
+ /* # Label and badge
53
36
  ================================================== */
54
37
  .badge,
55
38
  .label {
@@ -63,7 +46,7 @@ $onwhite-colors: (
63
46
  font-size: 12px;
64
47
  font-weight: bold;
65
48
  letter-spacing: 0;
66
- line-height: 12px;
49
+ line-height: 1;
67
50
  min-width: 12px;
68
51
  text-align: center;
69
52
  white-space: nowrap;
@@ -94,6 +77,16 @@ $onwhite-colors: (
94
77
  .badge-#{$name}.badge-outline,
95
78
  .label-#{$name}.label-outline { color: $color; }
96
79
  }
80
+ @each $name, $color in $ongray-colors {
81
+ .badge-#{$name},
82
+ .label-#{$name} {
83
+ background: $color;
84
+ border-color: $color;
85
+ color: $color-gray;
86
+ }
87
+ .badge-#{$name}.badge-outline,
88
+ .label-#{$name}.label-outline { color: $color; }
89
+ }
97
90
  @each $name, $color in $onwhite-colors {
98
91
  .badge-#{$name},
99
92
  .label-#{$name} {
@@ -7,9 +7,7 @@
7
7
  a {
8
8
  text-decoration: none;
9
9
  touch-action: manipulation;
10
- -webkit-transition: all 0.3s ease-in-out;
11
- -ms-transition: all 0.3s ease-in-out;
12
- transition: all 0.3s ease-in-out;
10
+ @include transition(all 0.3s ease-in-out);
13
11
  }
14
12
  a[disabled] {
15
13
  cursor: not-allowed;
@@ -12,6 +12,7 @@ dl > dd,
12
12
  ul,
13
13
  ol {
14
14
  font-size: 16px;
15
+ font-weight: normal;
15
16
  line-height: 25px;
16
17
  }
17
18
  dl > dt {
@@ -22,17 +23,6 @@ dl > dd { margin: 0 0 5px 10px; }
22
23
  ul { padding-left: 17px; }
23
24
  ol { padding-left: 23px; }
24
25
 
25
- /* # Sizes
26
- ================================================== */
27
- .list-small {
28
- font-size: 14px;
29
- line-height: 22px;
30
- }
31
- .list-mini {
32
- font-size: 12px;
33
- line-height: 20px;
34
- }
35
-
36
26
  /* # Styles
37
27
  ================================================== */
38
28
  .list-scrollable {
@@ -49,15 +39,15 @@ ol { padding-left: 23px; }
49
39
  }
50
40
  .list-bordered > li,
51
41
  .list-lined > li,
52
- .list-striped > li { padding: 9px 10px 6px 10px; }
42
+ .list-striped > li { padding: 9px 10px 7px 10px; }
53
43
  .list-bordered > li {
54
- border: 1px solid $color-dark-haze;
44
+ border: 1px solid $color-haze;
55
45
  border-bottom: none;
56
46
  }
57
- .list-bordered > li:last-child { border-bottom: 1px solid $color-dark-haze; }
47
+ .list-bordered > li:last-child { border-bottom: 1px solid $color-haze; }
58
48
  .list-bordered.list-scrollable {
59
- border-bottom: 1px solid $color-dark-haze;
60
- border-top: 1px solid $color-dark-haze;
49
+ border-bottom: 1px solid $color-haze;
50
+ border-top: 1px solid $color-haze;
61
51
  }
62
52
  .list-bordered.list-scrollable > li:first-child { border-top: 0; }
63
53
  .list-bordered.list-scrollable > li:last-child { border-bottom: 0; }
@@ -68,17 +58,61 @@ ol { padding-left: 23px; }
68
58
  }
69
59
  .list-inline > li:last-child { margin-right: 0; }
70
60
  .list-lined > li {
71
- border-top: 1px solid $color-dark-haze;
61
+ border-top: 1px solid $color-haze;
72
62
  padding-left: 0;
73
63
  padding-right: 0;
74
64
  }
75
65
  .list-lined > li:first-child { border: 0; }
76
66
  .list-striped > li:nth-child(odd) { background: $color-light-haze; }
77
- .list-bordered.list-small > li,
78
- .list-lined.list-small > li,
79
- .list-striped.list-small > li { padding: 5px 5px 3px 5px; }
80
67
  .list-hover > li:hover { background: $color-haze; }
81
68
 
69
+ /* # Sizes
70
+ ================================================== */
71
+ .list-large {
72
+ font-size: 28px;
73
+ line-height: 34px;
74
+ }
75
+ .list-large.list-bordered > li,
76
+ .list-large.list-lined > li,
77
+ .list-large.list-striped > li { padding-top: 10px; }
78
+ .list-medium {
79
+ font-size: 21px;
80
+ line-height: 27px;
81
+ }
82
+ .list-small {
83
+ font-size: 14px;
84
+ line-height: 22px;
85
+ }
86
+ .list-small.list-bordered > li,
87
+ .list-small.list-lined > li,
88
+ .list-small.list-striped > li { padding: 5px 5px 3px 5px; }
89
+ .list-mini {
90
+ font-size: 12px;
91
+ line-height: 20px;
92
+ }
93
+
94
+ /* # Colors
95
+ ================================================== */
96
+ .list-dark {
97
+ background: $color-black;
98
+ border-color: $color-dark-black;
99
+ color: $color-white;
100
+ }
101
+ .list-light { background: $color-light-haze; }
102
+ .list-white { background: $color-white; }
103
+ .list-dark.list-bordered > li,
104
+ .list-dark.list-bordered > li:last-child,
105
+ .list-dark.list-bordered.list-scrollable,
106
+ .list-dark.list-lined > li { border-color: $color-dark-black; }
107
+ .list-dark.list-striped > li:nth-child(odd) { background: $color-light-black; }
108
+ .list-dark.list-hover > li:hover { background: $color-dark-black; }
109
+ .list-light.list-bordered > li,
110
+ .list-light.list-bordered > li:last-child,
111
+ .list-light.list-bordered.list-scrollable,
112
+ .list-light.list-lined > li { border-color: $color-dark-haze; }
113
+ .list-light.list-striped > li:nth-child(odd) { background: $color-haze; }
114
+ .list-light.list-hover > li:hover { background: $color-dark-haze; }
115
+
82
116
  /* # Media Queries
83
117
  ================================================== */
84
118
  @media