english_tea 1.18.0 → 1.19.0
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: 6386d1f6343d4aca4136ca793275046c835486144178e8d7ef48c97e1b6dad08
|
4
|
+
data.tar.gz: 0dfb30e6aa6ac784dec1c229e9c85d73ba17740e06be0097581be9e39f82eb18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
+
}
|
@@ -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);
|
data/lib/english_tea/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2018-06-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|