atlas_assets 0.2.1 → 0.2.2

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.2.1)
12
+ atlas_assets (0.2.2)
13
13
  handlebars_assets (~> 0.12.1)
14
14
 
15
15
  GEM
@@ -399,11 +399,11 @@ You can create inline helper text.
399
399
  And you can create block helper text.
400
400
 
401
401
  <div class="example">
402
- <input type="text"><span class="help-block">Long text ...</span>
402
+ <input type="text"><span class="help-block">Long text <a href="#">with a link</a> ...</span>
403
403
  </div>
404
404
 
405
405
  ~~~html
406
- <input type="text"><span class="help-block">Long text ...</span>
406
+ <input type="text"><span class="help-block">Long text <a href="#">with a link</a> ...</span>
407
407
  ~~~
408
408
 
409
409
 
@@ -309,6 +309,10 @@ input[type="checkbox"][readonly] {
309
309
  .help-block,
310
310
  .help-inline {
311
311
  color: $medium_gray;
312
+
313
+ a {
314
+ color: $blue_gray;
315
+ }
312
316
  }
313
317
 
314
318
  .help-block {
@@ -7,6 +7,7 @@ $lighter_red: #cf6262 !default;
7
7
  $lightest_red: #f1d4d4 !default;
8
8
 
9
9
  $blue: #2c7db1 !default;
10
+ $blue_gray: #739EB9 !default;
10
11
  $lighter_blue: #a9cadf !default;
11
12
  $lightest_blue: #e0eaed !default;
12
13
 
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
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.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: