@reuters-graphics/graphics-components 0.1.6 → 0.1.7--canary.99.331bdb0.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/dist/@types/components/@types/global.d.ts +4 -0
- package/dist/@types/components/Block/Block.svelte.d.ts +1 -1
- package/dist/@types/components/BodyText/BodyText.svelte.d.ts +1 -0
- package/dist/@types/components/DocumentCloud/DocumentCloud.svelte.d.ts +1 -1
- package/dist/@types/components/FeaturePhoto/FeaturePhoto.svelte.d.ts +8 -0
- package/dist/@types/components/GraphicBlock/GraphicBlock.svelte.d.ts +1 -1
- package/dist/@types/components/Headline/Headline.svelte.d.ts +5 -0
- package/dist/@types/components/PhotoCarousel/PhotoCarousel.svelte.d.ts +1 -1
- package/dist/@types/components/PhotoPack/PhotoPack.svelte.d.ts +1 -1
- package/dist/@types/components/ReferralBlock/ReferralBlock.svelte.d.ts +1 -1
- package/dist/@types/components/SimpleTimeline/SimpleTimeline.svelte.d.ts +1 -1
- package/dist/@types/components/SiteHeadline/SiteHeadline.svelte.d.ts +6 -1
- package/dist/@types/components/Table/Table.svelte.d.ts +1 -1
- package/dist/@types/components/Theme/@types/component.d.ts +29 -9
- package/dist/@types/components/Theme/Theme.svelte.d.ts +1 -21
- package/dist/@types/components/Theme/themes/common.d.ts +2 -0
- package/dist/@types/components/Theme/themes/light.d.ts +1 -21
- package/dist/@types/components/ToolsHeader/ToolsHeader.svelte.d.ts +1 -1
- package/dist/components/Article/Article.svelte +1 -1
- package/dist/components/BeforeAfter/BeforeAfter.svelte +23 -41
- package/dist/components/Block/Block.svelte +3 -81
- package/dist/components/BodyText/BodyText.svelte +4 -179
- package/dist/components/DocumentCloud/DocumentCloud.svelte +3 -2
- package/dist/components/FeaturePhoto/FeaturePhoto.svelte +26 -28
- package/dist/components/Framer/Typeahead/index.svelte +4 -4
- package/dist/components/GraphicBlock/GraphicBlock.svelte +18 -148
- package/dist/components/GraphicBlock/TextBlock.svelte +1 -1
- package/dist/components/Headline/Headline.svelte +54 -43
- package/dist/components/NoteText/NoteText.svelte +12 -100
- package/dist/components/PhotoCarousel/PhotoCarousel.svelte +18 -39
- package/dist/components/PhotoPack/PhotoPack.svelte +20 -43
- package/dist/components/ReferralBlock/ReferralBlock.svelte +28 -46
- package/dist/components/Scroller/Background.svelte +1 -3
- package/dist/components/Scroller/Embedded/Background.svelte +1 -1
- package/dist/components/Scroller/Embedded/Foreground.svelte +2 -192
- package/dist/components/Scroller/Foreground.svelte +8 -101
- package/dist/components/Scroller/Scroller.svelte +11 -43
- package/dist/components/SearchInput/MagnifyingGlass.svelte +1 -1
- package/dist/components/SearchInput/SearchInput.svelte +11 -6
- package/dist/components/SearchInput/X.svelte +2 -2
- package/dist/components/SimpleTimeline/SimpleTimeline.svelte +36 -46
- package/dist/components/SiteFooter/CompanyLinks.svelte +6 -6
- package/dist/components/SiteFooter/LegalLinks.svelte +5 -5
- package/dist/components/SiteFooter/QuickLinks.svelte +4 -4
- package/dist/components/SiteFooter/Referrals/Link.svelte +1 -1
- package/dist/components/SiteFooter/SiteFooter.svelte +1 -0
- package/dist/components/SiteFooter/svgs/Facebook.svelte +1 -1
- package/dist/components/SiteFooter/svgs/Graphics.svelte +1 -1
- package/dist/components/SiteFooter/svgs/Instagram.svelte +1 -1
- package/dist/components/SiteFooter/svgs/LinkedIn.svelte +1 -1
- package/dist/components/SiteFooter/svgs/Pictures.svelte +1 -1
- package/dist/components/SiteFooter/svgs/Twitter.svelte +1 -1
- package/dist/components/SiteFooter/svgs/Videos.svelte +1 -1
- package/dist/components/SiteFooter/svgs/YouTube.svelte +1 -1
- package/dist/components/SiteHeader/MobileMenu/index.svelte +3 -3
- package/dist/components/SiteHeader/NavBar/DownArrow.svelte +1 -1
- package/dist/components/SiteHeader/NavBar/NavDropdown/MoreDropdown.svelte +2 -2
- package/dist/components/SiteHeader/NavBar/NavDropdown/SectionDropdown.svelte +3 -3
- package/dist/components/SiteHeader/NavBar/NavDropdown/Spinner/index.svelte +1 -1
- package/dist/components/SiteHeader/NavBar/NavDropdown/StoryCard/index.svelte +4 -4
- package/dist/components/SiteHeader/NavBar/NavDropdown/index.svelte +5 -5
- package/dist/components/SiteHeader/NavBar/index.svelte +6 -6
- package/dist/components/SiteHeader/SiteHeader.svelte +2 -1
- package/dist/components/SiteHeader/svgs/Close.svelte +1 -1
- package/dist/components/SiteHeader/svgs/Menu.svelte +1 -1
- package/dist/components/SiteHeadline/SiteHeadline.svelte +44 -97
- package/dist/components/Spinner/Spinner.svelte +3 -12
- package/dist/components/Table/Pagination.svelte +7 -7
- package/dist/components/Table/Select.svelte +4 -4
- package/dist/components/Table/SortArrow.svelte +2 -2
- package/dist/components/Table/Table.svelte +18 -17
- package/dist/components/Theme/themes/common.js +28 -0
- package/dist/components/Theme/themes/dark.js +4 -12
- package/dist/components/Theme/themes/light.js +4 -11
- package/dist/components/ToolsHeader/ToolsHeader.svelte +3 -2
- package/dist/components/Video/Video.svelte +15 -48
- package/dist/scss/_mixins.scss +6 -6
- package/dist/scss/colours/_main.scss +3 -0
- package/dist/scss/colours/primary/_amber.scss +13 -0
- package/dist/scss/colours/primary/_blue.scss +13 -0
- package/dist/scss/colours/primary/_cyan.scss +13 -0
- package/dist/scss/colours/primary/_emerald.scss +13 -0
- package/dist/scss/colours/primary/_fuchsia.scss +13 -0
- package/dist/scss/colours/primary/_green.scss +13 -0
- package/dist/scss/colours/primary/_grey.scss +13 -0
- package/dist/scss/colours/primary/_indigo.scss +13 -0
- package/dist/scss/colours/primary/_lime.scss +13 -0
- package/dist/scss/colours/primary/_neutral.scss +13 -0
- package/dist/scss/colours/primary/_orange.scss +13 -0
- package/dist/scss/colours/primary/_pink.scss +13 -0
- package/dist/scss/colours/primary/_purple.scss +13 -0
- package/dist/scss/colours/primary/_red.scss +13 -0
- package/dist/scss/colours/primary/_rose.scss +13 -0
- package/dist/scss/colours/primary/_sky.scss +13 -0
- package/dist/scss/colours/primary/_slate.scss +13 -0
- package/dist/scss/colours/primary/_stone.scss +13 -0
- package/dist/scss/colours/primary/_teal.scss +13 -0
- package/dist/scss/colours/primary/_violet.scss +13 -0
- package/dist/scss/colours/primary/_yellow.scss +13 -0
- package/dist/scss/colours/primary/_zinc.scss +13 -0
- package/dist/scss/colours/thematic/_grey.scss +13 -0
- package/dist/scss/colours/thematic/_nord.scss +42 -40
- package/dist/scss/colours/thematic/_tr.scss +27 -25
- package/dist/scss/fonts/_font-faces.scss +194 -66
- package/dist/scss/main.scss +15 -16
- package/dist/scss/mixins/_main.scss +1 -0
- package/dist/scss/reset/_main.scss +12 -0
- package/dist/scss/reset/_typography.scss +138 -0
- package/dist/scss/token-classes.scss +8 -0
- package/dist/scss/tokens/accessibility/_main.scss +1 -0
- package/dist/scss/tokens/accessibility/_visibility.scss +5 -0
- package/dist/scss/tokens/accessibility/mixins/_main.scss +1 -0
- package/dist/scss/{mixins/_visually-hidden.scss → tokens/accessibility/mixins/_visibility.scss} +1 -2
- package/dist/scss/tokens/backgrounds/_background-color.scss +26 -0
- package/dist/scss/tokens/backgrounds/_main.scss +1 -0
- package/dist/scss/tokens/backgrounds/mixins/_background-color.scss +24 -0
- package/dist/scss/tokens/backgrounds/mixins/_main.scss +1 -0
- package/dist/scss/tokens/borders/_border-color.scss +15 -0
- package/dist/scss/tokens/borders/_border-radius.scss +279 -0
- package/dist/scss/tokens/borders/_border-style.scss +18 -0
- package/dist/scss/tokens/borders/_border-width.scss +115 -0
- package/dist/scss/tokens/borders/_main.scss +3 -0
- package/dist/scss/tokens/interactivity/_cursor.scss +72 -0
- package/dist/scss/tokens/interactivity/_main.scss +2 -0
- package/dist/scss/tokens/interactivity/_pointer-events.scss +12 -0
- package/dist/scss/tokens/layout/_box-sizing.scss +12 -0
- package/dist/scss/tokens/layout/_display.scss +126 -0
- package/dist/scss/tokens/layout/_floats.scss +18 -0
- package/dist/scss/tokens/layout/_main.scss +8 -0
- package/dist/scss/tokens/layout/_object-fit.scss +30 -0
- package/dist/scss/tokens/layout/_object-position.scss +54 -0
- package/dist/scss/tokens/layout/_overflow.scss +90 -0
- package/dist/scss/tokens/layout/_position.scss +30 -0
- package/dist/scss/tokens/layout/flex/_align-content.scss +54 -0
- package/dist/scss/tokens/layout/flex/_align-items.scss +30 -0
- package/dist/scss/tokens/layout/flex/_align-self.scss +36 -0
- package/dist/scss/tokens/layout/flex/_flex-direction.scss +24 -0
- package/dist/scss/tokens/layout/flex/_flex-grow.scss +12 -0
- package/dist/scss/tokens/layout/flex/_flex-shrink.scss +12 -0
- package/dist/scss/tokens/layout/flex/_flex-wrap.scss +18 -0
- package/dist/scss/tokens/layout/flex/_flex.scss +24 -0
- package/dist/scss/tokens/layout/flex/_justify-content.scss +48 -0
- package/dist/scss/tokens/layout/flex/_justify-items.scss +24 -0
- package/dist/scss/tokens/layout/flex/_justify-self.scss +30 -0
- package/dist/scss/tokens/layout/flex/_main.scss +11 -0
- package/dist/scss/tokens/sizing/_height.scss +168 -0
- package/dist/scss/tokens/sizing/_main.scss +6 -0
- package/dist/scss/tokens/sizing/_max-height.scss +12 -0
- package/dist/scss/tokens/sizing/_max-width.scss +12 -0
- package/dist/scss/tokens/sizing/_min-height.scss +12 -0
- package/dist/scss/tokens/sizing/_min-width.scss +6 -0
- package/dist/scss/tokens/sizing/_width.scss +176 -0
- package/dist/scss/tokens/spacers/_fluid-margin.scss +68 -0
- package/dist/scss/tokens/spacers/_fluid-padding.scss +49 -0
- package/dist/scss/tokens/spacers/_main.scss +4 -0
- package/dist/scss/tokens/spacers/_margin.scss +109 -0
- package/dist/scss/tokens/spacers/_padding.scss +86 -0
- package/dist/scss/tokens/spacers/mixins/_fluid-margin.scss +85 -0
- package/dist/scss/tokens/spacers/mixins/_fluid-padding.scss +85 -0
- package/dist/scss/tokens/spacers/mixins/_main.scss +2 -0
- package/dist/scss/tokens/text/_color.scss +20 -0
- package/dist/scss/tokens/text/_font-family.scss +68 -0
- package/dist/scss/tokens/text/_font-size.scss +68 -0
- package/dist/scss/tokens/text/_font-style.scss +12 -0
- package/dist/scss/tokens/text/_font-weight.scss +56 -0
- package/dist/scss/tokens/text/_letter-spacing.scss +38 -0
- package/dist/scss/tokens/text/_line-height.scss +38 -0
- package/dist/scss/tokens/text/_main.scss +14 -0
- package/dist/scss/tokens/text/_text-align.scss +36 -0
- package/dist/scss/tokens/text/_text-decoration.scss +24 -0
- package/dist/scss/tokens/text/_text-stroke.scss +74 -0
- package/dist/scss/{typography/_transform.scss → tokens/text/_text-transform.scss} +7 -2
- package/dist/scss/tokens/text/_vertical-align.scss +48 -0
- package/dist/scss/tokens/text/_white-space.scss +12 -0
- package/dist/scss/tokens/text/_word-break.scss +14 -0
- package/dist/scss/tokens/text/mixins/_color.scss +18 -0
- package/dist/scss/tokens/text/mixins/_font-family.scss +66 -0
- package/dist/scss/tokens/text/mixins/_font-size.scss +66 -0
- package/dist/scss/tokens/text/mixins/_font-weight.scss +54 -0
- package/dist/scss/tokens/text/mixins/_letter-spacing.scss +36 -0
- package/dist/scss/tokens/text/mixins/_line-height.scss +36 -0
- package/dist/scss/tokens/text/mixins/_main.scss +7 -0
- package/dist/scss/tokens/text/mixins/_text-stroke.scss +8 -0
- package/dist/scss/tokens/variables/_main.scss +1 -0
- package/dist/scss/tokens/variables/_theme.scss +8 -0
- package/package.json +142 -41
- package/dist/scss/_variables.scss +0 -2
- package/dist/scss/bootstrap/_main.scss +0 -34
- package/dist/scss/bootstrap/_variables.scss +0 -10
- package/dist/scss/components/_hero-title.scss +0 -118
- package/dist/scss/fonts/_mixins.scss +0 -25
- package/dist/scss/fonts/_rules.scss +0 -19
- package/dist/scss/fonts/_variables.scss +0 -26
- package/dist/scss/mixins/_body-text.scss +0 -113
- package/dist/scss/mixins/_graphic.scss +0 -66
- package/dist/scss/mixins/_note-text.scss +0 -34
- package/dist/scss/spacers/_rules.scss +0 -65
- package/dist/scss/spacers/_variables.scss +0 -19
- package/dist/scss/typography/_box-shadow.scss +0 -11
- package/dist/scss/typography/_font-size.scss +0 -81
- package/dist/scss/typography/_letter-spacing.scss +0 -15
- package/dist/scss/typography/_main.scss +0 -5
- package/dist/scss/typography/_mixins.scss +0 -26
- package/dist/scss/typography/_rules.scss +0 -83
- package/dist/scss/typography/_text-shadow.scss +0 -13
- package/dist/scss/typography/_variables.scss +0 -39
|
@@ -14,7 +14,7 @@ import Block from '../../Block/Block.svelte';
|
|
|
14
14
|
</div>
|
|
15
15
|
{/if}
|
|
16
16
|
{:else if typeof step.foreground === 'string'}
|
|
17
|
-
<Block
|
|
17
|
+
<Block class="body-text step-{index + 1}">
|
|
18
18
|
<div class="embedded-foreground step-{index + 1}">
|
|
19
19
|
{@html marked.parse(step.foreground)}
|
|
20
20
|
</div>
|
|
@@ -34,196 +34,6 @@ import Block from '../../Block/Block.svelte';
|
|
|
34
34
|
</div>
|
|
35
35
|
{/if}
|
|
36
36
|
|
|
37
|
-
<style
|
|
38
|
-
font-size: 1.3rem;
|
|
39
|
-
line-height: 2.1rem;
|
|
40
|
-
}
|
|
41
|
-
.paragraph-size.font-sans, div.embedded-foreground :global(p.font-sans), div.embedded-foreground :global(ul) :global(li.font-sans), div.embedded-foreground :global(ol) :global(li.font-sans) {
|
|
42
|
-
font-size: 1.1rem;
|
|
43
|
-
line-height: 1.75rem;
|
|
44
|
-
}
|
|
45
|
-
@media (max-width: 540px) {
|
|
46
|
-
.paragraph-size, div.embedded-foreground :global(p), div.embedded-foreground :global(ul) :global(li), div.embedded-foreground :global(ul) :global(li) :global(p), div.embedded-foreground :global(ol) :global(li), div.embedded-foreground :global(ol) :global(li) :global(p) {
|
|
47
|
-
font-size: 1.1rem;
|
|
48
|
-
line-height: 1.8rem;
|
|
49
|
-
}
|
|
50
|
-
.paragraph-size.font-sans, div.embedded-foreground :global(p.font-sans), div.embedded-foreground :global(ul) :global(li.font-sans), div.embedded-foreground :global(ol) :global(li.font-sans) {
|
|
51
|
-
font-size: 1rem;
|
|
52
|
-
line-height: 1.6rem;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
.paragraph-size.important, div.embedded-foreground :global(p.important), div.embedded-foreground :global(ul) :global(li.important), div.embedded-foreground :global(ol) :global(li.important) {
|
|
56
|
-
font-size: 1.3rem !important;
|
|
57
|
-
line-height: 2.1rem !important;
|
|
58
|
-
}
|
|
59
|
-
.paragraph-size.important.font-sans, div.embedded-foreground :global(p.important.font-sans), div.embedded-foreground :global(ul) :global(li.important.font-sans), div.embedded-foreground :global(ol) :global(li.important.font-sans) {
|
|
60
|
-
font-size: 1.1rem !important;
|
|
61
|
-
line-height: 1.8rem !important;
|
|
62
|
-
}
|
|
63
|
-
@media (max-width: 540px) {
|
|
64
|
-
.paragraph-size.important, div.embedded-foreground :global(p.important), div.embedded-foreground :global(ul) :global(li.important), div.embedded-foreground :global(ol) :global(li.important) {
|
|
65
|
-
font-size: 1.1rem !important;
|
|
66
|
-
line-height: 1.8rem !important;
|
|
67
|
-
}
|
|
68
|
-
.paragraph-size.important.font-sans, div.embedded-foreground :global(p.important.font-sans), div.embedded-foreground :global(ul) :global(li.important.font-sans), div.embedded-foreground :global(ol) :global(li.important.font-sans) {
|
|
69
|
-
font-size: 1rem !important;
|
|
70
|
-
line-height: 1.6rem !important;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.small-size {
|
|
75
|
-
font-size: 0.9rem;
|
|
76
|
-
line-height: 1.2rem;
|
|
77
|
-
}
|
|
78
|
-
@media (max-width: 540px) {
|
|
79
|
-
.small-size {
|
|
80
|
-
font-size: 0.8rem;
|
|
81
|
-
line-height: 1.1rem;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
.small-size.important {
|
|
85
|
-
font-size: 0.9rem !important;
|
|
86
|
-
line-height: 1.2rem !important;
|
|
87
|
-
}
|
|
88
|
-
@media (max-width: 540px) {
|
|
89
|
-
.small-size.important {
|
|
90
|
-
font-size: 0.8rem !important;
|
|
91
|
-
line-height: 1.1rem !important;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.blockquote-size, div.embedded-foreground :global(blockquote) :global(p) {
|
|
96
|
-
font-size: 1.6rem;
|
|
97
|
-
line-height: 2.1rem;
|
|
98
|
-
}
|
|
99
|
-
@media (max-width: 540px) {
|
|
100
|
-
.blockquote-size, div.embedded-foreground :global(blockquote) :global(p) {
|
|
101
|
-
font-size: 1.3rem;
|
|
102
|
-
line-height: 1.9rem;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
.blockquote-size.important, div.embedded-foreground :global(blockquote) :global(p.important) {
|
|
106
|
-
font-size: 1.6rem !important;
|
|
107
|
-
line-height: 2rem !important;
|
|
108
|
-
}
|
|
109
|
-
@media (max-width: 540px) {
|
|
110
|
-
.blockquote-size.important, div.embedded-foreground :global(blockquote) :global(p.important) {
|
|
111
|
-
font-size: 1.3rem !important;
|
|
112
|
-
line-height: 1.8rem !important;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
div.embedded-foreground :global(h2),
|
|
117
|
-
div.embedded-foreground :global(h3),
|
|
118
|
-
div.embedded-foreground :global(h4),
|
|
119
|
-
div.embedded-foreground :global(h5),
|
|
120
|
-
div.embedded-foreground :global(h6),
|
|
121
|
-
div.embedded-foreground :global(p),
|
|
122
|
-
div.embedded-foreground :global(li),
|
|
123
|
-
div.embedded-foreground :global(blockquote) {
|
|
124
|
-
color: var(--theme-colour-text-primary, #404040);
|
|
125
|
-
}
|
|
126
|
-
div.embedded-foreground :global(p),
|
|
127
|
-
div.embedded-foreground :global(ul) :global(li),
|
|
128
|
-
div.embedded-foreground :global(ul) :global(li) :global(p),
|
|
129
|
-
div.embedded-foreground :global(ol) :global(li),
|
|
130
|
-
div.embedded-foreground :global(ol) :global(li) :global(p) {
|
|
131
|
-
-webkit-font-smoothing: antialiased;
|
|
132
|
-
font-family: var(--theme-font-family-body, var(--theme-font-family-serif, "freight-book", serif));
|
|
133
|
-
color: var(--theme-colour-text-primary, #404040);
|
|
134
|
-
}
|
|
135
|
-
div.embedded-foreground :global(p) :global(a),
|
|
136
|
-
div.embedded-foreground :global(ul) :global(li) :global(a),
|
|
137
|
-
div.embedded-foreground :global(ul) :global(li) :global(p) :global(a),
|
|
138
|
-
div.embedded-foreground :global(ol) :global(li) :global(a),
|
|
139
|
-
div.embedded-foreground :global(ol) :global(li) :global(p) :global(a) {
|
|
140
|
-
color: currentColor;
|
|
141
|
-
background-size: 1px 1px;
|
|
142
|
-
background-image: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 1 1" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="2" y2="2" style="stroke: currentColor; opacity: 0.8;" /></svg>');
|
|
143
|
-
background-position: 0 1.3rem;
|
|
144
|
-
background-repeat: repeat-x;
|
|
145
|
-
text-decoration: none;
|
|
146
|
-
text-shadow: 1px 1px var(--theme-colour-background, #ffffff), 1px -1px var(--theme-colour-background, #ffffff), -1px 1px var(--theme-colour-background, #ffffff), -1px -1px var(--theme-colour-background, #ffffff);
|
|
147
|
-
}
|
|
148
|
-
@media (max-width: 540px) {
|
|
149
|
-
div.embedded-foreground :global(p) :global(a),
|
|
150
|
-
div.embedded-foreground :global(ul) :global(li) :global(a),
|
|
151
|
-
div.embedded-foreground :global(ul) :global(li) :global(p) :global(a),
|
|
152
|
-
div.embedded-foreground :global(ol) :global(li) :global(a),
|
|
153
|
-
div.embedded-foreground :global(ol) :global(li) :global(p) :global(a) {
|
|
154
|
-
background-position: 0 1.1rem;
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
div.embedded-foreground :global(p) :global(a:hover),
|
|
158
|
-
div.embedded-foreground :global(ul) :global(li) :global(a:hover),
|
|
159
|
-
div.embedded-foreground :global(ul) :global(li) :global(p) :global(a:hover),
|
|
160
|
-
div.embedded-foreground :global(ol) :global(li) :global(a:hover),
|
|
161
|
-
div.embedded-foreground :global(ol) :global(li) :global(p) :global(a:hover) {
|
|
162
|
-
text-decoration: none;
|
|
163
|
-
}
|
|
164
|
-
div.embedded-foreground :global(h2) {
|
|
165
|
-
margin: 4rem 0 2rem;
|
|
166
|
-
text-align: center;
|
|
167
|
-
font-weight: 600;
|
|
168
|
-
}
|
|
169
|
-
div.embedded-foreground :global(h2::after) {
|
|
170
|
-
display: block;
|
|
171
|
-
content: "";
|
|
172
|
-
background: var(--theme-colour-text-secondary, #666666);
|
|
173
|
-
height: 3px;
|
|
174
|
-
width: 100px;
|
|
175
|
-
margin: 10px auto 2rem;
|
|
176
|
-
}
|
|
177
|
-
div.embedded-foreground :global(ul) {
|
|
178
|
-
padding-left: 1.75rem;
|
|
179
|
-
list-style-type: square;
|
|
180
|
-
}
|
|
181
|
-
div.embedded-foreground :global(p) + :global(ul) {
|
|
182
|
-
margin-top: -0.75rem;
|
|
183
|
-
}
|
|
184
|
-
div.embedded-foreground :global(blockquote) {
|
|
185
|
-
margin: 30px 0;
|
|
186
|
-
border-left: 2px solid var(--theme-colour-text-secondary, #666666);
|
|
187
|
-
padding-left: 15px;
|
|
188
|
-
}
|
|
189
|
-
div.embedded-foreground :global(blockquote) :global(p) {
|
|
190
|
-
font-family: var(--theme-font-family-body, var(--theme-font-family-serif, "freight-book", serif));
|
|
191
|
-
}
|
|
192
|
-
div.embedded-foreground :global(blockquote) :global(blockquote) {
|
|
193
|
-
border: 0;
|
|
194
|
-
padding: 0;
|
|
195
|
-
margin: -5px 0 0;
|
|
196
|
-
}
|
|
197
|
-
div.embedded-foreground :global(blockquote) :global(blockquote) :global(p) {
|
|
198
|
-
font-family: var(--theme-font-family-body, var(--theme-font-family-serif, "freight-book", serif));
|
|
199
|
-
color: var(--theme-colour-text-primary, #404040);
|
|
200
|
-
font-size: 1rem;
|
|
201
|
-
}
|
|
202
|
-
@media (max-width: 540px) {
|
|
203
|
-
div.embedded-foreground :global(blockquote) :global(blockquote) :global(p) {
|
|
204
|
-
font-size: 0.9rem;
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
div.embedded-foreground :global(blockquote) :global(blockquote) :global(blockquote) {
|
|
208
|
-
display: none;
|
|
209
|
-
}
|
|
210
|
-
div.embedded-foreground :global(.font-sans) {
|
|
211
|
-
font-family: var(--theme-font-family-sans-serif, var(--theme-font-family-sans-serif, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif)) !important;
|
|
212
|
-
}
|
|
213
|
-
div.embedded-foreground :global(p:last-child) {
|
|
37
|
+
<style>div.embedded-foreground :global(p:last-child) {
|
|
214
38
|
margin-bottom: 0;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.visually-hidden {
|
|
218
|
-
position: absolute !important;
|
|
219
|
-
width: 1px !important;
|
|
220
|
-
height: 1px !important;
|
|
221
|
-
padding: 0 !important;
|
|
222
|
-
margin: -1px !important;
|
|
223
|
-
overflow: hidden !important;
|
|
224
|
-
clip: rect(0, 0, 0, 0) !important;
|
|
225
|
-
-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
|
|
226
|
-
clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
|
|
227
|
-
white-space: nowrap !important;
|
|
228
|
-
border: 0 !important;
|
|
229
39
|
}</style>
|
|
@@ -3,7 +3,10 @@ import { marked } from 'marked';
|
|
|
3
3
|
</script>
|
|
4
4
|
|
|
5
5
|
{#each steps as step, i}
|
|
6
|
-
<div
|
|
6
|
+
<div
|
|
7
|
+
class="step-foreground-container step-{i +
|
|
8
|
+
1} mb-20 h-screen flex items-center justify-center"
|
|
9
|
+
>
|
|
7
10
|
{#if step.foreground === '' || !step.foreground}
|
|
8
11
|
<!-- Empty foreground -->
|
|
9
12
|
<div class="empty-step-foreground"></div>
|
|
@@ -13,7 +16,7 @@ import { marked } from 'marked';
|
|
|
13
16
|
</div>
|
|
14
17
|
{/if}
|
|
15
18
|
{:else}
|
|
16
|
-
<div class="step-foreground">
|
|
19
|
+
<div class="step-foreground w-full">
|
|
17
20
|
{#if typeof step.foreground === 'string'}
|
|
18
21
|
{@html marked.parse(step.foreground)}
|
|
19
22
|
{:else}
|
|
@@ -32,114 +35,18 @@ import { marked } from 'marked';
|
|
|
32
35
|
</div>
|
|
33
36
|
{/each}
|
|
34
37
|
|
|
35
|
-
<style
|
|
36
|
-
font-size: 1.3rem;
|
|
37
|
-
line-height: 2.1rem;
|
|
38
|
-
}
|
|
39
|
-
.paragraph-size.font-sans {
|
|
40
|
-
font-size: 1.1rem;
|
|
41
|
-
line-height: 1.75rem;
|
|
42
|
-
}
|
|
43
|
-
@media (max-width: 540px) {
|
|
44
|
-
.paragraph-size {
|
|
45
|
-
font-size: 1.1rem;
|
|
46
|
-
line-height: 1.8rem;
|
|
47
|
-
}
|
|
48
|
-
.paragraph-size.font-sans {
|
|
49
|
-
font-size: 1rem;
|
|
50
|
-
line-height: 1.6rem;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
.paragraph-size.important {
|
|
54
|
-
font-size: 1.3rem !important;
|
|
55
|
-
line-height: 2.1rem !important;
|
|
56
|
-
}
|
|
57
|
-
.paragraph-size.important.font-sans {
|
|
58
|
-
font-size: 1.1rem !important;
|
|
59
|
-
line-height: 1.8rem !important;
|
|
60
|
-
}
|
|
61
|
-
@media (max-width: 540px) {
|
|
62
|
-
.paragraph-size.important {
|
|
63
|
-
font-size: 1.1rem !important;
|
|
64
|
-
line-height: 1.8rem !important;
|
|
65
|
-
}
|
|
66
|
-
.paragraph-size.important.font-sans {
|
|
67
|
-
font-size: 1rem !important;
|
|
68
|
-
line-height: 1.6rem !important;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.small-size {
|
|
73
|
-
font-size: 0.9rem;
|
|
74
|
-
line-height: 1.2rem;
|
|
75
|
-
}
|
|
76
|
-
@media (max-width: 540px) {
|
|
77
|
-
.small-size {
|
|
78
|
-
font-size: 0.8rem;
|
|
79
|
-
line-height: 1.1rem;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
.small-size.important {
|
|
83
|
-
font-size: 0.9rem !important;
|
|
84
|
-
line-height: 1.2rem !important;
|
|
85
|
-
}
|
|
86
|
-
@media (max-width: 540px) {
|
|
87
|
-
.small-size.important {
|
|
88
|
-
font-size: 0.8rem !important;
|
|
89
|
-
line-height: 1.1rem !important;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.blockquote-size {
|
|
94
|
-
font-size: 1.6rem;
|
|
95
|
-
line-height: 2.1rem;
|
|
96
|
-
}
|
|
97
|
-
@media (max-width: 540px) {
|
|
98
|
-
.blockquote-size {
|
|
99
|
-
font-size: 1.3rem;
|
|
100
|
-
line-height: 1.9rem;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
.blockquote-size.important {
|
|
104
|
-
font-size: 1.6rem !important;
|
|
105
|
-
line-height: 2rem !important;
|
|
106
|
-
}
|
|
107
|
-
@media (max-width: 540px) {
|
|
108
|
-
.blockquote-size.important {
|
|
109
|
-
font-size: 1.3rem !important;
|
|
110
|
-
line-height: 1.8rem !important;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
div.step-foreground-container {
|
|
115
|
-
height: 100vh;
|
|
38
|
+
<style>div.step-foreground-container {
|
|
116
39
|
width: initial;
|
|
117
40
|
max-width: initial;
|
|
118
|
-
display: flex;
|
|
119
|
-
align-items: center;
|
|
120
|
-
justify-content: center;
|
|
121
|
-
margin-bottom: 5rem;
|
|
122
41
|
}
|
|
123
42
|
div.step-foreground-container .step-foreground {
|
|
124
43
|
max-width: 550px;
|
|
125
|
-
width: 100%;
|
|
126
44
|
padding: 1.2rem 30px;
|
|
127
45
|
background: rgba(255, 255, 255, 0.8);
|
|
128
46
|
}
|
|
129
47
|
div.step-foreground-container .step-foreground :global(p:last-child) {
|
|
130
48
|
margin-bottom: 0;
|
|
131
49
|
}
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
position: absolute !important;
|
|
135
|
-
width: 1px !important;
|
|
136
|
-
height: 1px !important;
|
|
137
|
-
padding: 0 !important;
|
|
138
|
-
margin: -1px !important;
|
|
139
|
-
overflow: hidden !important;
|
|
140
|
-
clip: rect(0, 0, 0, 0) !important;
|
|
141
|
-
-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
|
|
142
|
-
clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
|
|
143
|
-
white-space: nowrap !important;
|
|
144
|
-
border: 0 !important;
|
|
50
|
+
div.step-foreground-container .step-foreground :global(*:first-child) {
|
|
51
|
+
margin-top: 0;
|
|
145
52
|
}</style>
|
|
@@ -84,11 +84,11 @@ let progress;
|
|
|
84
84
|
</script>
|
|
85
85
|
|
|
86
86
|
{#if !embedded}
|
|
87
|
-
<Block width="fluid"
|
|
87
|
+
<Block width="fluid" class="scroller-container" id="{id}">
|
|
88
88
|
<SvelteScroller
|
|
89
|
-
bind:index
|
|
90
|
-
bind:offset
|
|
91
|
-
bind:progress
|
|
89
|
+
bind:index="{index}"
|
|
90
|
+
bind:offset="{offset}"
|
|
91
|
+
bind:progress="{progress}"
|
|
92
92
|
threshold="{threshold}"
|
|
93
93
|
top="{top}"
|
|
94
94
|
bottom="{bottom}"
|
|
@@ -97,15 +97,16 @@ let progress;
|
|
|
97
97
|
>
|
|
98
98
|
<div
|
|
99
99
|
slot="background"
|
|
100
|
-
class="background"
|
|
100
|
+
class="background min-h-screen relative p-0 flex justify-center"
|
|
101
101
|
class:right="{foregroundPosition === 'left opposite'}"
|
|
102
102
|
class:left="{foregroundPosition === 'right opposite'}"
|
|
103
103
|
aria-hidden="true"
|
|
104
104
|
>
|
|
105
|
-
<div class="scroller-graphic-well">
|
|
105
|
+
<div class="scroller-graphic-well w-full">
|
|
106
106
|
<Block
|
|
107
107
|
width="{backgroundWidth}"
|
|
108
|
-
|
|
108
|
+
class="background-container step-{index +
|
|
109
|
+
1} my-0 min-h-screen flex justify-center items-center relative"
|
|
109
110
|
>
|
|
110
111
|
<Background
|
|
111
112
|
index="{index}"
|
|
@@ -117,13 +118,13 @@ let progress;
|
|
|
117
118
|
</div>
|
|
118
119
|
</div>
|
|
119
120
|
|
|
120
|
-
<div slot="foreground" class="foreground {foregroundPosition}">
|
|
121
|
+
<div slot="foreground" class="foreground {foregroundPosition} w-full">
|
|
121
122
|
<Foreground steps="{steps}" />
|
|
122
123
|
</div>
|
|
123
124
|
</SvelteScroller>
|
|
124
125
|
</Block>
|
|
125
126
|
{:else}
|
|
126
|
-
<Block width="widest"
|
|
127
|
+
<Block width="widest" class="scroller-container embedded" id="{id}">
|
|
127
128
|
<Embedded
|
|
128
129
|
steps="{steps}"
|
|
129
130
|
embeddedLayout="{embeddedLayout}"
|
|
@@ -132,24 +133,7 @@ let progress;
|
|
|
132
133
|
</Block>
|
|
133
134
|
{/if}
|
|
134
135
|
|
|
135
|
-
<style
|
|
136
|
-
width: calc(100% + 30px);
|
|
137
|
-
margin-left: -15px;
|
|
138
|
-
max-width: initial;
|
|
139
|
-
}
|
|
140
|
-
.scroller-container.embedded {
|
|
141
|
-
width: 100%;
|
|
142
|
-
padding: 0 15px;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
div.background {
|
|
146
|
-
min-height: 100vh;
|
|
147
|
-
position: relative;
|
|
148
|
-
padding: 0;
|
|
149
|
-
display: flex;
|
|
150
|
-
justify-content: center;
|
|
151
|
-
}
|
|
152
|
-
div.background.left {
|
|
136
|
+
<style>div.background.left {
|
|
153
137
|
width: 50%;
|
|
154
138
|
float: left;
|
|
155
139
|
}
|
|
@@ -173,24 +157,8 @@ div.background.right {
|
|
|
173
157
|
}
|
|
174
158
|
div.background div.scroller-graphic-well {
|
|
175
159
|
padding: 0 15px;
|
|
176
|
-
width: 100%;
|
|
177
|
-
}
|
|
178
|
-
div.background div.scroller-graphic-well :global(div.background-container) {
|
|
179
|
-
margin-top: 0;
|
|
180
|
-
margin-bottom: 0;
|
|
181
|
-
min-height: 100vh;
|
|
182
|
-
display: flex;
|
|
183
|
-
justify-content: center;
|
|
184
|
-
align-items: center;
|
|
185
|
-
position: relative;
|
|
186
|
-
}
|
|
187
|
-
div.background div.scroller-graphic-well :global(div.background-container.fluid) {
|
|
188
|
-
margin: 0 0 0 -15px;
|
|
189
160
|
}
|
|
190
161
|
|
|
191
|
-
div.foreground {
|
|
192
|
-
width: 100%;
|
|
193
|
-
}
|
|
194
162
|
div.foreground.right {
|
|
195
163
|
width: 50%;
|
|
196
164
|
float: right;
|
|
@@ -32,7 +32,12 @@ function clear() {
|
|
|
32
32
|
on:input="{input}"
|
|
33
33
|
bind:value="{value}"
|
|
34
34
|
/>
|
|
35
|
-
<div
|
|
35
|
+
<div
|
|
36
|
+
class="search--x"
|
|
37
|
+
class:invisible="{!active}"
|
|
38
|
+
on:click="{clear}"
|
|
39
|
+
on:keyup="{clear}"
|
|
40
|
+
>
|
|
36
41
|
<X />
|
|
37
42
|
</div>
|
|
38
43
|
</div>
|
|
@@ -50,15 +55,15 @@ function clear() {
|
|
|
50
55
|
top: 0.15rem;
|
|
51
56
|
width: 1.5rem;
|
|
52
57
|
height: 1.5rem;
|
|
53
|
-
fill: var(--theme-colour-brand-rules
|
|
58
|
+
fill: var(--theme-colour-brand-rules);
|
|
54
59
|
}
|
|
55
60
|
.search .search--input {
|
|
56
|
-
font-family: var(--theme-font-family-
|
|
57
|
-
color: var(--theme-colour-text-primary
|
|
61
|
+
font-family: var(--theme-font-family-sans-serif);
|
|
62
|
+
color: var(--theme-colour-text-primary);
|
|
58
63
|
padding: 0 0 0 2rem;
|
|
59
64
|
font-size: 0.8rem;
|
|
60
65
|
height: 33px;
|
|
61
|
-
border: 1px solid var(--theme-colour-brand-rules
|
|
66
|
+
border: 1px solid var(--theme-colour-brand-rules);
|
|
62
67
|
background: transparent;
|
|
63
68
|
border-radius: 6px;
|
|
64
69
|
width: 100%;
|
|
@@ -69,7 +74,7 @@ function clear() {
|
|
|
69
74
|
top: 0.15rem;
|
|
70
75
|
width: 1.5rem;
|
|
71
76
|
height: 1.5rem;
|
|
72
|
-
fill: var(--theme-colour-text-primary
|
|
77
|
+
fill: var(--theme-colour-text-primary);
|
|
73
78
|
cursor: pointer;
|
|
74
79
|
}
|
|
75
80
|
.search .search--x.invisible {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
vertical-align: middle;
|
|
24
24
|
}
|
|
25
25
|
svg path {
|
|
26
|
-
fill: var(--theme-colour-text-secondary
|
|
26
|
+
fill: var(--theme-colour-text-secondary);
|
|
27
27
|
}
|
|
28
28
|
svg rect {
|
|
29
|
-
fill: var(--theme-colour-background
|
|
29
|
+
fill: var(--theme-colour-background);
|
|
30
30
|
}</style>
|
|
@@ -18,7 +18,8 @@ export let dateColour = 'var(--theme-colour-accent, red)';
|
|
|
18
18
|
* Set a class to target with SCSS.
|
|
19
19
|
* @type {string}
|
|
20
20
|
*/
|
|
21
|
-
|
|
21
|
+
let cls = '';
|
|
22
|
+
export { cls as class };
|
|
22
23
|
/**
|
|
23
24
|
* Set an ID to target with SCSS.
|
|
24
25
|
* @type {string}
|
|
@@ -30,11 +31,14 @@ import { faLink } from '@fortawesome/free-solid-svg-icons';
|
|
|
30
31
|
import { marked } from 'marked';
|
|
31
32
|
</script>
|
|
32
33
|
|
|
33
|
-
<Block width="normal" id="{id}"
|
|
34
|
-
<div
|
|
34
|
+
<Block width="normal" id="{id}" class="simple-timeline-container {cls}">
|
|
35
|
+
<div
|
|
36
|
+
class="timeline mt-8 pl-2 pr-3.5"
|
|
37
|
+
style="--symbol-colour:{symbolColour};"
|
|
38
|
+
>
|
|
35
39
|
{#each dates as date}
|
|
36
|
-
<div class="date">
|
|
37
|
-
<svg height="25" width="20">
|
|
40
|
+
<div class="date relative m-0 pl-5 pb-4">
|
|
41
|
+
<svg class="absolute bg" height="25" width="20">
|
|
38
42
|
<circle
|
|
39
43
|
cx="10"
|
|
40
44
|
cy="12"
|
|
@@ -43,17 +47,29 @@ import { marked } from 'marked';
|
|
|
43
47
|
stroke-width="2"
|
|
44
48
|
fill="transparent"></circle>
|
|
45
49
|
</svg>
|
|
46
|
-
<
|
|
50
|
+
<div
|
|
51
|
+
class="timeline-date font-subhed font-bold mt-0 text-sm fmb-1"
|
|
52
|
+
style:color="{dateColour}"
|
|
53
|
+
>
|
|
54
|
+
{date.date}
|
|
55
|
+
</div>
|
|
47
56
|
{#each date.events as event}
|
|
48
57
|
<div class="event pb-2">
|
|
49
58
|
{#if event.titleLink}
|
|
50
59
|
<a href="{event.titleLink}" target="_blank">
|
|
51
|
-
<
|
|
52
|
-
|
|
53
|
-
|
|
60
|
+
<div
|
|
61
|
+
class="title font-subhed text-base font-bold text-primary leading-tighter fmb-1"
|
|
62
|
+
>
|
|
63
|
+
{event.title}
|
|
64
|
+
<span class="text-sm"><Fa fw icon="{faLink}" /></span>
|
|
65
|
+
</div>
|
|
54
66
|
</a>
|
|
55
67
|
{:else}
|
|
56
|
-
<
|
|
68
|
+
<div
|
|
69
|
+
class="title font-subhed text-base font-bold text-primary leading-tighter fmb-1"
|
|
70
|
+
>
|
|
71
|
+
{event.title}
|
|
72
|
+
</div>
|
|
57
73
|
{/if}
|
|
58
74
|
{#if event.context}
|
|
59
75
|
{@html marked(event.context)}
|
|
@@ -65,62 +81,36 @@ import { marked } from 'marked';
|
|
|
65
81
|
</div>
|
|
66
82
|
</Block>
|
|
67
83
|
|
|
68
|
-
<style>.timeline {
|
|
69
|
-
margin-
|
|
70
|
-
padding-left: 8px;
|
|
71
|
-
padding-right: 15px;
|
|
84
|
+
<style>.timeline div.event :global(p) {
|
|
85
|
+
margin-bottom: clamp(0.56rem, 0.52rem + 0.21vw, 0.69rem);
|
|
72
86
|
}
|
|
87
|
+
|
|
73
88
|
.timeline .date {
|
|
74
89
|
border-left: 1px solid var(--symbol-colour);
|
|
75
|
-
padding-left: 20px;
|
|
76
|
-
padding-bottom: 1rem;
|
|
77
|
-
position: relative;
|
|
78
|
-
margin: 0;
|
|
79
|
-
display: block;
|
|
80
90
|
}
|
|
81
91
|
.timeline .date:last-child {
|
|
82
|
-
border-left: 1px solid var(--theme-colour-background
|
|
83
|
-
}
|
|
84
|
-
.timeline .date h5 {
|
|
85
|
-
font-size: 0.95rem;
|
|
86
|
-
margin-top: 0px;
|
|
92
|
+
border-left: 1px solid var(--theme-colour-background);
|
|
87
93
|
}
|
|
88
94
|
.timeline svg {
|
|
89
|
-
background-color: var(--theme-colour-background, #fff);
|
|
90
|
-
position: absolute;
|
|
91
95
|
top: -1px;
|
|
92
96
|
left: -10px;
|
|
93
97
|
}
|
|
94
|
-
.timeline div.event h6 {
|
|
95
|
-
margin: 0;
|
|
96
|
-
font-size: 1.2rem;
|
|
97
|
-
color: var(--theme-colour-text-primary, #666);
|
|
98
|
-
}
|
|
99
98
|
.timeline div.event a {
|
|
100
|
-
color: var(--theme-colour-text-primary, #666);
|
|
101
99
|
text-decoration: none;
|
|
102
100
|
}
|
|
103
101
|
.timeline div.event a:hover {
|
|
104
102
|
text-decoration: underline;
|
|
105
103
|
}
|
|
106
|
-
.timeline div.event a
|
|
104
|
+
.timeline div.event a div.title span {
|
|
107
105
|
opacity: 0.5;
|
|
108
|
-
font-size: 1rem;
|
|
109
106
|
}
|
|
110
|
-
.timeline div.event a
|
|
107
|
+
.timeline div.event a div.title:hover span {
|
|
111
108
|
opacity: 0.8;
|
|
112
109
|
}
|
|
113
110
|
.timeline div.event :global(p) {
|
|
114
|
-
|
|
115
|
-
margin-bottom: 0.7rem;
|
|
116
|
-
font-size: 1rem;
|
|
111
|
+
line-height: 1.5;
|
|
117
112
|
font-weight: 300;
|
|
118
|
-
|
|
119
|
-
font-family: var(--theme-font-family-
|
|
120
|
-
|
|
121
|
-
.timeline div.event :global(p):last-of-type {
|
|
122
|
-
margin-bottom: 0;
|
|
123
|
-
}
|
|
124
|
-
.timeline div.event :global(a) {
|
|
125
|
-
color: var(--theme-colour-text-primary, #666);
|
|
113
|
+
font-size: var(--theme-font-size-sm);
|
|
114
|
+
font-family: var(--theme-font-family-note);
|
|
115
|
+
color: var(--theme-colour-text-primary);
|
|
126
116
|
}</style>
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.company {
|
|
82
|
-
border-top: 1px solid var(--nav-rules
|
|
82
|
+
border-top: 1px solid var(--nav-rules);
|
|
83
83
|
}
|
|
84
84
|
.company .content-container {
|
|
85
85
|
padding-left: 2.2222222222vw;
|
|
@@ -122,12 +122,12 @@
|
|
|
122
122
|
}
|
|
123
123
|
.links .symbol .button {
|
|
124
124
|
border-radius: 8px;
|
|
125
|
-
border: 1px solid var(--nav-rules
|
|
125
|
+
border: 1px solid var(--nav-rules);
|
|
126
126
|
background: var(--nav-background, #fff);
|
|
127
127
|
color: var(--nav-primary, #666);
|
|
128
128
|
}
|
|
129
129
|
.links .symbol .button:hover {
|
|
130
|
-
border: 1px solid var(--nav-primary
|
|
130
|
+
border: 1px solid var(--nav-primary);
|
|
131
131
|
}
|
|
132
132
|
.links .social {
|
|
133
133
|
width: 40px;
|
|
@@ -155,7 +155,7 @@ section.company h2 {
|
|
|
155
155
|
margin-bottom: 12px;
|
|
156
156
|
line-height: 1.333;
|
|
157
157
|
font-size: 16px;
|
|
158
|
-
color: var(--nav-primary
|
|
158
|
+
color: var(--nav-primary);
|
|
159
159
|
font-weight: 400;
|
|
160
160
|
-webkit-font-smoothing: antialiased;
|
|
161
161
|
}
|
|
@@ -165,9 +165,9 @@ section.company h2 {
|
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
section.company p {
|
|
168
|
-
font-family:
|
|
168
|
+
font-family: var(--theme-font-family-sans-serif);
|
|
169
169
|
line-height: 1.43;
|
|
170
170
|
font-size: 14px;
|
|
171
|
-
color: var(--nav-primary
|
|
171
|
+
color: var(--nav-primary);
|
|
172
172
|
font-weight: 400;
|
|
173
173
|
}</style>
|