active_frontend 4.5.1 → 5.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 (35) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/placeholders/camera.png +0 -0
  3. data/app/assets/images/placeholders/person.png +0 -0
  4. data/app/assets/images/placeholders/picture.png +0 -0
  5. data/lib/active_frontend/version.rb +1 -1
  6. data/vendor/assets/stylesheets/alert.scss +4 -4
  7. data/vendor/assets/stylesheets/aside.scss +3 -3
  8. data/vendor/assets/stylesheets/breadcrumb.scss +2 -2
  9. data/vendor/assets/stylesheets/button.scss +82 -40
  10. data/vendor/assets/stylesheets/code.scss +53 -51
  11. data/vendor/assets/stylesheets/datepicker.scss +6 -6
  12. data/vendor/assets/stylesheets/dropdown.scss +6 -1
  13. data/vendor/assets/stylesheets/footer.scss +6 -6
  14. data/vendor/assets/stylesheets/form.scss +4 -4
  15. data/vendor/assets/stylesheets/header.scss +66 -17
  16. data/vendor/assets/stylesheets/image.scss +3 -2
  17. data/vendor/assets/stylesheets/label_and_badge.scss +21 -20
  18. data/vendor/assets/stylesheets/link.scss +6 -6
  19. data/vendor/assets/stylesheets/loader.scss +4 -4
  20. data/vendor/assets/stylesheets/modal.scss +14 -5
  21. data/vendor/assets/stylesheets/nav_and_tab.scss +4 -4
  22. data/vendor/assets/stylesheets/navbar.scss +3 -3
  23. data/vendor/assets/stylesheets/pagination.scss +1 -1
  24. data/vendor/assets/stylesheets/panel.scss +2 -5
  25. data/vendor/assets/stylesheets/placeholder.scss +1 -1
  26. data/vendor/assets/stylesheets/progress.scss +1 -1
  27. data/vendor/assets/stylesheets/reset.scss +1 -0
  28. data/vendor/assets/stylesheets/sidebar.scss +2 -2
  29. data/vendor/assets/stylesheets/spinner.scss +29 -29
  30. data/vendor/assets/stylesheets/swoggle.scss +12 -12
  31. data/vendor/assets/stylesheets/timepicker.scss +1 -1
  32. data/vendor/assets/stylesheets/trunk.scss +9 -6
  33. data/vendor/assets/stylesheets/typeahead.scss +1 -1
  34. data/vendor/assets/stylesheets/typography.scss +8 -8
  35. metadata +2 -2
@@ -5,4 +5,4 @@
5
5
  /* # Typeahead
6
6
  ================================================== */
7
7
  .typeahead { z-index: 1051; }
8
- .typeahead b { color: rgba(91,146,250,1); }
8
+ .typeahead b { color: rgba(0,153,255,1); }
@@ -57,7 +57,7 @@
57
57
  /* # Typography
58
58
  ================================================== */
59
59
  h1, h2, h3, h4, h5, h6 {
60
- color: rgba(85,94,113,1);
60
+ color: rgba(52,64,68,1);
61
61
  font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
62
62
  font-weight: bold;
63
63
  }
@@ -123,7 +123,7 @@ address.small {
123
123
  line-height: 22px;
124
124
  }
125
125
  blockquote {
126
- border-left: 5px solid rgba(91,146,250,1);
126
+ border-left: 5px solid rgba(0,153,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(42,44,48,1); }
143
- .text-blue { color: rgba(91,146,250,1); }
143
+ .text-blue { color: rgba(0,153,255,1); }
144
144
  .text-gray { color: rgba(136,153,166,1); }
145
- .text-green { color: rgba(27,192,109,1); }
146
- .text-orange { color: rgba(255,154,46,1); }
147
- .text-purple { color: rgba(81,68,95,1); }
148
- .text-red { color: rgba(225,80,80,1); }
145
+ .text-green { color: rgba(117,210,24,1); }
146
+ .text-orange { color: rgba(255,131,0,1); }
147
+ .text-purple { color: rgba(126,78,194,1); }
148
+ .text-red { color: rgba(240,35,17,1); }
149
149
  .text-smoke { color: rgba(85,94,113,1); }
150
150
  .text-white { color: rgba(255,255,255,1); }
151
- .text-yellow { color: rgba(253,245,98,1); }
151
+ .text-yellow { color: rgba(255,245,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: 4.5.1
4
+ version: 5.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-06-10 00:00:00.000000000 Z
11
+ date: 2015-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler