atlas_assets 0.8.11 → 0.8.12
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.
- checksums.yaml +8 -8
- data/Gemfile.lock +1 -1
- data/docs/_posts/2013-05-17-buttons.md +2 -0
- data/lib/assets/stylesheets/atlas_assets/_buttons.scss +2 -0
- data/lib/atlas_assets/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NjA1ZTBlOTAxYjllOTI0YTZmMDJkY2EzYWQ5MWQwMGRmNmQ4MzBjZA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MmRkMzhiYTMyNGVhYzA0MmIxOWY0NWE4Njk5ZTY5Y2MyODM0NzIxMw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZWJlOWZhZmRlOWM4NjMxYzVkYTRhNzI4NTM3NzIyNmRmN2VkODAyNDNmMWQ5
|
|
10
|
+
ODA1ODg0ZDE4NDgyMjczMmQxNjE0MjRkOWIxNDEzNjMyOGM4YmQ3YmQ3ZWYy
|
|
11
|
+
MTJjMzZhN2M2Njc2MGNjYTJmNjMwMTI4MDY2ZmNiNDRjMTk3ODg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YjQ4YjczOGUzYmU4NDhkNTQxMGZmNDE0OTZiYTI5YTVkNjIyMGJiODNhNTlm
|
|
14
|
+
NGZjMzM3NDkzODNkMTZmM2I1ZGNhOGIzMDljMWYxNGRlY2NhN2U4ZjU2MGQ5
|
|
15
|
+
ZTg2YWRhZmMxY2MwOWVmNjkxZjJhYTcxZmJhOTliOTU0N2Q0MzE=
|
data/Gemfile.lock
CHANGED
|
@@ -36,6 +36,7 @@ Variations
|
|
|
36
36
|
<p><a href="#" class="btn btn-error">Error</a></p>
|
|
37
37
|
<p><a href="#" class="btn btn-disabled">Disabled</a></p>
|
|
38
38
|
<a href="#" class="btn info">Info without btn-prefix in class</a>
|
|
39
|
+
<p><a href="#" class="btn btn-info btn-disabled">Info button, disabled</a></p>
|
|
39
40
|
|
|
40
41
|
|
|
41
42
|
~~~html
|
|
@@ -46,6 +47,7 @@ Variations
|
|
|
46
47
|
<a href="#" class="btn btn-error">Error</a>
|
|
47
48
|
<a href="#" class="btn btn-disabled">Disabled</a>
|
|
48
49
|
<a href="#" class="btn info">Info without btn-prefix in class</a>
|
|
50
|
+
<a href="#" class="btn btn-info btn-disabled">Info button, disabled</a>
|
|
49
51
|
~~~
|
|
50
52
|
|
|
51
53
|
|
|
@@ -127,6 +127,8 @@ _________________________________________________________________ */
|
|
|
127
127
|
.btn.btn-disabled, .btn.disabled {
|
|
128
128
|
cursor: not-allowed;
|
|
129
129
|
color: $mid_gray;
|
|
130
|
+
background-color: $defaultBackgroundColor;
|
|
131
|
+
border-color: $defaultBorderColor;
|
|
130
132
|
|
|
131
133
|
&:hover {
|
|
132
134
|
border: 1px solid $defaultBorderColor;
|
data/lib/atlas_assets/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: atlas_assets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rune Skjoldborg Madsen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: handlebars_assets
|