english_tea 1.18.0 → 1.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '05878ba863697c68320093bbbc9a195252279c2fa3f737ce48cb757039df8464'
4
- data.tar.gz: b3777520128a1b69dd63bffb7a9444e34b61866db91e70329f76de9af9f38e26
3
+ metadata.gz: 6386d1f6343d4aca4136ca793275046c835486144178e8d7ef48c97e1b6dad08
4
+ data.tar.gz: 0dfb30e6aa6ac784dec1c229e9c85d73ba17740e06be0097581be9e39f82eb18
5
5
  SHA512:
6
- metadata.gz: 9a79a46a7aa101b27d873266dbb37339f4c0e6ff205eab34f981a3e4508a9ec982471a643387dc06637c8907e033acfce6e33a50b0de3726f6831b1100564ba5
7
- data.tar.gz: 3bc1fbd49b2ddc9cd3fb601ca3926023b69dd56d8f16f68eb451a20a4f5b08c6f1dedbd7178bb4ac9cd4256e6b6ccbaf24590724290111120741321f867e1a8d
6
+ metadata.gz: 5cc36b8927b9e3e4c693cc3004455a465af877e5b367d1c39a19fe9cd200712a48e090d9dc3f191f47bfed1073e2e74a2103b20a69445d3723d00385b5240551
7
+ data.tar.gz: 66509f039bcfcdbdd4365b110b0f7d49948ee8cee934078685fd6daac27a6d9206ec58dd12fc820e2b94cad404751e7e523c1696de3dde95a4386f5dbfacd859
@@ -19,6 +19,10 @@
19
19
  }
20
20
  }
21
21
 
22
+ .b-dash {
23
+ border-style: dashed !important;
24
+ }
25
+
22
26
  // ---
23
27
  // Border color utility classes
24
28
  // ---
@@ -35,3 +39,23 @@
35
39
  border-#{$_key}-color: transparent !important;
36
40
  }
37
41
  }
42
+
43
+
44
+ @include _bp-prefixer(c-b)
45
+ {
46
+ @each $key, $val in $colors
47
+ {
48
+ &#{$key}
49
+ {
50
+ border-color: $val !important;
51
+ }
52
+
53
+ @each $_key, $_val in (top: t, right: r, bottom: b, left: l)
54
+ {
55
+ &#{$_val}#{$key}
56
+ {
57
+ border-#{$_key}-color: $val !important;
58
+ }
59
+ }
60
+ }
61
+ }
@@ -406,6 +406,10 @@
406
406
 
407
407
  // choices.js
408
408
 
409
+ .choices {
410
+ margin-bottom: 0;
411
+ }
412
+
409
413
  .choices__inner,
410
414
  .choices__list--dropdown .choices__item,
411
415
  .choices[data-type*="select-one"] .choices__input {
@@ -246,6 +246,15 @@
246
246
  }
247
247
  }
248
248
 
249
+ &3-5
250
+ {
251
+ @include flex-basis(percentage(3 / 5) !important);
252
+ max-width: percentage(3 / 5); // IE11 padding fix
253
+ &.grow {
254
+ max-width: none;
255
+ }
256
+ }
257
+
249
258
  &4-5
250
259
  {
251
260
  @include flex-basis(percentage(4 / 5) !important);
@@ -1,3 +1,3 @@
1
1
  module EnglishTea
2
- VERSION = "1.18.0"
2
+ VERSION = "1.19.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: english_tea
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Parr
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2018-05-29 00:00:00.000000000 Z
12
+ date: 2018-06-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler