active_frontend 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +14 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +97 -0
  6. data/Rakefile +1 -0
  7. data/active_frontend.gemspec +23 -0
  8. data/app/assets/fonts/gotham/gotham-bold.eot +0 -0
  9. data/app/assets/fonts/gotham/gotham-bold.svg +2066 -0
  10. data/app/assets/fonts/gotham/gotham-bold.ttf +0 -0
  11. data/app/assets/fonts/gotham/gotham-bold.woff +0 -0
  12. data/app/assets/fonts/gotham/gotham-book.eot +0 -0
  13. data/app/assets/fonts/gotham/gotham-book.svg +631 -0
  14. data/app/assets/fonts/gotham/gotham-book.ttf +0 -0
  15. data/app/assets/fonts/gotham/gotham-book.woff +0 -0
  16. data/app/assets/fonts/gotham/gotham-light.eot +0 -0
  17. data/app/assets/fonts/gotham/gotham-light.svg +635 -0
  18. data/app/assets/fonts/gotham/gotham-light.ttf +0 -0
  19. data/app/assets/fonts/gotham/gotham-light.woff +0 -0
  20. data/app/assets/fonts/gotham/gotham-medium.eot +0 -0
  21. data/app/assets/fonts/gotham/gotham-medium.svg +629 -0
  22. data/app/assets/fonts/gotham/gotham-medium.ttf +0 -0
  23. data/app/assets/fonts/gotham/gotham-medium.woff +0 -0
  24. data/app/assets/fonts/ionicons/ionicons.eot +0 -0
  25. data/app/assets/fonts/ionicons/ionicons.svg +2232 -0
  26. data/app/assets/fonts/ionicons/ionicons.ttf +0 -0
  27. data/app/assets/fonts/ionicons/ionicons.woff +0 -0
  28. data/lib/active_frontend.rb +6 -0
  29. data/lib/active_frontend/version.rb +3 -0
  30. data/vendor/assets/javascripts/.keep +0 -0
  31. data/vendor/assets/javascripts/affix.js +153 -0
  32. data/vendor/assets/javascripts/alert.js +85 -0
  33. data/vendor/assets/javascripts/animation.js +45 -0
  34. data/vendor/assets/javascripts/button.js +107 -0
  35. data/vendor/assets/javascripts/carousel.js +228 -0
  36. data/vendor/assets/javascripts/chart.js +3309 -0
  37. data/vendor/assets/javascripts/collapse.js +202 -0
  38. data/vendor/assets/javascripts/date_picker.js +1649 -0
  39. data/vendor/assets/javascripts/dropdown.js +152 -0
  40. data/vendor/assets/javascripts/file_input.js +71 -0
  41. data/vendor/assets/javascripts/hoverdown.js +109 -0
  42. data/vendor/assets/javascripts/map.js +2174 -0
  43. data/vendor/assets/javascripts/modal.js +234 -0
  44. data/vendor/assets/javascripts/popover.js +99 -0
  45. data/vendor/assets/javascripts/scrollspy.js +163 -0
  46. data/vendor/assets/javascripts/sort.js +1432 -0
  47. data/vendor/assets/javascripts/swoggle.js +415 -0
  48. data/vendor/assets/javascripts/tab.js +144 -0
  49. data/vendor/assets/javascripts/tablespy.js +1883 -0
  50. data/vendor/assets/javascripts/time_ago.js +206 -0
  51. data/vendor/assets/javascripts/time_picker.js +1087 -0
  52. data/vendor/assets/javascripts/tooltip.js +466 -0
  53. data/vendor/assets/javascripts/transition.js +50 -0
  54. data/vendor/assets/javascripts/typeahead.js +368 -0
  55. data/vendor/assets/stylesheets/.keep +0 -0
  56. data/vendor/assets/stylesheets/ad.scss +72 -0
  57. data/vendor/assets/stylesheets/affix.scss +11 -0
  58. data/vendor/assets/stylesheets/alert.scss +57 -0
  59. data/vendor/assets/stylesheets/animation.scss +2388 -0
  60. data/vendor/assets/stylesheets/aside.scss +136 -0
  61. data/vendor/assets/stylesheets/breadcrumb.scss +23 -0
  62. data/vendor/assets/stylesheets/button.scss +581 -0
  63. data/vendor/assets/stylesheets/carousel.scss +152 -0
  64. data/vendor/assets/stylesheets/chart.scss +11 -0
  65. data/vendor/assets/stylesheets/code.scss +139 -0
  66. data/vendor/assets/stylesheets/collapse.scss +15 -0
  67. data/vendor/assets/stylesheets/datepicker.scss +136 -0
  68. data/vendor/assets/stylesheets/dropdown.scss +90 -0
  69. data/vendor/assets/stylesheets/footer.scss +68 -0
  70. data/vendor/assets/stylesheets/form.scss +346 -0
  71. data/vendor/assets/stylesheets/grid.scss +287 -0
  72. data/vendor/assets/stylesheets/header.scss +205 -0
  73. data/vendor/assets/stylesheets/icon.scss +1538 -0
  74. data/vendor/assets/stylesheets/image.scss +330 -0
  75. data/vendor/assets/stylesheets/label_and_badge.scss +110 -0
  76. data/vendor/assets/stylesheets/link.scss +25 -0
  77. data/vendor/assets/stylesheets/list.scss +60 -0
  78. data/vendor/assets/stylesheets/map.scss +13 -0
  79. data/vendor/assets/stylesheets/modal.scss +137 -0
  80. data/vendor/assets/stylesheets/nav_and_tab.scss +183 -0
  81. data/vendor/assets/stylesheets/pagination.scss +41 -0
  82. data/vendor/assets/stylesheets/panel.scss +62 -0
  83. data/vendor/assets/stylesheets/placeholder.scss +44 -0
  84. data/vendor/assets/stylesheets/popover.scss +117 -0
  85. data/vendor/assets/stylesheets/progress.scss +43 -0
  86. data/vendor/assets/stylesheets/reset.scss +88 -0
  87. data/vendor/assets/stylesheets/spinner.scss +767 -0
  88. data/vendor/assets/stylesheets/swoggle.scss +126 -0
  89. data/vendor/assets/stylesheets/table.scss +149 -0
  90. data/vendor/assets/stylesheets/timepicker.scss +75 -0
  91. data/vendor/assets/stylesheets/tooltip.scss +90 -0
  92. data/vendor/assets/stylesheets/transition.scss +12 -0
  93. data/vendor/assets/stylesheets/trunk.scss +116 -0
  94. data/vendor/assets/stylesheets/typeahead.scss +8 -0
  95. data/vendor/assets/stylesheets/typography.scss +191 -0
  96. metadata +167 -0
