active_frontend 16.0.17 → 16.0.18

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: db1b6d864f551ec2e132922f1e7cf6302a36a15a0ef764f89c04a10a1bc9bce9
4
- data.tar.gz: 91cc9fee3f1ff0b35ef1d963a906300a75ddf41b8ea78415d8b6f76291723b0b
3
+ metadata.gz: 2ab106d18eff552254163fc188c404359cdd9e12f00d1646df4488a59d54ba94
4
+ data.tar.gz: ffdac96e1f0dc60db9d51d9363f9e2ec6d127fddb101d019a48d3ded95d2e75f
5
5
  SHA512:
6
- metadata.gz: e4ed20a613d1fd7e8c70e9a06e844bc9be9f59528c054764600349c597970cca6fcd475e8e46e353295feb1902e787b934b344f2ca4610eac4d6583eee8a3493
7
- data.tar.gz: 6fd6c37f1e7b3f5be26ffb01c19c16bc63c862e5ecd52261d40f8108f4b8412fab820740ddeb9daad1b8ff3d620ec7d8045cc7e4c836c2b91f9450b6fd6ffaf5
6
+ metadata.gz: 651ffa86d0c4c21f4ff37eaeb54e8ad479e7c13678040150103857882c1bab20423567147b092ae2463e36bc164c8ca0497e9bf1defb9976a10c20ee5d7441d8
7
+ data.tar.gz: 2c4262349209063dcf1991e7e8c102355725bc41edd7839c52c893489da8963b01926084183a838cd714b98c34405d16f57cf0b85912d59699e9a18586f4cb8e
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '16.0.17'
4
+ VERSION ||= '16.0.18'
5
5
  end
@@ -168,24 +168,32 @@
168
168
  padding: 8px 15px 9px;
169
169
  }
170
170
  .btn-icon {
171
- min-width: 44px;
171
+ max-width: 44px;
172
172
  padding: 13px 0;
173
+ width: 44px;
173
174
 
174
175
  &.btn-size-l,
175
176
  &.btn-size-m { font-size: text-size(l); }
176
177
  &.btn-size-l {
177
- min-width: 62px;
178
+ max-width: 62px;
178
179
  padding: 20px 0;
180
+ width: 62px;
179
181
  }
180
182
  &.btn-size-m {
181
- min-width: 52px;
183
+ max-width: 52px;
182
184
  padding: 15px 0;
185
+ width: 52px;
183
186
  }
184
187
  &.btn-size-s {
185
- min-width: 33px;
188
+ max-width: 33px;
186
189
  padding: 8.5px 0;
190
+ width: 33px;
191
+ }
192
+ &.btn-link {
193
+ max-width: initial;
194
+ padding: 0;
195
+ width: initial;
187
196
  }
188
- &.btn-link { padding: 0; }
189
197
  }
190
198
 
191
199
  // Groups
@@ -246,7 +254,8 @@
246
254
  }
247
255
  }
248
256
  }
249
- .btn-group-block {
257
+ .btn-group-block,
258
+ .btn-group-flex {
250
259
  border-collapse: separate;
251
260
  display: table;
252
261
  table-layout: fixed;
@@ -261,7 +270,6 @@
261
270
  > .btn {
262
271
  border-right-width: 0;
263
272
  display: table-cell;
264
- width: 1%;
265
273
 
266
274
  &:last-child { border-right-width: 1px; }
267
275
  }
@@ -278,6 +286,11 @@
278
286
  }
279
287
  }
280
288
  }
289
+ .btn-group-block {
290
+ &:not(.btn-group-vertical) {
291
+ > .btn { width: 1%; }
292
+ }
293
+ }
281
294
 
282
295
  // Data Toggles
283
296
  // ==================================================
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.17
4
+ version: 16.0.18
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-03-19 00:00:00.000000000 Z
11
+ date: 2018-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails