active_frontend 1.0.11 → 2.0.0

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/lib/active_frontend/version.rb +1 -1
  3. data/vendor/assets/javascripts/affix.js +2 -2
  4. data/vendor/assets/javascripts/alert.js +1 -1
  5. data/vendor/assets/javascripts/button.js +1 -1
  6. data/vendor/assets/javascripts/carousel.js +1 -1
  7. data/vendor/assets/javascripts/collapse.js +2 -2
  8. data/vendor/assets/javascripts/dropdown.js +8 -4
  9. data/vendor/assets/javascripts/loader.js +361 -0
  10. data/vendor/assets/javascripts/map.js +8 -0
  11. data/vendor/assets/javascripts/popover.js +2 -2
  12. data/vendor/assets/javascripts/scrollspy.js +2 -2
  13. data/vendor/assets/javascripts/tab.js +1 -1
  14. data/vendor/assets/javascripts/tooltip.js +3 -3
  15. data/vendor/assets/stylesheets/affix.scss +4 -1
  16. data/vendor/assets/stylesheets/alert.scss +23 -8
  17. data/vendor/assets/stylesheets/animation.scss +185 -185
  18. data/vendor/assets/stylesheets/aside.scss +13 -13
  19. data/vendor/assets/stylesheets/breadcrumb.scss +2 -2
  20. data/vendor/assets/stylesheets/button.scss +102 -239
  21. data/vendor/assets/stylesheets/canvas.scss +77 -0
  22. data/vendor/assets/stylesheets/carousel.scss +3 -3
  23. data/vendor/assets/stylesheets/code.scss +48 -54
  24. data/vendor/assets/stylesheets/collapse.scss +2 -2
  25. data/vendor/assets/stylesheets/datepicker.scss +17 -17
  26. data/vendor/assets/stylesheets/dropdown.scss +11 -11
  27. data/vendor/assets/stylesheets/footer.scss +88 -20
  28. data/vendor/assets/stylesheets/form.scss +25 -59
  29. data/vendor/assets/stylesheets/grid.scss +137 -168
  30. data/vendor/assets/stylesheets/header.scss +61 -98
  31. data/vendor/assets/stylesheets/image.scss +24 -269
  32. data/vendor/assets/stylesheets/label_and_badge.scss +50 -49
  33. data/vendor/assets/stylesheets/link.scss +11 -7
  34. data/vendor/assets/stylesheets/loader.scss +56 -0
  35. data/vendor/assets/stylesheets/map.scss +1 -1
  36. data/vendor/assets/stylesheets/modal.scss +13 -13
  37. data/vendor/assets/stylesheets/nav_and_tab.scss +12 -12
  38. data/vendor/assets/stylesheets/pagination.scss +3 -3
  39. data/vendor/assets/stylesheets/panel.scss +2 -2
  40. data/vendor/assets/stylesheets/placeholder.scss +1 -1
  41. data/vendor/assets/stylesheets/popover.scss +12 -12
  42. data/vendor/assets/stylesheets/progress.scss +5 -5
  43. data/vendor/assets/stylesheets/reset.scss +10 -9
  44. data/vendor/assets/stylesheets/sidebar.scss +65 -0
  45. data/vendor/assets/stylesheets/spinner.scss +100 -112
  46. data/vendor/assets/stylesheets/swoggle.scss +29 -26
  47. data/vendor/assets/stylesheets/table.scss +7 -7
  48. data/vendor/assets/stylesheets/timepicker.scss +10 -10
  49. data/vendor/assets/stylesheets/tooltip.scss +9 -9
  50. data/vendor/assets/stylesheets/transition.scss +1 -1
  51. data/vendor/assets/stylesheets/trunk.scss +19 -24
  52. data/vendor/assets/stylesheets/typeahead.scss +1 -1
  53. data/vendor/assets/stylesheets/typography.scss +7 -7
  54. metadata +6 -2
@@ -16,13 +16,13 @@
16
16
  .swoggle {
17
17
  background: rgba(245,248,250,1);
18
18
  border-radius: 500px;
19
- border: 1px solid rgba(225,232,237,1);
19
+ border: 1px solid rgba(245,248,250,1);
20
20
  color: rgba(43,50,53,1);
21
21
  cursor: pointer;
22
22
  display: inline-block;
23
23
  -webkit-font-smoothing: antialiased;
24
- font-weight: bold;
25
- font-size: 12px;
24
+ font-weight: bold;
25
+ font-size: 12px;
26
26
  line-height: 12px;
27
27
  margin-top: -2px;
28
28
  min-width: 64px;
@@ -31,17 +31,17 @@
31
31
  position: relative;
32
32
  text-rendering: geometricPrecision;
33
33
  text-transform: uppercase;
34
- text-align: center;
34
+ text-align: center;
35
35
  -webkit-transition: all 0.5s ease-in-out;
36
- transition: all 0.5s ease-in-out;
36
+ transition: all 0.5s ease-in-out;
37
37
  -webkit-user-select: none;
38
- user-select: none;
38
+ user-select: none;
39
39
  vertical-align: middle;
40
40
  }
41
41
  .swoggle span,
42
42
  .swoggle label {
43
43
  -webkit-box-sizing: border-box;
44
- box-sizing: border-box;
44
+ box-sizing: border-box;
45
45
  cursor: pointer;
46
46
  display: inline-block;
47
47
  height: 100%;
@@ -51,9 +51,9 @@
51
51
  background: rgba(255,255,255,1);
52
52
  border-radius: 500px;
53
53
  margin-bottom: 0;
54
- margin-top: 0;
54
+ margin-top: 0;
55
55
  padding-bottom: 4px;
56
- padding-top: 3px;
56
+ padding-top: 3px;
57
57
  text-align: center;
58
58
  vertical-align: middle;
59
59
  width: 20%;
@@ -61,7 +61,7 @@
61
61
  }
62
62
  .swoggle span {
63
63
  padding-bottom: 0;
64
- padding-top: 0;
64
+ padding-top: 0;
65
65
  text-align: center;
66
66
  vertical-align: middle;
67
67
  width: 40%;
@@ -71,7 +71,7 @@
71
71
  display: inline-block;
72
72
  position: relative;
73
73
  -webkit-transform: translate3d(0,0,0);
74
- transform: translate3d(0,0,0);
74
+ transform: translate3d(0,0,0);
75
75
  top: 0;
76
76
  width: 150%;
77
77
  }
@@ -80,43 +80,46 @@
80
80
  .swoggle.swoggle-on.swoggle-black,
81
81
  .swoggle.swoggle-on.swoggle-blue,
82
82
  .swoggle.swoggle-on.swoggle-green,
83
+ .swoggle.swoggle-on.swoggle-orange,
84
+ .swoggle.swoggle-on.swoggle-purple,
83
85
  .swoggle.swoggle-on.swoggle-red,
84
- .swoggle.swoggle-on.swoggle-smoke { color: rgba(255,255,255,1); }
86
+ .swoggle.swoggle-on.swoggle-smoke,
87
+ .swoggle.swoggle-on.swoggle-yellow { color: rgba(255,255,255,1); }
85
88
  .swoggle.swoggle-on.swoggle-black {
86
89
  background: rgba(56,67,81,1);
87
90
  border-color: rgba(6,17,31,1);
88
91
  }
89
92
  .swoggle.swoggle-on.swoggle-blue {
90
- background: rgba(15,135,226,1);
91
- border-color: rgba(0,120,211,1);
93
+ background: rgba(0,132,255,1);
94
+ border-color: rgba(0,132,255,1);
92
95
  }
93
96
  .swoggle.swoggle-on.swoggle-green {
94
- background: rgba(112,169,13,1);
95
- border-color: rgba(74,153,0,1);
97
+ background: rgba(68,205,1,1);
98
+ border-color: rgba(68,205,1,1);
96
99
  }
97
100
  .swoggle.swoggle-on.swoggle-orange {
98
- background: rgba(232,126,15,1);
99
- border-color: rgba(202,96,0,1);
101
+ background: rgba(255,131,0,1);
102
+ border-color: rgba(255,131,0,1);
100
103
  }
101
104
  .swoggle.swoggle-on.swoggle-purple {
102
- background: rgba(117,73,170,1);
103
- border-color: rgba(97,43,130,1);
105
+ background: rgba(196,0,235,1);
106
+ border-color: rgba(196,0,235,1);
104
107
  }
