active_frontend 16.0.2 → 16.0.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 +4 -4
- data/.DS_Store +0 -0
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/.DS_Store +0 -0
- data/vendor/assets/stylesheets/components/_switch.scss +3 -9
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 92f8b527486b31ae6f63f8884928f9d5353f8ee7bcda49f302fbd8760e8f0747
|
|
4
|
+
data.tar.gz: 312c076aeaa64b2cd45ba3686a9e2c649d558982bfa38b199c8e959fbeb0ada4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 601b1b313e617012e25adc737bab2afbab49ee358d846cd266a96692d3364196f08e45da36b7c608dbb7dab2e3b695a912b6c5c08cf75657bc7faec916479d36
|
|
7
|
+
data.tar.gz: bff372db5c51e0f83ce6ccec49e74332f928217f6eb4d4e3e3553fcc2f96b714dace9f55c12a277347b9d3d2e4ae196f55b98632dc4eb782ca8b2f5efa1748d8
|
data/.DS_Store
CHANGED
|
Binary file
|
data/vendor/.DS_Store
CHANGED
|
Binary file
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
bottom: 0;
|
|
60
60
|
box-sizing: border-box;
|
|
61
61
|
margin: 0;
|
|
62
|
-
padding-top:
|
|
62
|
+
padding-top: 5px;
|
|
63
63
|
position: absolute;
|
|
64
64
|
top: 0;
|
|
65
65
|
}
|
|
@@ -122,10 +122,7 @@
|
|
|
122
122
|
width: 32px;
|
|
123
123
|
}
|
|
124
124
|
.switch-off,
|
|
125
|
-
.switch-on {
|
|
126
|
-
font-size: text-size(l);
|
|
127
|
-
padding-top: 5px;
|
|
128
|
-
}
|
|
125
|
+
.switch-on { font-size: text-size(l); }
|
|
129
126
|
.switch-off { padding-right: 12px; }
|
|
130
127
|
.switch-on { padding-left: 12px; }
|
|
131
128
|
}
|
|
@@ -138,10 +135,7 @@
|
|
|
138
135
|
width: 24px;
|
|
139
136
|
}
|
|
140
137
|
.switch-off,
|
|
141
|
-
.switch-on {
|
|
142
|
-
font-size: text-size(s);
|
|
143
|
-
padding-top: 5px;
|
|
144
|
-
}
|
|
138
|
+
.switch-on { font-size: text-size(s); }
|
|
145
139
|
.switch-off { padding-right: 8px; }
|
|
146
140
|
.switch-on { padding-left: 8px; }
|
|
147
141
|
}
|
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: 16.0.
|
|
4
|
+
version: 16.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-01
|
|
11
|
+
date: 2018-02-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|