active_frontend 16.0.4 → 16.0.5
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/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/blocks/_button.scss +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60d14dcd7f3e08ba638ab14eb50b8294e8ef6c90e2cfc8841b1320e1aba98390
|
|
4
|
+
data.tar.gz: ad5a97bc8eefe91225c7cb1ca9d5007671c866295dc7c0983a86bcfdb81e3d3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 044602d68e1c9e14b9117be7f28f997a05a076eeb4aec6f644fe713359d0c47255342b753bb1add2d2082627c613502426cb1a71c1b71688d094f67b71ebdd30
|
|
7
|
+
data.tar.gz: eb20ad69855eaa76a286826c6ac69803982c224f2121913bbc87929bf46c6149dcaefd8c861c6700d3c683ab60feba6e258fac256324e5d7e5076c464224bd1f
|
|
@@ -168,22 +168,22 @@
|
|
|
168
168
|
padding: 8px 15px 9px;
|
|
169
169
|
}
|
|
170
170
|
.btn-icon {
|
|
171
|
-
min-width:
|
|
171
|
+
min-width: 44px;
|
|
172
172
|
padding: 13px 0;
|
|
173
173
|
|
|
174
174
|
&.btn-size-l,
|
|
175
175
|
&.btn-size-m { font-size: text-size(l); }
|
|
176
176
|
&.btn-size-l {
|
|
177
|
-
min-width:
|
|
178
|
-
padding:
|
|
177
|
+
min-width: 62px;
|
|
178
|
+
padding: 20px 0;
|
|
179
179
|
}
|
|
180
180
|
&.btn-size-m {
|
|
181
181
|
min-width: 52px;
|
|
182
|
-
padding:
|
|
182
|
+
padding: 15px 0;
|
|
183
183
|
}
|
|
184
184
|
&.btn-size-s {
|
|
185
|
-
min-width:
|
|
186
|
-
padding:
|
|
185
|
+
min-width: 33px;
|
|
186
|
+
padding: 8.5px 0;
|
|
187
187
|
}
|
|
188
188
|
&.btn-link { padding: 0; }
|
|
189
189
|
}
|