@openeventkit/event-site 2.0.28 → 2.0.29
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 +1,17 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"widgets": {
|
|
3
|
+
"chat": {
|
|
4
|
+
"showQA": false,
|
|
5
|
+
"showHelp": false,
|
|
6
|
+
"defaultScope": "page"
|
|
7
|
+
},
|
|
8
|
+
"schedule": {
|
|
9
|
+
"allowClick": true
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"favicons": {
|
|
13
|
+
"favicon180": "/img/favicon.png",
|
|
14
|
+
"favicon32": "/img/favicon.png",
|
|
15
|
+
"favicon16": "/img/favicon.png"
|
|
16
|
+
}
|
|
17
|
+
}
|
package/src/styles/bulma.scss
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
@charset "utf-8";
|
|
2
2
|
@import "bulma/sass/utilities/_all.sass";
|
|
3
3
|
@import 'colors.scss';
|
|
4
|
+
@import "fonts";
|
|
4
5
|
|
|
5
6
|
$footer-background-color: var(--color-primary) !important;
|
|
6
7
|
$footer-color: var(--color-text-light) !important;
|
|
7
8
|
$footer-padding: 2rem !important;
|
|
8
9
|
|
|
9
|
-
$font-family-base:
|
|
10
|
-
$family-sans-serif:
|
|
10
|
+
$font-family-base: var(--font_family);
|
|
11
|
+
$family-sans-serif: var(--font_family);
|
|
11
12
|
|
|
12
13
|
@import "bulma/sass/base/_all.sass";
|
|
13
14
|
@import "bulma/sass/components/modal.sass";
|
package/src/styles/fonts.scss
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@import "./fonts";
|
|
2
2
|
@import "colors";
|
|
3
|
+
@import "fonts";
|
|
3
4
|
|
|
4
5
|
%button-big {
|
|
5
6
|
border-radius: 4px;
|
|
@@ -205,4 +206,11 @@
|
|
|
205
206
|
padding: 0;
|
|
206
207
|
height: 100%;
|
|
207
208
|
@extend %body_theme
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
%body_fonts{
|
|
212
|
+
font-family: var(--font_family) !important;
|
|
213
|
+
h1, h2, h3, h4, h5, p, b, span, div, a {
|
|
214
|
+
font-family: var(--font_family) !important;
|
|
215
|
+
}
|
|
208
216
|
}
|
package/src/styles/style.scss
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"id":228,"created":1691602669,"last_edited":1691602669,"order":1,"summit_id":49,"is_published":false,"side_image":null,"header_image":null,"header_image_mobile":null,"carousel_advertise_image":null,"marquee":"","intro":"","external_link":"","video_link":"","chat_link":"","featured_event_id":0,"header_image_alt_text":"","side_image_alt_text":"","header_image_mobile_alt_text":"","carousel_advertise_image_alt_text":"","show_logo_in_event_page":true,"members":[90654],"company":{"id":3,"created":1580138376,"last_edited":1580138376,"name":"Tipit , LLC","url":null,"display_on_site":false,"featured":false,"city":null,"state":null,"country":null,"description":null,"industry":null,"contributions":null,"contact_email":null,"member_level":"None","admin_email":null,"overview":null,"products":null,"commitment":null,"commitment_author":null,"logo":null,"big_logo":null,"color":"#f0f0ee","sponsorships":[],"project_sponsorships":[]},"sponsorship":{"id":2048,"widget_title":"","lobby_template":null,"expo_hall_template":null,"sponsor_page_template":null,"event_page_template":null,"sponsor_page_use_disqus_widget":false,"sponsor_page_use_live_event_widget":false,"sponsor_page_use_schedule_widget":false,"sponsor_page_use_banner_widget":false,"badge_image":null,"badge_image_alt_text":"","summit_id":49,"order":1,"should_display_on_expo_hall_page":false,"should_display_on_lobby_page":false,"type":{"id":3,"created":1579890943,"last_edited":1579890943,"name":"Gold","label":"not sure??","order":3,"size":"Medium"}},"ads":[],"materials":[],"social_networks":[]}]
|