scrivito_icon_box_widget 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e90cd3c4c3a0aa2435f605368d8ab6d2ecf3cf38
|
4
|
+
data.tar.gz: 9f9643a20f4c3aea33edb9b0db4b1501ad15090e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 302ecd968d39f7693c06d78f8d160e0400f1f3d204d835beede2407cf2f8b53d2835f66a8772ea300864a4d2d5983bb7a3e58ee5386934c41d62f091ddf8d01d
|
7
|
+
data.tar.gz: 35b05a24037dd1a4bda26d5abcd528ad98ca76437045e7d8008e7c0e664c1bca7a7d5013e09a90d635a209bc8b6e34faad1d87741c1f14f96bf621352ad6def9
|
@@ -33,33 +33,41 @@
|
|
33
33
|
|
34
34
|
/* icon colors */
|
35
35
|
i.transparent {
|
36
|
+
background-color: transparent !important;
|
36
37
|
color: transparent !important;
|
37
38
|
}
|
38
39
|
|
39
40
|
i.black {
|
41
|
+
background-color: transparent !important;
|
40
42
|
color: #33312d !important;
|
41
43
|
}
|
42
44
|
|
43
45
|
i.gray {
|
46
|
+
background-color: transparent !important;
|
44
47
|
color: #a0a0a0 !important;
|
45
48
|
}
|
46
49
|
|
47
50
|
i.light-gray {
|
51
|
+
background-color: transparent !important;
|
48
52
|
color: #eee !important;
|
49
53
|
}
|
50
54
|
|
51
55
|
i.red {
|
56
|
+
background-color: transparent !important;
|
52
57
|
color: #c5463f !important;
|
53
58
|
}
|
54
59
|
|
55
60
|
i.green {
|
61
|
+
background-color: transparent !important;
|
56
62
|
color: #439439 !important;
|
57
63
|
}
|
58
64
|
|
59
65
|
i.blue {
|
66
|
+
background-color: transparent !important;
|
60
67
|
color: #3f86ac !important;
|
61
68
|
}
|
62
69
|
|
63
70
|
i.yellow {
|
71
|
+
background-color: transparent !important;
|
64
72
|
color: #e1d00e !important;
|
65
73
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scrivito_icon_box_widget
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Scrivito
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|