atlas_assets 0.1.8 → 0.1.9

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.
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- atlas_assets (0.1.8)
12
+ atlas_assets (0.1.9)
13
13
  handlebars_assets (~> 0.12.1)
14
14
 
15
15
  GEM
@@ -45,7 +45,7 @@ GEM
45
45
  liquid (2.5.0)
46
46
  maruku (0.6.1)
47
47
  syntax (>= 1.0.0)
48
- multi_json (1.7.6)
48
+ multi_json (1.7.7)
49
49
  posix-spawn (0.3.6)
50
50
  puma (2.0.1)
51
51
  rack (>= 1.1, < 2.0)
@@ -88,16 +88,16 @@
88
88
  }
89
89
 
90
90
  .navbar .nav input[type="text"] {
91
- background-color: #ac2f3c;
91
+ background-color: $medium_red;
92
92
  border: none;
93
93
  font-family: Lato, Helvetica, sans-serif;
94
94
  font-weight: 700;
95
95
  font-size: 1em;
96
- padding: 10px 20px 10px;
96
+ padding: 5px 10px 5px;
97
97
  color: #FFF;
98
98
  -webkit-font-smoothing: antialiased;
99
99
  outline: none;
100
- margin: 0;
100
+ margin: 5px 5px 5px 0;
101
101
  }
102
102
 
103
103
  .navbar .nav input[type="text"] {
@@ -2,6 +2,7 @@
2
2
  ------------------------------------------------------- */
3
3
 
4
4
  $red: #ac2f3c !default;
5
+ $medium_red: #c73746 !default;
5
6
  $lighter_red: #cf6262 !default;
6
7
  $lightest_red: #f1d4d4 !default;
7
8
 
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.1.8"
3
+ VERSION = "0.1.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atlas_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-13 00:00:00.000000000 Z
12
+ date: 2013-06-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: handlebars_assets