active_frontend 15.1.1 → 15.1.2
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60d7ed06311acf2302a9301951cf9fe8c3800ae55cacacd9899a0f33f276384e
|
|
4
|
+
data.tar.gz: 3a308079ed6ff5b903fdb7b041bd82f11ae8cefdc39a58575625fe5273543746
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c3a9f4ad9819298ac78f79bce4903504f082a8c192aee63e46193886f3a12d7e753430bb4376e0dbf5c0776d34bf3a31e8ec200e35703dcaafc471f5bf34bfe
|
|
7
|
+
data.tar.gz: 87ec03a87eeb37ec9731fbe6ccbe1fab7cac7915b83b17a174a1388d51dbb12532d62e8e47a2392bed418807c7b99368158c8b012b374313e601907204e5b0aa
|
|
@@ -23,6 +23,13 @@
|
|
|
23
23
|
vertical-align: baseline;
|
|
24
24
|
|
|
25
25
|
&:empty { display: none; }
|
|
26
|
+
|
|
27
|
+
> img,
|
|
28
|
+
> svg {
|
|
29
|
+
margin-right: 2px;
|
|
30
|
+
max-height: text-size(xs);
|
|
31
|
+
width: text-size(xs);
|
|
32
|
+
}
|
|
26
33
|
}
|
|
27
34
|
.badge {
|
|
28
35
|
border-radius: border-radius(xl);
|
|
@@ -58,7 +65,15 @@
|
|
|
58
65
|
.badge-size-l,
|
|
59
66
|
.label-size-l,
|
|
60
67
|
.badge-size-m,
|
|
61
|
-
.label-size-m {
|
|
68
|
+
.label-size-m {
|
|
69
|
+
font-size: text-size(b);
|
|
70
|
+
|
|
71
|
+
> img,
|
|
72
|
+
> svg {
|
|
73
|
+
max-height: text-size(s);
|
|
74
|
+
width: text-size(s);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
62
77
|
.badge-size-l,
|
|
63
78
|
.badge-size-m { min-width: 16px; }
|
|
64
79
|
.badge-size-l { padding: 15px; }
|
|
@@ -69,6 +84,12 @@
|
|
|
69
84
|
.label-size-s {
|
|
70
85
|
font-size: text-size(xs);
|
|
71
86
|
padding: 4px 8px 5px;
|
|
87
|
+
|
|
88
|
+
> img,
|
|
89
|
+
> svg {
|
|
90
|
+
max-height: text-size(xxs);
|
|
91
|
+
width: text-size(xxs);
|
|
92
|
+
}
|
|
72
93
|
}
|
|
73
94
|
.badge-size-s {
|
|
74
95
|
min-width: 0;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_frontend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 15.1.
|
|
4
|
+
version: 15.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -826,7 +826,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
826
826
|
version: '0'
|
|
827
827
|
requirements: []
|
|
828
828
|
rubyforge_project:
|
|
829
|
-
rubygems_version: 2.7.
|
|
829
|
+
rubygems_version: 2.7.4
|
|
830
830
|
signing_key:
|
|
831
831
|
specification_version: 4
|
|
832
832
|
summary: ActiveFrontend Responsive Web Framework
|