atlas_assets 0.5.2 → 0.5.3
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-icons.md +10 -0
- data/lib/assets/stylesheets/atlas_assets/_icons.scss +20 -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
|
+
Y2M0N2YxY2M4YTJlMzcwM2E3MjU1ZjUwMDFjMDc5ZDllNDBkYmRiNg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NTViZTQwMzE0MjBlODViNjY5NDBjNjk4NTNmZjlhYmNmNDFiYzljMQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YmQwZWI2NjBiOTZmYTljMDQwYTliMGUzYWE3OWQ2N2I4OGFhOWRjNTllNjAx
|
|
10
|
+
YzRjZmQ0NmZhODM4NTIxNTFiMGYzZDk4MzQyZjQ1YTQzYTdmYWYyMjZlZTIy
|
|
11
|
+
MmE2NTEyZDZkYTQ5ZTQ2M2Q0YjcxYmY2NDk0ZjBjNTQwNjliOWI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MGU0MWY4NWZmMWZiNjZiNzIzOGUwNzEwYmQ0MWYyMmNmNzU1YTIzYTg5MTcz
|
|
14
|
+
NTkxMmYzZTk3ZGU2NTJlYjJlMDI0MWNiNDA3YmZjYjJlZTk0MGUyNmNmYWM4
|
|
15
|
+
YmMwZTA5N2M3NWYzMWJjYmM0NGU5YjFmNGRiM2IyY2E3MDA3NjY=
|
data/Gemfile.lock
CHANGED
|
@@ -36,6 +36,16 @@ This is a normal <i class="ICONCLASS"></i> icon.
|
|
|
36
36
|
<i class="icn-round icn-warning ICONCLASS"></i>
|
|
37
37
|
~~~
|
|
38
38
|
|
|
39
|
+
<p>You can also create small versions of round icons by adding a class of "small", like this: <i class="icn-round icn-small glyphicons ok_2"></i> <i class="icn-round icn-small icn-info icon-info"></i> <i class="icn-round icn-small icn-error glyphicons remove_2"></i> <i class="icn-round icn-small icn-success glyphicons ok_2"></i> <i class="icn-round icn-small icn-warning icon-exclamation"></i> <i class="icn-round icn-info icn-small glyphicons roundabout"></i>.</p>
|
|
40
|
+
|
|
41
|
+
~~~html
|
|
42
|
+
<i class="icn-round icn-small ICONCLASS"></i>
|
|
43
|
+
<i class="icn-round icn-small icn-info ICONCLASS"></i>
|
|
44
|
+
<i class="icn-round icn-small icn-error ICONCLASS"></i>
|
|
45
|
+
<i class="icn-round icn-small icn-success ICONCLASS"></i>
|
|
46
|
+
<i class="icn-round icn-small icn-warning ICONCLASS"></i>
|
|
47
|
+
~~~
|
|
48
|
+
|
|
39
49
|
Glyphicons
|
|
40
50
|
----------
|
|
41
51
|
|
|
@@ -35,4 +35,24 @@ _________________________________________________________________ */
|
|
|
35
35
|
border: none;
|
|
36
36
|
background-color: $yellow;
|
|
37
37
|
color: white;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/* Small icons
|
|
41
|
+
_________________________________________________________________ */
|
|
42
|
+
|
|
43
|
+
.icn-round.icn-small,
|
|
44
|
+
.icn-round.icn-small.glyphicons {
|
|
45
|
+
font-size: 15px;
|
|
46
|
+
height: 15px;
|
|
47
|
+
width: 16px;
|
|
48
|
+
line-height: 1em;
|
|
49
|
+
vertical-align: middle;
|
|
50
|
+
text-align: center;
|
|
51
|
+
padding: 0px 0px 1px 0px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.icn-round.icn-small:before {
|
|
55
|
+
font-size: 10px;
|
|
56
|
+
display: inline;
|
|
57
|
+
vertical-align: middle;
|
|
38
58
|
}
|
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.5.
|
|
4
|
+
version: 0.5.3
|
|
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: 2013-11-
|
|
11
|
+
date: 2013-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: handlebars_assets
|