@@ -0,0 +1,116 @@
1
+ /* Table of Contents
2
+ ==================================================
3
+ # Trunk */
4
+
5
+ /* # Trunk
6
+ ================================================== */
7
+ .trunk {
8
+ background: rgba(15,135,226,1);
9
+ margin: -40px 0 40px 0;
10
+ width: 100%;
11
+ }
12
+ .trunk-buffer { padding: 30px 0; }
13
+ .trunk-search > input {
14
+ background: transparent;
15
+ border-color: rgba(255,255,255,0.25);
16
+ color: rgba(255,255,255,1);
17
+ font-weight: 200;
18
+ }
19
+ .trunk-search > input:focus { border-color: rgba(255,255,255,1); }
20
+ .trunk-search > input:-moz-placeholder { color: rgba(255,255,255,0.40); }
21
+ .trunk-search > input:-ms-input-placeholder { color: rgba(255,255,255,0.40); }
22
+ .trunk-search > input::-webkit-input-placeholder { color: rgba(255,255,255,0.40); }
23
+ .trunk-nav {
24
+ list-style-type: none;
25
+ margin: 0;
26
+ padding: 0;
27
+ }
28
+ .trunk-nav > li {
29
+ float: left;
30
+ font-weight: 500;
31
+ font-size: 11px;
32
+ line-height: 11px;
33
+ margin: 5px;
34
+ width: calc(33.333333% - 10px);
35
+ }
36
+ .trunk-nav > li > a {
37
+ -webkit-appearance: none;
38
+ -moz-appearance: none;
39
+ border-radius: 2px;
40
+ border: 1px solid rgba(255,255,255,0.25);
41
+ color: rgba(255,255,255,1);
42
+ cursor: pointer;
43
+ display: block;
44
+ -webkit-font-smoothing: antialiased;
45
+ font-weight: 500;
46
+ font-size: 11px;
47
+ line-height: 11px;
48
+ padding: 8px 0 7px 0;
49
+ text-decoration: none;
50
+ text-rendering: geometricPrecision;
51
+ text-align: center;
52
+ -webkit-transition: all 0.3s linear;
53
+ transition: all 0.3s linear;
54
+ vertical-align: middle;
55
+ white-space: nowrap;
56
+ }
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
+ .trunk-user {
62
+ border-top: 1px solid rgba(255,255,255, 0.1);
63
+ list-style-type: none;
64
+ margin: 10px auto 0 auto;
65
+ padding: 10px 0 0 0;
66
+ text-align: center;
67
+ }
68
+ .trunk-user > li {
69
+ display: inline-block;
70
+ font-weight: 500;
71
+ font-size: 11px;
72
+ line-height: 11px;
73
+ margin: 5px 5px 0 5px;
74
+ width: calc(45% - 30px);
75
+ }
76
+ .trunk-user > li > a {
77
+ -webkit-appearance: none;
78
+ -moz-appearance: none;
79
+ border-radius: 2px;
80
+ border: 1px solid rgba(255,255,255,0.25);
81
+ color: rgba(255,255,255,1);
82
+ cursor: pointer;
83
+ display: block;
84
+ -webkit-font-smoothing: antialiased;
85
+ font-weight: 500;
86
+ font-size: 11px;
87
+ line-height: 11px;
88
+ padding: 9px 0 7px 0;
89
+ text-decoration: none;
90
+ text-rendering: geometricPrecision;
91
+ text-align: center;
92
+ -webkit-transition: all 0.3s linear;
93
+ transition: all 0.3s linear;
94
+ vertical-align: middle;
95
+ white-space: nowrap;
96
+ }
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
+ .trunk-user > img,
102
+ .trunk-user > li.trunk-user-placeholder {
103
+ background: rgba(176,193,206,1);
104
+ border-radius: 500px;
105
+ color: rgba(255,255,255,1);
106
+ display: inline-block;
107
+ height: 40px;
108
+ margin: 0;
109
+ text-align: center;
110
+ width: 40px;
111
+ vertical-align: middle;
112
+ }
113
+ .trunk-user > li.trunk-user-placeholder > i {
114
+ font-size: 26px;
115
+ line-height: 44px;
116
+ }
@@ -0,0 +1,8 @@
1
+ /* Table of Contents
2
+ ==================================================
3
+ # Typeahead */
4
+
5
+ /* # Typeahead
6
+ ================================================== */
7
+ .typeahead { z-index: 1051; }
8
+ .typeahead b { color: rgba(112,169,13,1); }
@@ -0,0 +1,191 @@
1
+ /* Table of Contents
2
+ ==================================================
3
+ # Font-Face
4
+ # Typography
5
+ # Alignments
6
+ # Colors
7
+ # Decorations
8
+ # Modifiers
9
+ # Scripts
10
+ # Styles
11
+ # Transforms
12
+ # Weights */
13
+
14
+ /* # Font-Face
15
+ ================================================== */
16
+ @font-face {
17
+ font-family: 'Gotham';
18
+ font-style: normal;
19
+ font-weight: normal;
20
+ src: url(font_path('gotham/gotham-book.eot'));
21
+ src: url(font_path('gotham/gotham-book.eot')) format('embedded-opentype'),
22
+ url(font_path('gotham/gotham-book.woff')) format('woff'),
23
+ url(font_path('gotham/gotham-book.ttf')) format('truetype'),
24
+ url(font_path('gotham/gotham-book.svg#GothamBookRegular')) format('svg');
25
+ }
26
+ @font-face {
27
+ font-family: 'Gotham';
28
+ font-style: normal;
29
+ font-weight: bold;
30
+ src: url(font_path('gotham/gotham-bold.eot'));
31
+ src: url(font_path('gotham/gotham-bold.eot')) format('embedded-opentype'),
32
+ url(font_path('gotham/gotham-bold.woff')) format('woff'),
33
+ url(font_path('gotham/gotham-bold.ttf')) format('truetype'),
34
+ url(font_path('gotham/gotham-bold.svg#GothamBoldRegular')) format('svg');
35
+ }
36
+ @font-face {
37
+ font-family: 'Gotham';
38
+ font-style: normal;
39
+ font-weight: 500;
40
+ src: url(font_path('gotham/gotham-medium.eot'));
41
+ src: url(font_path('gotham/gotham-medium.eot')) format('embedded-opentype'),
42
+ url(font_path('gotham/gotham-medium.woff')) format('woff'),
43
+ url(font_path('gotham/gotham-medium.ttf')) format('truetype'),
44
+ url(font_path('gotham/gotham-medium.svg#GothamMediumRegular')) format('svg');
45
+ }
46
+ @font-face {
47
+ font-family: 'Gotham';
48
+ font-style: normal;
49
+ font-weight: 200;
50
+ src: url(font_path('gotham/gotham-light.eot'));
51
+ src: url(font_path('gotham/gotham-light.eot')) format('embedded-opentype'),
52
+ url(font_path('gotham/gotham-light.woff')) format('woff'),
53
+ url(font_path('gotham/gotham-light.ttf')) format('truetype'),
54
+ url(font_path('gotham/gotham-light.svg#GothamLightRegular')) format('svg');
55
+ }
56
+
57
+ /* # Typography
58
+ ================================================== */
59
+ h1, h2, h3, h4, h5, h6 {
60
+ color: rgba(43,50,53,1);
61
+ font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
62
+ font-weight: bold;
63
+ }
64
+ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
65
+ h1 {
66
+ font-size: 46px;
67
+ line-height: 50px;
68
+ margin-bottom: 15px;
69
+ }
70
+ h2 {
71
+ font-size: 35px;
72
+ line-height: 40px;
73
+ margin-bottom: 10px;
74
+ }
75
+ h3 {
76
+ font-size: 28px;
77
+ line-height: 34px;
78
+ margin-bottom: 8px;
79
+ }
80
+ h4 {
81
+ font-size: 21px;
82
+ line-height: 30px;
83
+ margin-bottom: 4px;
84
+ }
85
+ h5 {
86
+ font-size: 17px;
87
+ line-height: 24px;
88
+ }
89
+ h6 {
90
+ font-size: 14px;
91
+ line-height: 21px;
92
+ }
93
+ p {
94
+ font-size: 16px;
95
+ line-height: 25px;
96
+ margin-bottom: 20px;
97
+ }
98
+ p.large,
99
+ p.lead {
100
+ font-size: 28px;
101
+ line-height: 34px;
102
+ margin-bottom: 30px;
103
+ }
104
+ p.lead { font-weight: 200; }
105
+ p.medium {
106
+ font-size: 21px;
107
+ line-height: 27px;
108
+ }
109
+ p.small {
110
+ font-size: 14px;
111
+ line-height: 22px;
112
+ }
113
+ small {
114
+ font-size: 11px;
115
+ line-height: 17px;
116
+ }
117
+ address {
118
+ font-size: 16px;
119
+ line-height: 25px;
120
+ }
121
+ address.small {
122
+ font-size: 14px;
123
+ line-height: 22px;
124
+ }
125
+ blockquote {
126
+ border-left: 5px solid rgba(15,135,226,1);
127
+ padding-left: 10px;
128
+ }
129
+ blockquote p { margin-bottom: 10px; }
130
+ blockquote small { color: rgba(136,153,166,1); }
131
+ strong { font-weight: 500; }
132
+
133
+ /* # Alignments
134
+ ================================================== */
135
+ .text-left { text-align: left; }
136
+ .text-center { text-align: center; }
137
+ .text-justify { text-align: justify; }
138
+ .text-right { text-align: right; }
139
+
140
+ /* # Colors
141
+ ================================================== */
142
+ .text-black { color: rgba(43,50,53,1); }
143
+ .text-blue { color: rgba(15,135,226,1); }
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); }
149
+ .text-smoke { color: rgba(102,117,127,1); }
150
+ .text-white { color: rgba(255,255,255,1); }
151
+ .text-yellow { color: rgba(255,217,15,1); }
152
+
153
+ /* # Decorations
154
+ ================================================== */
155
+ .text-overline { text-decoration: overline; }
156
+ .text-line-through { text-decoration: line-through; }
157
+ .text-underline { text-decoration: underline; }
158
+
159
+ /* # Modifiers
160
+ ================================================== */
161
+ .text-ellipsis {
162
+ overflow: hidden;
163
+ text-overflow: ellipsis;
164
+ white-space: nowrap;
165
+ width: 100%;
166
+ }
167
+ .text-whitespaced { white-space: pre-wrap; }
168
+
169
+ /* # Scripts
170
+ ================================================== */
171
+ .text-monospace { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }
172
+ .text-sans-serif { font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif; }
173
+ .text-serif { font-family: 'Times New Roman', Times, serif; }
174
+
175
+ /* # Style
176
+ ================================================== */
177
+ .text-italic { font-style: italic; }
178
+ .text-normal { font-style: normal; }
179
+
180
+ /* # Transform
181
+ ================================================== */
182
+ .text-capitalize { text-transform: capitalize; }
183
+ .text-lowercase { text-transform: lowercase; }
184
+ .text-uppercase { text-transform: uppercase; }
185
+
186
+ /* # Weights
187
+ ================================================== */
188
+ .text-light { font-weight: 200; }
189
+ .text-normal { font-weight: normal; }
190
+ .text-medium { font-weight: 500; }
191
+ .text-bold { font-weight: bold; }
metadata ADDED
@@ -0,0 +1,167 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: active_frontend
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Juan Gomez
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-03-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.7'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.7'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ description: ActiveFrontend is a refreshingly modern responsive web framework for
42
+ beautiful and faster project development.
43
+ email:
44
+ - j.gomez@drexed.com
45
+ executables: []
46
+ extensions: []
47
+ extra_rdoc_files: []
48
+ files:
49
+ - ".gitignore"
50
+ - Gemfile
51
+ - LICENSE.txt
52
+ - README.md
53
+ - Rakefile
54
+ - active_frontend.gemspec
55
+ - app/assets/fonts/gotham/gotham-bold.eot
56
+ - app/assets/fonts/gotham/gotham-bold.svg
57
+ - app/assets/fonts/gotham/gotham-bold.ttf
58
+ - app/assets/fonts/gotham/gotham-bold.woff
59
+ - app/assets/fonts/gotham/gotham-book.eot
60
+ - app/assets/fonts/gotham/gotham-book.svg
61
+ - app/assets/fonts/gotham/gotham-book.ttf
62
+ - app/assets/fonts/gotham/gotham-book.woff
63
+ - app/assets/fonts/gotham/gotham-light.eot
64
+ - app/assets/fonts/gotham/gotham-light.svg
65
+ - app/assets/fonts/gotham/gotham-light.ttf
66
+ - app/assets/fonts/gotham/gotham-light.woff
67
+ - app/assets/fonts/gotham/gotham-medium.eot
68
+ - app/assets/fonts/gotham/gotham-medium.svg
69
+ - app/assets/fonts/gotham/gotham-medium.ttf
70
+ - app/assets/fonts/gotham/gotham-medium.woff
71
+ - app/assets/fonts/ionicons/ionicons.eot
72
+ - app/assets/fonts/ionicons/ionicons.svg
73
+ - app/assets/fonts/ionicons/ionicons.ttf
74
+ - app/assets/fonts/ionicons/ionicons.woff
75
+ - lib/active_frontend.rb
76
+ - lib/active_frontend/version.rb
77
+ - vendor/assets/javascripts/.keep
78
+ - vendor/assets/javascripts/affix.js
79
+ - vendor/assets/javascripts/alert.js
80
+ - vendor/assets/javascripts/animation.js
81
+ - vendor/assets/javascripts/button.js
82
+ - vendor/assets/javascripts/carousel.js
83
+ - vendor/assets/javascripts/chart.js
84
+ - vendor/assets/javascripts/collapse.js
85
+ - vendor/assets/javascripts/date_picker.js
86
+ - vendor/assets/javascripts/dropdown.js
87
+ - vendor/assets/javascripts/file_input.js
88
+ - vendor/assets/javascripts/hoverdown.js
89
+ - vendor/assets/javascripts/map.js
90
+ - vendor/assets/javascripts/modal.js
91
+ - vendor/assets/javascripts/popover.js
92
+ - vendor/assets/javascripts/scrollspy.js
93
+ - vendor/assets/javascripts/sort.js
94
+ - vendor/assets/javascripts/swoggle.js
95
+ - vendor/assets/javascripts/tab.js
96
+ - vendor/assets/javascripts/tablespy.js
97
+ - vendor/assets/javascripts/time_ago.js
98
+ - vendor/assets/javascripts/time_picker.js
99
+ - vendor/assets/javascripts/tooltip.js
100
+ - vendor/assets/javascripts/transition.js
101
+ - vendor/assets/javascripts/typeahead.js
102
+ - vendor/assets/stylesheets/.keep
103
+ - vendor/assets/stylesheets/ad.scss
104
+ - vendor/assets/stylesheets/affix.scss
105
+ - vendor/assets/stylesheets/alert.scss
106
+ - vendor/assets/stylesheets/animation.scss
107
+ - vendor/assets/stylesheets/aside.scss
108
+ - vendor/assets/stylesheets/breadcrumb.scss
109
+ - vendor/assets/stylesheets/button.scss
110
+ - vendor/assets/stylesheets/carousel.scss
111
+ - vendor/assets/stylesheets/chart.scss
112
+ - vendor/assets/stylesheets/code.scss
113
+ - vendor/assets/stylesheets/collapse.scss
114
+ - vendor/assets/stylesheets/datepicker.scss
115
+ - vendor/assets/stylesheets/dropdown.scss
116
+ - vendor/assets/stylesheets/footer.scss
117
+ - vendor/assets/stylesheets/form.scss
118
+ - vendor/assets/stylesheets/grid.scss
119
+ - vendor/assets/stylesheets/header.scss
120
+ - vendor/assets/stylesheets/icon.scss
121
+ - vendor/assets/stylesheets/image.scss
122
+ - vendor/assets/stylesheets/label_and_badge.scss
123
+ - vendor/assets/stylesheets/link.scss
124
+ - vendor/assets/stylesheets/list.scss
125
+ - vendor/assets/stylesheets/map.scss
126
+ - vendor/assets/stylesheets/modal.scss
127
+ - vendor/assets/stylesheets/nav_and_tab.scss
128
+ - vendor/assets/stylesheets/pagination.scss
129
+ - vendor/assets/stylesheets/panel.scss
130
+ - vendor/assets/stylesheets/placeholder.scss
131
+ - vendor/assets/stylesheets/popover.scss
132
+ - vendor/assets/stylesheets/progress.scss
133
+ - vendor/assets/stylesheets/reset.scss
134
+ - vendor/assets/stylesheets/spinner.scss
135
+ - vendor/assets/stylesheets/swoggle.scss
136
+ - vendor/assets/stylesheets/table.scss
137
+ - vendor/assets/stylesheets/timepicker.scss
138
+ - vendor/assets/stylesheets/tooltip.scss
139
+ - vendor/assets/stylesheets/transition.scss
140
+ - vendor/assets/stylesheets/trunk.scss
141
+ - vendor/assets/stylesheets/typeahead.scss
142
+ - vendor/assets/stylesheets/typography.scss
143
+ homepage: http://flashgrid.drexed.com
144
+ licenses:
145
+ - MIT
146
+ metadata: {}
147
+ post_install_message:
148
+ rdoc_options: []
149
+ require_paths:
150
+ - lib
151
+ required_ruby_version: !ruby/object:Gem::Requirement
152
+ requirements:
153
+ - - ">="
154
+ - !ruby/object:Gem::Version
155
+ version: '0'
156
+ required_rubygems_version: !ruby/object:Gem::Requirement
157
+ requirements:
158
+ - - ">="
159
+ - !ruby/object:Gem::Version
160
+ version: '0'
161
+ requirements: []
162
+ rubyforge_project:
163
+ rubygems_version: 2.4.6
164
+ signing_key:
165
+ specification_version: 4
166
+ summary: ActiveFrontend Responsive Web Framework
167
+ test_files: []