@data-visuals/create 7.6.7 → 7.7.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@data-visuals/create",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.7.0",
|
|
4
4
|
"description": "Create graphics and features the Data Visuals way.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build:docs": "doctoc README.md --github",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"generator",
|
|
21
21
|
"graphics"
|
|
22
22
|
],
|
|
23
|
-
"author": "
|
|
23
|
+
"author": "Texas Tribune",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"bugs": {
|
|
26
26
|
"url": "https://github.com/texastribune/data-visuals-create/issues"
|
|
@@ -4,8 +4,45 @@
|
|
|
4
4
|
margin: 3.125rem auto;
|
|
5
5
|
background-color: #000;
|
|
6
6
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
|
|
7
|
+
color: #fff;
|
|
8
|
+
width: 100%;
|
|
9
|
+
overflow: hidden
|
|
7
10
|
}
|
|
8
11
|
|
|
12
|
+
.c-prompt--livestream {
|
|
13
|
+
background-color: #000;
|
|
14
|
+
font-family: "Open Sans",Helvetica,Arial,sans-serif
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.c-prompt--box {
|
|
18
|
+
max-width: 350px;
|
|
19
|
+
height: 300px;
|
|
20
|
+
border-radius: .275rem;
|
|
21
|
+
outline: 0;
|
|
22
|
+
margin: auto;
|
|
23
|
+
padding: 2rem;
|
|
24
|
+
position: relative;
|
|
25
|
+
box-shadow: 0 2px 4px rgba(0,0,0,.2),0 4px 8px rgba(0,0,0,.1)
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
.c-prompt--box .c-prompt__content {
|
|
30
|
+
height: 100%;
|
|
31
|
+
flex-flow: column
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.c-prompt__content {
|
|
35
|
+
clear: both;
|
|
36
|
+
justify-content: center;
|
|
37
|
+
align-items: center;
|
|
38
|
+
gap: .7rem;
|
|
39
|
+
display: flex
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.c-prompt--box .c-prompt__img {
|
|
43
|
+
max-height: 3rem
|
|
44
|
+
}
|
|
45
|
+
|
|
9
46
|
.c-prompt__content {
|
|
10
47
|
gap: 1.25rem;
|
|
11
48
|
}
|
|
@@ -25,3 +62,4 @@
|
|
|
25
62
|
width: 80%;
|
|
26
63
|
}
|
|
27
64
|
}
|
|
65
|
+
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
class="c-author-info__contacts-container l-flex l-flex-column t-size-xs t-sans"
|
|
45
45
|
>
|
|
46
46
|
{% if author['author_email'] %}
|
|
47
|
-
<p class="l-flex
|
|
47
|
+
<p class="l-flex">
|
|
48
48
|
<a
|
|
49
49
|
tabindex="-1"
|
|
50
50
|
href="mailto:{{ author['author_email'] }}"
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
</a>
|
|
62
62
|
</p>
|
|
63
63
|
{% endif %} {% if author['author_twitter'] %}
|
|
64
|
-
<p class="l-flex
|
|
64
|
+
<p class="l-flex">
|
|
65
65
|
<a
|
|
66
66
|
tabindex="-1"
|
|
67
67
|
href="https://twitter.com/{{ author['author_twitter'] }}"
|