105
108
  .swoggle.swoggle-on.swoggle-red {
106
- background: rgba(218,79,46,1);
107
- border-color: rgba(188,49,16,1);
109
+ background: rgba(255,59,48,1);
110
+ border-color: rgba(255,59,48,1);
108
111
  }
109
112
  .swoggle.swoggle-on.swoggle-smoke {
110
113
  background: rgba(102,117,127,1);
111
- border-color: rgba(62,77,87,1);
114
+ border-color: rgba(102,117,127,1);
112
115
  }
113
116
  .swoggle.swoggle-on.swoggle-yellow {
114
- background: rgba(255,217,15,1);
115
- border-color: rgba(240,202,0,1);
117
+ background: rgba(255,235,0,1);
118
+ border-color: rgba(255,235,0,1);
116
119
  }
117
120
  .swoggle.swoggle-animate > div {
118
121
  -webkit-transition: margin-left 0.5s;
119
- transition: margin-left 0.5s;
122
+ transition: margin-left 0.5s;
120
123
  }
121
124
  .swoggle.swoggle-disabled,
122
125
  .swoggle.swoggle-readonly {
@@ -32,27 +32,27 @@ table {
32
32
  padding: 7px 10px 7px 10px;
33
33
  }
34
34
  .table th a { color: rgba(43,50,53,1); }
35
- .table th a:hover { color: rgba(15,135,226,1); }
35
+ .table th a:hover { color: rgba(0,132,255,1); }
36
36
  .table th.tablespy-sort-asc:before {
37
37
  content: "\f3d8";
38
38
  float: right;
39
39
  font-family: "Ionicons";
40
40
  font-weight: normal;
41
- font-style: normal;
41
+ font-style: normal;
42
42
  }
43
43
  .table th.tablespy-sort-desc:before {
44
44
  content: "\f3d0";
45
45
  float: right;
46
46
  font-family: "Ionicons";
47
47
  font-weight: normal;
48
- font-style: normal;
48
+ font-style: normal;
49
49
  }
50
50
  .table th.tablespy-sort-none:before {
51
51
  content: "\f462";
52
52
  float: right;
53
53
  font-family: "Ionicons";
54
54
  font-weight: normal;
55
- font-style: normal;
55
+ font-style: normal;
56
56
  }
57
57
  .table th.tablespy-sort-asc,
58
58
  .table th.tablespy-sort-desc,
@@ -61,7 +61,7 @@ table {
61
61
  .table th.tablespy-sort-empty { pointer-events: none; }
62
62
  .table caption {
63
63
  border-bottom: 1px solid rgba(225,232,237,1);
64
- border-top: 0;
64
+ border-top: 0;
65
65
  }
66
66
  .table caption + thead tr:first-child th,
67
67
  .table caption + thead tr:first-child td,
@@ -125,8 +125,8 @@ table {
125
125
  border: 1px solid rgba(225,232,237,1);
126
126
  max-height: 300px;
127
127
  -webkit-overflow-scrolling: touch;
128
- -ms-overflow-style: -ms-autohiding-scrollbar;
129
- overflow: scroll;
128
+ -ms-overflow-style: -ms-autohiding-scrollbar;
129
+ overflow: scroll;
130
130
  }
131
131
  .table-responsive > .table > thead > tr > th,
132
132
  .table-responsive > .table > tbody > tr > th,
@@ -12,17 +12,17 @@
12
12
  z-index: 1060;
13
13
  }
14
14
  .timepicker-widget.dropdown-menu:before {
15
- border-bottom: 7px solid rgba(245,248,250,1);
16
- border-right: 7px solid transparent;
17
- border-left: 7px solid transparent;
15
+ border-bottom: 7px solid rgba(56,67,81,1);
16
+ border-right: 7px solid transparent;
17
+ border-left: 7px solid transparent;
18
18
  content: "";
19
19
  display: inline-block;
20
20
  position: absolute;
21
21
  }
22
22
  .timepicker-widget.dropdown-menu:after {
23
- border-bottom: 6px solid rgba(245,248,250,1);
24
- border-right: 6px solid transparent;
25
- border-left: 6px solid transparent;
23
+ border-bottom: 6px solid rgba(56,67,81,1);
24
+ border-right: 6px solid transparent;
25
+ border-left: 6px solid transparent;
26
26
  content: "";
27
27
  display: inline-block;
28
28
  position: absolute;
@@ -35,12 +35,12 @@
35
35
  .timepicker-widget.timepicker-orient-top:after { top: -6px; }
36
36
  .timepicker-widget.timepicker-orient-bottom:before {
37
37
  border-bottom: 0;
38
- border-top: 7px solid rgba(245,248,250,1);
38
+ border-top: 7px solid rgba(56,67,81,1);
39
39
  bottom: -7px;
40
40
  }
41
41
  .timepicker-widget.timepicker-orient-bottom:after {
42
42
  border-bottom: 0;
43
- border-top: 6px solid rgba(245,248,250,1);
43
+ border-top: 6px solid rgba(56,67,81,1);
44
44
  bottom: -6px;
45
45
  }
46
46
  .timepicker-widget a.btn,
@@ -57,7 +57,7 @@
57
57
  .timepicker-widget table td:not(.separator) { min-width: 30px; }
58
58
  .timepicker-widget table td span { width: 100%; }
59
59
  .timepicker-widget table td a {
60
- color: rgba(43,50,53,1);
60
+ color: rgba(255,255,255,1);
61
61
  display: inline-block;
62
62
  margin: 0;
63
63
  padding: 8px 0;
@@ -65,7 +65,7 @@
65
65
  width: 100%;
66
66
  }
67
67
  .timepicker-widget table td a:hover {
68
- color: rgba(15,135,226,1);
68
+ color: rgba(0,132,255,1);
69
69
  text-decoration: none;
70
70
  }
71
71
  .timepicker-widget table td input {
@@ -9,8 +9,8 @@
9
9
  display: block;
10
10
  font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
11
11
  font-weight: bold;
12
- font-style: normal;
13
- font-size: 11px;
12
+ font-style: normal;
13
+ font-size: 11px;
14
14
  letter-spacing: 0;
15
15
  line-height: 17px;
16
16
  opacity: 0;
@@ -18,7 +18,7 @@
18
18
  float: none;
19
19
  position: absolute;
20
20
  text-decoration: none;
21
- text-transform: none;
21
+ text-transform: none;
22
22
  visibility: visible;
23
23
  z-index: 1070;
24
24
  }
@@ -50,8 +50,8 @@
50
50
  max-width: 200px;
51
51
  padding: 5px 10px;
52
52
  text-decoration: none;
53
- text-transform: none;
54
- text-align: center;
53
+ text-transform: none;
54
+ text-align: center;
55
55
  }
56
56
  .tooltip-arrow {
57
57
  border-color: transparent;
@@ -62,28 +62,28 @@
62
62
  }
63
63
  .tooltip.top .tooltip-arrow {
64
64
  border-top-color: rgba(56,67,81,1);
65
- border-width: 5px 5px 0;
65
+ border-width: 5px 5px 0;
66
66
  bottom: 0;
67
67
  left: 50%;
68
68
  margin-left: -5px;
69
69
  }
70
70
  .tooltip.right .tooltip-arrow {
71
71
  border-right-color: rgba(56,67,81,1);
72
- border-width: 5px 5px 5px 0;
72
+ border-width: 5px 5px 5px 0;
73
73
  left: 0;
74
74
  margin-top: -5px;
75
75
  top: 50%;
76
76
  }
77
77
  .tooltip.left .tooltip-arrow {
78
78
  border-left-color: rgba(56,67,81,1);
79
- border-width: 5px 0 5px 5px;
79
+ border-width: 5px 0 5px 5px;
80
80
  margin-top: -5px;
81
81
  right: 0;
82
82
  top: 50%;
83
83
  }
84
84
  .tooltip.bottom .tooltip-arrow {
85
85
  border-bottom-color: rgba(56,67,81,1);
86
- border-width: 0 5px 5px;
86
+ border-width: 0 5px 5px;
87
87
  left: 50%;
88
88
  margin-left: -5px;
89
89
  top: 0;
@@ -7,6 +7,6 @@
7
7
  .fade {
8
8
  opacity: 0;
9
9
  -webkit-transition: opacity 0.15s linear;
10
- transition: opacity 0.15s linear;
10
+ transition: opacity 0.15s linear;
11
11
  }
12
12
  .fade.in { opacity: 1; }
@@ -5,9 +5,12 @@
5
5
  /* # Trunk
6
6
  ================================================== */
7
7
  .trunk {
8
- background: rgba(15,135,226,1);
9
- margin: -40px 0 40px 0;
8
+ background: rgba(0,132,255,1);
9
+ box-shadow: inset 0 1px 4px rgba(0,82,205,1);
10
+ margin: 50px 0 0 0;
11
+ position: fixed;
10
12
  width: 100%;
13
+ z-index: 1040;
11
14
  }
12
15
  .trunk-buffer { padding: 30px 0; }
13
16
  .trunk-search > input {
@@ -28,36 +31,32 @@
28
31
  .trunk-nav > li {
29
32
  float: left;
30
33
  font-weight: 500;
31
- font-size: 11px;
34
+ font-size: 11px;
32
35
  line-height: 11px;
33
36
  margin: 5px;
34
37
  width: calc(33.333333% - 10px);
35
38
  }
36
39
  .trunk-nav > li > a {
37
40
  -webkit-appearance: none;
38
- -moz-appearance: none;
41
+ -moz-appearance: none;
39
42
  border-radius: 2px;
40
- border: 1px solid rgba(255,255,255,0.25);
43
+ border: 1px solid rgba(255,255,255,0.25);
41
44
  color: rgba(255,255,255,1);
42
45
  cursor: pointer;
43
46
  display: block;
44
47
  -webkit-font-smoothing: antialiased;
45
48
  font-weight: 500;
46
- font-size: 11px;
49
+ font-size: 11px;
47
50
  line-height: 11px;
48
51
  padding: 8px 0 7px 0;
49
52
  text-decoration: none;
50
- text-rendering: geometricPrecision;
51
- text-align: center;
53
+ text-rendering: geometricPrecision;
54
+ text-align: center;
52
55
  -webkit-transition: all 0.3s linear;
53
- transition: all 0.3s linear;
56
+ transition: all 0.3s linear;
54
57
  vertical-align: middle;
55
58
  white-space: nowrap;
56
59
  }
57
- .trunk-nav > li > a:active,
58
- .trunk-nav > li > a.active,
59
- .trunk-nav > li > a:hover,
60
- .trunk-nav > li > a:focus { border-color: rgba(255,255,255,1); }
61
60
  .trunk-user {
62
61
  border-top: 1px solid rgba(255,255,255, 0.1);
63
62
  list-style-type: none;
@@ -68,36 +67,32 @@
68
67
  .trunk-user > li {
69
68
  display: inline-block;
70
69
  font-weight: 500;
71
- font-size: 11px;
70
+ font-size: 11px;
72
71
  line-height: 11px;
73
72
  margin: 5px 5px 0 5px;
74
73
  width: calc(45% - 30px);
75
74
  }
76
75
  .trunk-user > li > a {
77
76
  -webkit-appearance: none;
78
- -moz-appearance: none;
77
+ -moz-appearance: none;
79
78
  border-radius: 2px;
80
- border: 1px solid rgba(255,255,255,0.25);
79
+ border: 1px solid rgba(255,255,255,0.25);
81
80
  color: rgba(255,255,255,1);
82
81
  cursor: pointer;
83
82
  display: block;
84
83
  -webkit-font-smoothing: antialiased;
85
84
  font-weight: 500;
86
- font-size: 11px;
85
+ font-size: 11px;
87
86
  line-height: 11px;
88
87
  padding: 9px 0 7px 0;
89
88
  text-decoration: none;
90
- text-rendering: geometricPrecision;
91
- text-align: center;
89
+ text-rendering: geometricPrecision;
90
+ text-align: center;
92
91
  -webkit-transition: all 0.3s linear;
93
- transition: all 0.3s linear;
92
+ transition: all 0.3s linear;
94
93
  vertical-align: middle;
95
94
  white-space: nowrap;
96
95
  }
97
- .trunk-user > li > a:active,
98
- .trunk-user > li > a.active,
99
- .trunk-user > li > a:hover,
100
- .trunk-user > li > a:focus { border-color: rgba(255,255,255,1); }
101
96
  .trunk-user img,
102
97
  .trunk-user > li.trunk-user-placeholder {
103
98
  background: rgba(176,193,206,1);
@@ -5,4 +5,4 @@
5
5
  /* # Typeahead
6
6
  ================================================== */
7
7
  .typeahead { z-index: 1051; }
8
- .typeahead b { color: rgba(112,169,13,1); }
8
+ .typeahead b { color: rgba(68,205,1,1); }
@@ -123,7 +123,7 @@ address.small {
123
123
  line-height: 22px;
124
124
  }
125
125
  blockquote {
126
- border-left: 5px solid rgba(15,135,226,1);
126
+ border-left: 5px solid rgba(0,132,255,1);
127
127
  padding-left: 10px;
128
128
  }
129
129
  blockquote p { margin-bottom: 10px; }
@@ -140,15 +140,15 @@ strong { font-weight: 500; }
140
140
  /* # Colors
141
141
  ================================================== */
142
142
  .text-black { color: rgba(43,50,53,1); }
143
- .text-blue { color: rgba(15,135,226,1); }
143
+ .text-blue { color: rgba(0,132,255,1); }
144
144
  .text-gray { color: rgba(136,153,166,1); }
145
- .text-green { color: rgba(112,169,13,1); }
146
- .text-orange { color: rgba(232,126,15,1); }
147
- .text-purple { color: rgba(117,73,170,1); }
148
- .text-red { color: rgba(218,79,46,1); }
145
+ .text-green { color: rgba(68,205,1,1); }
146
+ .text-orange { color: rgba(255,131,0,1); }
147
+ .text-purple { color: rgba(196,0,235,1); }
148
+ .text-red { color: rgba(255,59,48,1); }
149
149
  .text-smoke { color: rgba(102,117,127,1); }
150
150
  .text-white { color: rgba(255,255,255,1); }
151
- .text-yellow { color: rgba(255,217,15,1); }
151
+ .text-yellow { color: rgba(255,235,0,1); }
152
152
 
153
153
  /* # Decorations
154
154
  ================================================== */
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-19 00:00:00.000000000 Z
11
+ date: 2015-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -86,6 +86,7 @@ files:
86
86
  - vendor/assets/javascripts/dropdown.js
87
87
  - vendor/assets/javascripts/file_input.js
88
88
  - vendor/assets/javascripts/hoverdown.js
89
+ - vendor/assets/javascripts/loader.js
89
90
  - vendor/assets/javascripts/map.js
90
91
  - vendor/assets/javascripts/modal.js
91
92
  - vendor/assets/javascripts/popover.js
@@ -107,6 +108,7 @@ files:
107
108
  - vendor/assets/stylesheets/aside.scss
108
109
  - vendor/assets/stylesheets/breadcrumb.scss
109
110
  - vendor/assets/stylesheets/button.scss
111
+ - vendor/assets/stylesheets/canvas.scss
110
112
  - vendor/assets/stylesheets/carousel.scss
111
113
  - vendor/assets/stylesheets/chart.scss
112
114
  - vendor/assets/stylesheets/code.scss
@@ -122,6 +124,7 @@ files:
122
124
  - vendor/assets/stylesheets/label_and_badge.scss
123
125
  - vendor/assets/stylesheets/link.scss
124
126
  - vendor/assets/stylesheets/list.scss
127
+ - vendor/assets/stylesheets/loader.scss
125
128
  - vendor/assets/stylesheets/map.scss
126
129
  - vendor/assets/stylesheets/modal.scss
127
130
  - vendor/assets/stylesheets/nav_and_tab.scss
@@ -131,6 +134,7 @@ files:
131
134
  - vendor/assets/stylesheets/popover.scss
132
135
  - vendor/assets/stylesheets/progress.scss
133
136
  - vendor/assets/stylesheets/reset.scss
137
+ - vendor/assets/stylesheets/sidebar.scss
134
138
  - vendor/assets/stylesheets/spinner.scss
135
139
  - vendor/assets/stylesheets/swoggle.scss
136
140
  - vendor/assets/stylesheets/table.scss