atlas_assets 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MjA1MTNhNDk2YWU3NGViODQ1ODhhYzE0ZGUxNzlmZWM1NmQ5M2NmMA==
4
+ MWUwNTg3MGEyZjk5OWI1NWJmODg0MWE4NmVkNjFkNmUyNjFmZmUxOA==
5
5
  data.tar.gz: !binary |-
6
- ZjI4MTVlMTA5OTdiNTA5NmYxZGMzODE5NGZmNmJkYjBhNGI2N2UwMg==
6
+ NTViMTg1NjFmODk0ZjQ1YTk2ZjQwMTMwYmExNWM1NmI2ODZjOTlkZg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OWY0NjJmNTBjM2FhNTQ1MjAzNzE4NmJiZTMxMDE0OTFhMGU0ZjkxYzE2MGI2
10
- YTQ5YjBlYTBjOWMwYzA3MWU2ODhkZmQyMzAzNGM0OGY1ZjFiMWVhNGEzMWEy
11
- MmQyMDVmYmE3ODhkYmIzYWIyZmY0N2ZkNDE5ZWNiZTVhODI2YzE=
9
+ MTNiYTA2ZDNmNzdkYzQxOWM0ODI3NGZkNDIzNDUzODZkMzk1Y2M5NWQ3NGEx
10
+ NTQxMDhhY2ZkMTQwMjE2MjE1ZTZmZTkwMTM0NDgwY2RiODRiN2YwNjVlZGY2
11
+ Y2MxMzcwYjQ0NmY1MTNiYTcyMmZjZjUyZDg3NmViY2Y1Y2U2ZmY=
12
12
  data.tar.gz: !binary |-
13
- OWU4YTJiZTY3MGY5MmQ0ZjFhY2VjOTc0Njk2Yzg1M2NhMGMwNTc4ODI5NmY5
14
- ZGIwNmRhZjViZGJmNTU1MzU5OWE0ODNhNjQ5ZjUyODBhMGY4NjVkYzc2NDBj
15
- ZDUwNjRkNTdiM2Y4OTJlZjM1NjhlMDMwNDdhODk1MWQ0YzkyZTQ=
13
+ Y2M5Y2E5YjdhNmNlMDJmOTg1ODg5ZjYyOGNiY2Y1ZTUwYjk0NGU3NWIwYWNl
14
+ YzUxZjI4NDcwMTRhYjZjMjhlN2Q5NGZmMGQyZDViZmZkMDQ1MTY4MTY4YjE0
15
+ OTU1ZDBmODBjNjY3N2VhYzgyZjRkN2YyN2VkYjQyNjdlNDI3ZGM=
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- atlas_assets (0.5.5)
12
+ atlas_assets (0.5.6)
13
13
  handlebars_assets (~> 0.12.2)
14
14
 
15
15
  GEM
@@ -163,11 +163,11 @@ For those times when you want a link to occupy the entire list-item tag.
163
163
  Linked Lists + Clickable Icons
164
164
  ----
165
165
 
166
- For those times when you want a link to occupy the entire list-item tag, *except* an icon to the right, to function as a button!
166
+ For those times when you want a link to occupy the entire list-item tag, **except** an icon to the right, to function as a button. Also note a `div` can be used instead of an `a`, for the case of a disabled link.
167
167
 
168
168
  <ul class="list">
169
169
  <li class="list-item has-icon-outside-link"><a class='list-padding' href="#">Item 1</a><i class="icon-trash icn-round list-icon"></i></li>
170
- <li class="list-item has-icon-outside-link"><a class='list-padding' href="#">Item 2</a><i class="icon-trash icn-round list-icon"></i></li>
170
+ <li class="list-item has-icon-outside-link"><div class='list-padding' href="#">Item 2</div><i class="icon-trash icn-round list-icon"></i></li>
171
171
  <li class="list-item has-icon-outside-link"><a class='list-padding' href="#">Item 3</a><i class="icon-trash icn-round list-icon"></i></li>
172
172
  <li class="list-item"><a class='list-padding' href="#">Item 4<i class="icon-angle-right list-icon"></i></a></li>
173
173
  <li class="list-item has-icon-outside-link"><a class='list-padding' href="#">Item 5</a><i class="icon-trash icn-round list-icon"></i></li>
@@ -177,7 +177,7 @@ For those times when you want a link to occupy the entire list-item tag, *except
177
177
  ~~~html
178
178
  <ul class="list">
179
179
  <li class="list-item has-icon-outside-link"><a class='list-padding' href="#">Item 1</a><i class="icon-trash icn-round list-icon"></i></li>
180
- <li class="list-item has-icon-outside-link"><a class='list-padding' href="#">Item 2</a><i class="icon-trash icn-round list-icon"></i></li>
180
+ <li class="list-item has-icon-outside-link"><div class='list-padding' href="#">Item 2</div><i class="icon-trash icn-round list-icon"></i></li>
181
181
  <li class="list-item has-icon-outside-link"><a class='list-padding' href="#">Item 3</a><i class="icon-trash icn-round list-icon"></i></li>
182
182
  <li class="list-item"><a class='list-padding' href="#">Item 4<i class="icon-angle-right list-icon"></i></a></li>
183
183
  <li class="list-item has-icon-outside-link"><a class='list-padding' href="#">Item 5</a><i class="icon-trash icn-round list-icon"></i></li>
@@ -81,7 +81,7 @@ _________________________________________________________________ */
81
81
  _________________________________________________________________ */
82
82
  .list .has-icon-outside-link {
83
83
  padding-right: 8px;
84
- a.list-padding {
84
+ a.list-padding, div.list-padding {
85
85
  width: 90%; // works till about 550px
86
86
  display: inline-block;
87
87
  }
@@ -96,7 +96,7 @@ _________________________________________________________________ */
96
96
 
97
97
  // for lists with width smaller than 550px
98
98
  .list .has-icon-outside-link.skinny {
99
- a.list-padding {
99
+ a.list-padding, div.list-padding {
100
100
  width: 70%;
101
101
  }
102
102
  }
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.5.6"
3
+ VERSION = "0.5.7"
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.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rune Skjoldborg Madsen