scrivito_icon_box_widget 1.1.7 → 1.1.8
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 082e96e4d0df6bef19f67a6fc5d689e49964b530
|
|
4
|
+
data.tar.gz: 0beb69383e862a1b634e1e4a3e504f94d632ba9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6d2053037d2f8878326fb65cfa6d051a92c92fe83f8399372b7861703f51f4c96d3990ca582586b9065698168e09bb3b6824ec1521612ca3d2330cbdcd5ab02
|
|
7
|
+
data.tar.gz: f0a6ce15e1456cda0526d99ab90ad4cb15ad3f88811cdf43d9cb640a3e9c70f2a2b094144ba8eefabe422abe9e0fd42f0b47cc8828f54e8eeeca2500a2b8750c
|
|
@@ -1,34 +1,47 @@
|
|
|
1
1
|
/* background colors */
|
|
2
|
+
.scrivito-icon-box.square,
|
|
3
|
+
.scrivito-icon-box.cricle {
|
|
4
|
+
border: 3px solid transparent;
|
|
5
|
+
}
|
|
6
|
+
|
|
2
7
|
.transparent {
|
|
3
8
|
background-color: transparent !important;
|
|
9
|
+
border-color: transparent !important;
|
|
4
10
|
}
|
|
5
11
|
|
|
6
12
|
.black {
|
|
7
13
|
background-color: #33312d !important;
|
|
14
|
+
border-color: #33312d !important;
|
|
8
15
|
}
|
|
9
16
|
|
|
10
17
|
.gray {
|
|
11
18
|
background-color: #a0a0a0 !important;
|
|
19
|
+
border-color: #a0a0a0 !important;
|
|
12
20
|
}
|
|
13
21
|
|
|
14
22
|
.light-gray {
|
|
15
23
|
background-color: #eee !important;
|
|
24
|
+
border-color: #eee !important;
|
|
16
25
|
}
|
|
17
26
|
|
|
18
27
|
.red {
|
|
19
28
|
background-color: #c5463f !important;
|
|
29
|
+
border-color: #c5463f !important;
|
|
20
30
|
}
|
|
21
31
|
|
|
22
32
|
.green {
|
|
23
33
|
background-color: #439439 !important;
|
|
34
|
+
border-color: #439439 !important;
|
|
24
35
|
}
|
|
25
36
|
|
|
26
37
|
.blue {
|
|
27
38
|
background-color: #3f86ac !important;
|
|
39
|
+
border-color: #3f86ac !important;
|
|
28
40
|
}
|
|
29
41
|
|
|
30
42
|
.yellow {
|
|
31
43
|
background-color: #e1d00e !important;
|
|
44
|
+
border-color: #e1d00e !important;
|
|
32
45
|
}
|
|
33
46
|
|
|
34
47
|
/* icon colors */
|
|
@@ -4,5 +4,8 @@
|
|
|
4
4
|
end
|
|
5
5
|
end %>
|
|
6
6
|
|
|
7
|
-
<h4>
|
|
7
|
+
<h4>Icon not in List</h4>
|
|
8
|
+
<div class="alert alert-info">
|
|
9
|
+
If the list does not contain an icon for your need, look at <a href="https://fortawesome.github.io/Font-Awesome/icons/" target="_blank">fontawesome webpage</a>. There are more then 500 icons that ca be used. Write the name of the icon with out fa- in the field. For Exeample: <stong>car</stong> instead of <i>fa-car</i>.
|
|
10
|
+
</div>
|
|
8
11
|
<%= scrivito_tag :div, widget, :icon %>
|
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.8
|
|
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-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|