@everymatrix/lottery-game-page 0.0.5 → 0.0.8
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/cjs/helper-accordion_13.cjs.entry.js +23492 -0
- package/dist/cjs/helper-pagination.cjs.entry.js +188 -0
- package/dist/cjs/index-81cb3b3b.js +1277 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/loader.cjs.js +21 -0
- package/dist/cjs/lottery-game-page.cjs.js +19 -0
- package/dist/collection/collection-manifest.json +86 -0
- package/dist/collection/components/lottery-game-page/lottery-game-page.css +305 -0
- package/dist/collection/components/lottery-game-page/lottery-game-page.js +496 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/utils/locale.utils.js +50 -0
- package/dist/collection/utils/utils.js +12 -0
- package/dist/components/assets/chrono_desktop.png +0 -0
- package/dist/components/assets/chrono_lottery_mobile.png +0 -0
- package/dist/components/helper-accordion.js +6 -0
- package/dist/components/helper-accordion2.js +110 -0
- package/dist/components/helper-filters.js +6 -0
- package/dist/components/helper-filters2.js +22347 -0
- package/dist/components/helper-modal.js +6 -0
- package/dist/components/helper-modal2.js +58 -0
- package/dist/components/helper-pagination.js +215 -0
- package/dist/components/helper-tab.js +6 -0
- package/dist/components/helper-tab2.js +47 -0
- package/dist/components/helper-tabs.js +6 -0
- package/dist/components/helper-tabs2.js +62 -0
- package/dist/components/index.d.ts +22 -0
- package/dist/components/index.js +15 -0
- package/dist/components/lottery-bullet.js +6 -0
- package/dist/components/lottery-bullet2.js +56 -0
- package/dist/components/lottery-draw-results-history.js +6 -0
- package/dist/components/lottery-draw-results-history2.js +174 -0
- package/dist/components/lottery-draw-results.js +6 -0
- package/dist/components/lottery-draw-results2.js +217 -0
- package/dist/components/lottery-game-details.js +6 -0
- package/dist/components/lottery-game-details2.js +48 -0
- package/dist/components/lottery-game-page.d.ts +11 -0
- package/dist/components/lottery-game-page.js +407 -0
- package/dist/components/lottery-grid.js +6 -0
- package/dist/components/lottery-grid2.js +196 -0
- package/dist/components/lottery-ticket-controller.js +6 -0
- package/dist/components/lottery-ticket-controller2.js +117 -0
- package/dist/components/lottery-ticket.js +6 -0
- package/dist/components/lottery-ticket2.js +183 -0
- package/dist/esm/helper-accordion_13.entry.js +23476 -0
- package/dist/esm/helper-pagination.entry.js +184 -0
- package/dist/esm/index-be84da79.js +1250 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/loader.js +17 -0
- package/dist/esm/lottery-game-page.js +17 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/lottery-game-page/index.esm.js +0 -0
- package/dist/lottery-game-page/lottery-game-page.esm.js +1 -0
- package/dist/lottery-game-page/p-08581ede.entry.js +1 -0
- package/dist/lottery-game-page/p-49bd2864.entry.js +2849 -0
- package/dist/lottery-game-page/p-91420518.js +2 -0
- package/dist/stencil.config.js +29 -0
- package/dist/types/Users/user/workspace/everymatrix/widgets-stencil/packages/lottery-game-page/.stencil/packages/lottery-game-page/stencil.config.d.ts +2 -0
- package/dist/types/components/lottery-game-page/lottery-game-page.d.ts +74 -0
- package/dist/types/components.d.ts +93 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +1565 -0
- package/dist/types/utils/locale.utils.d.ts +1 -0
- package/dist/types/utils/utils.d.ts +7 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +12 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +10 -0
- package/package.json +2 -2
- package/LICENSE +0 -21
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-81cb3b3b.js');
|
|
6
|
+
|
|
7
|
+
/*
|
|
8
|
+
Stencil Client Patch Esm v2.17.0 | MIT Licensed | https://stenciljs.com
|
|
9
|
+
*/
|
|
10
|
+
const patchEsm = () => {
|
|
11
|
+
return index.promiseResolve();
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
const defineCustomElements = (win, options) => {
|
|
15
|
+
if (typeof window === 'undefined') return Promise.resolve();
|
|
16
|
+
return patchEsm().then(() => {
|
|
17
|
+
return index.bootstrapLazy([["helper-pagination.cjs",[[1,"helper-pagination",{"firstPage":[1540,"first-page"],"previousPage":[1540,"previous-page"],"offset":[1538],"limit":[1538],"total":[1538],"language":[1],"offsetInt":[32],"lastPage":[32],"limitInt":[32],"totalInt":[32],"pagesArray":[32],"endInt":[32]}]]],["helper-accordion_13.cjs",[[1,"lottery-game-page",{"endpoint":[1],"gameId":[1,"game-id"],"playerId":[2,"player-id"],"sessionId":[1,"session-id"],"language":[1],"autoPick":[4,"auto-pick"],"resetButton":[4,"reset-button"],"tickets":[32],"tabIndex":[32],"hasErrors":[32],"totalAmount":[32],"successVisible":[32],"deleteVisible":[32],"deleteEventData":[32],"daysRemaining":[32],"hoursRemaining":[32],"minutesRemaining":[32],"secondsRemaining":[32],"latestDraw":[32],"totalWinningsAmount":[32],"nextDate":[32]},[[0,"ticketCompleted","gridFilledHandler"],[0,"gridDirty","gridDirtyHandler"],[0,"deleteTicket","deleteTicketHandler"],[0,"modalCloseEvent","modalCloseEvent"],[0,"stakeChange","stakeChangeHandler"],[0,"multiplierChange","multiplierChangeHandler"]]],[1,"lottery-draw-results-history",{"endpoint":[1],"gameId":[1,"game-id"],"numberOfResults":[2,"number-of-results"],"language":[1],"drawData":[32],"displayAllDrawsResults":[32],"showQuickFilters":[32],"winningDataSetsData":[32]},[[0,"filterSelection","filtersHandler"],[0,"filterSelectionReset","clearFiltersHandler"]]],[1,"lottery-ticket-controller",{"endpoint":[1],"ticketId":[2,"ticket-id"],"ticketDescription":[1,"ticket-description"],"gameId":[1,"game-id"],"postMessage":[4,"post-message"],"eventName":[1,"event-name"],"collapsed":[4],"numberOfGrids":[2,"number-of-grids"],"last":[4],"language":[1],"autoPick":[4,"auto-pick"],"resetButton":[4,"reset-button"]},[[0,"helperAccordionAction","helperAccordionActionHandler"]]],[1,"lottery-game-details"],[1,"lottery-draw-results",{"endpoint":[1],"gameId":[1,"game-id"],"language":[1],"playerId":[1,"player-id"],"drawMode":[4,"draw-mode"],"drawId":[1,"draw-id"],"gameName":[1,"game-name"],"multiplier":[32],"ticketData":[32],"isLoading":[32],"drawResults":[32],"rules":[32],"toggleDrawer":[32],"hasErrors":[32],"errorText":[32]}],[1,"lottery-ticket",{"endpoint":[1],"gameId":[1,"game-id"],"numberOfGrids":[2,"number-of-grids"],"multipleDraws":[4,"multiple-draws"],"ticketId":[2,"ticket-id"],"resetButton":[4,"reset-button"],"autoPick":[4,"auto-pick"],"language":[1],"multiplier":[32],"numberOfDraws":[32],"isLoading":[32],"hasErrors":[32],"ticketDone":[32]},[[0,"gridFilled","gridFilledHandler"]]],[1,"helper-filters",{"showFilterId":[4,"show-filter-id"],"activateTicketSearch":[4,"activate-ticket-search"],"gameId":[1,"game-id"],"playerId":[1,"player-id"],"session":[1],"postMessage":[4,"post-message"],"language":[1],"showFilterModal":[32],"showClearButton":[32],"filterData":[32],"filterDataReset":[32]},[[0,"modalCloseEvent","modalCloseEvent"]]],[1,"helper-tabs",{"disabled":[4],"label":[1],"selected":[4],"cmsEndpoint":[1,"cms-endpoint"],"selectedIndex":[1538,"selected-index"],"tabs":[16]}],[1,"helper-accordion",{"headerTitle":[1,"header-title"],"headerSubtitle":[1,"header-subtitle"],"description":[1],"footer":[4],"deleteTab":[4,"delete-tab"],"postMessage":[4,"post-message"],"eventName":[1,"event-name"],"collapsed":[4],"language":[1],"showContent":[32]}],[1,"helper-modal",{"titleModal":[1,"title-modal"],"visible":[1540]}],[1,"helper-tab",{"selectedIndex":[2,"selected-index"],"cmsEndpoint":[1,"cms-endpoint"]}],[1,"lottery-grid",{"ticketId":[2,"ticket-id"],"totalNumbers":[2,"total-numbers"],"gameId":[1,"game-id"],"maximumAllowed":[2,"maximum-allowed"],"minimumAllowed":[2,"minimum-allowed"],"selectable":[4],"selectedNumbers":[1,"selected-numbers"],"displaySelected":[4,"display-selected"],"language":[1],"gridIndex":[2,"grid-index"],"numbers":[32]},[[0,"lotteryBulletSelection","lotteryBulletSelectionHandler"],[4,"resetSelection","resetSelectionHandler"],[4,"autoSelection","autoSelectionHandler"]]],[1,"lottery-bullet",{"value":[1],"selectable":[4],"isSelected":[4,"is-selected"]}]]]], options);
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
exports.defineCustomElements = defineCustomElements;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const index = require('./index-81cb3b3b.js');
|
|
4
|
+
|
|
5
|
+
/*
|
|
6
|
+
Stencil Client Patch Browser v2.17.0 | MIT Licensed | https://stenciljs.com
|
|
7
|
+
*/
|
|
8
|
+
const patchBrowser = () => {
|
|
9
|
+
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('lottery-game-page.cjs.js', document.baseURI).href));
|
|
10
|
+
const opts = {};
|
|
11
|
+
if (importMeta !== '') {
|
|
12
|
+
opts.resourcesUrl = new URL('.', importMeta).href;
|
|
13
|
+
}
|
|
14
|
+
return index.promiseResolve(opts);
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
patchBrowser().then(options => {
|
|
18
|
+
return index.bootstrapLazy([["helper-pagination.cjs",[[1,"helper-pagination",{"firstPage":[1540,"first-page"],"previousPage":[1540,"previous-page"],"offset":[1538],"limit":[1538],"total":[1538],"language":[1],"offsetInt":[32],"lastPage":[32],"limitInt":[32],"totalInt":[32],"pagesArray":[32],"endInt":[32]}]]],["helper-accordion_13.cjs",[[1,"lottery-game-page",{"endpoint":[1],"gameId":[1,"game-id"],"playerId":[2,"player-id"],"sessionId":[1,"session-id"],"language":[1],"autoPick":[4,"auto-pick"],"resetButton":[4,"reset-button"],"tickets":[32],"tabIndex":[32],"hasErrors":[32],"totalAmount":[32],"successVisible":[32],"deleteVisible":[32],"deleteEventData":[32],"daysRemaining":[32],"hoursRemaining":[32],"minutesRemaining":[32],"secondsRemaining":[32],"latestDraw":[32],"totalWinningsAmount":[32],"nextDate":[32]},[[0,"ticketCompleted","gridFilledHandler"],[0,"gridDirty","gridDirtyHandler"],[0,"deleteTicket","deleteTicketHandler"],[0,"modalCloseEvent","modalCloseEvent"],[0,"stakeChange","stakeChangeHandler"],[0,"multiplierChange","multiplierChangeHandler"]]],[1,"lottery-draw-results-history",{"endpoint":[1],"gameId":[1,"game-id"],"numberOfResults":[2,"number-of-results"],"language":[1],"drawData":[32],"displayAllDrawsResults":[32],"showQuickFilters":[32],"winningDataSetsData":[32]},[[0,"filterSelection","filtersHandler"],[0,"filterSelectionReset","clearFiltersHandler"]]],[1,"lottery-ticket-controller",{"endpoint":[1],"ticketId":[2,"ticket-id"],"ticketDescription":[1,"ticket-description"],"gameId":[1,"game-id"],"postMessage":[4,"post-message"],"eventName":[1,"event-name"],"collapsed":[4],"numberOfGrids":[2,"number-of-grids"],"last":[4],"language":[1],"autoPick":[4,"auto-pick"],"resetButton":[4,"reset-button"]},[[0,"helperAccordionAction","helperAccordionActionHandler"]]],[1,"lottery-game-details"],[1,"lottery-draw-results",{"endpoint":[1],"gameId":[1,"game-id"],"language":[1],"playerId":[1,"player-id"],"drawMode":[4,"draw-mode"],"drawId":[1,"draw-id"],"gameName":[1,"game-name"],"multiplier":[32],"ticketData":[32],"isLoading":[32],"drawResults":[32],"rules":[32],"toggleDrawer":[32],"hasErrors":[32],"errorText":[32]}],[1,"lottery-ticket",{"endpoint":[1],"gameId":[1,"game-id"],"numberOfGrids":[2,"number-of-grids"],"multipleDraws":[4,"multiple-draws"],"ticketId":[2,"ticket-id"],"resetButton":[4,"reset-button"],"autoPick":[4,"auto-pick"],"language":[1],"multiplier":[32],"numberOfDraws":[32],"isLoading":[32],"hasErrors":[32],"ticketDone":[32]},[[0,"gridFilled","gridFilledHandler"]]],[1,"helper-filters",{"showFilterId":[4,"show-filter-id"],"activateTicketSearch":[4,"activate-ticket-search"],"gameId":[1,"game-id"],"playerId":[1,"player-id"],"session":[1],"postMessage":[4,"post-message"],"language":[1],"showFilterModal":[32],"showClearButton":[32],"filterData":[32],"filterDataReset":[32]},[[0,"modalCloseEvent","modalCloseEvent"]]],[1,"helper-tabs",{"disabled":[4],"label":[1],"selected":[4],"cmsEndpoint":[1,"cms-endpoint"],"selectedIndex":[1538,"selected-index"],"tabs":[16]}],[1,"helper-accordion",{"headerTitle":[1,"header-title"],"headerSubtitle":[1,"header-subtitle"],"description":[1],"footer":[4],"deleteTab":[4,"delete-tab"],"postMessage":[4,"post-message"],"eventName":[1,"event-name"],"collapsed":[4],"language":[1],"showContent":[32]}],[1,"helper-modal",{"titleModal":[1,"title-modal"],"visible":[1540]}],[1,"helper-tab",{"selectedIndex":[2,"selected-index"],"cmsEndpoint":[1,"cms-endpoint"]}],[1,"lottery-grid",{"ticketId":[2,"ticket-id"],"totalNumbers":[2,"total-numbers"],"gameId":[1,"game-id"],"maximumAllowed":[2,"maximum-allowed"],"minimumAllowed":[2,"minimum-allowed"],"selectable":[4],"selectedNumbers":[1,"selected-numbers"],"displaySelected":[4,"display-selected"],"language":[1],"gridIndex":[2,"grid-index"],"numbers":[32]},[[0,"lotteryBulletSelection","lotteryBulletSelectionHandler"],[4,"resetSelection","resetSelectionHandler"],[4,"autoSelection","autoSelectionHandler"]]],[1,"lottery-bullet",{"value":[1],"selectable":[4],"isSelected":[4,"is-selected"]}]]]], options);
|
|
19
|
+
});
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
{
|
|
2
|
+
"entries": [
|
|
3
|
+
"./components/lottery-game-page/lottery-game-page.js"
|
|
4
|
+
],
|
|
5
|
+
"compiler": {
|
|
6
|
+
"name": "@stencil/core",
|
|
7
|
+
"version": "2.17.0",
|
|
8
|
+
"typescriptVersion": "4.5.4"
|
|
9
|
+
},
|
|
10
|
+
"collections": [
|
|
11
|
+
{
|
|
12
|
+
"name": "@everymatrix/helper-accordion",
|
|
13
|
+
"tags": [
|
|
14
|
+
"helper-accordion"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "@everymatrix/helper-filters",
|
|
19
|
+
"tags": [
|
|
20
|
+
"helper-filters"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "@everymatrix/helper-modal",
|
|
25
|
+
"tags": [
|
|
26
|
+
"helper-modal"
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "@everymatrix/helper-pagination",
|
|
31
|
+
"tags": [
|
|
32
|
+
"helper-pagination"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "@everymatrix/helper-tabs",
|
|
37
|
+
"tags": [
|
|
38
|
+
"helper-tab",
|
|
39
|
+
"helper-tabs"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "@everymatrix/lottery-bullet",
|
|
44
|
+
"tags": [
|
|
45
|
+
"lottery-bullet"
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "@everymatrix/lottery-draw-results",
|
|
50
|
+
"tags": [
|
|
51
|
+
"lottery-draw-results"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "@everymatrix/lottery-draw-results-history",
|
|
56
|
+
"tags": [
|
|
57
|
+
"lottery-draw-results-history"
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "@everymatrix/lottery-game-details",
|
|
62
|
+
"tags": [
|
|
63
|
+
"lottery-game-details"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "@everymatrix/lottery-grid",
|
|
68
|
+
"tags": [
|
|
69
|
+
"lottery-grid"
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "@everymatrix/lottery-ticket",
|
|
74
|
+
"tags": [
|
|
75
|
+
"lottery-ticket"
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "@everymatrix/lottery-ticket-controller",
|
|
80
|
+
"tags": [
|
|
81
|
+
"lottery-ticket-controller"
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"bundles": []
|
|
86
|
+
}
|
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
|
|
2
|
+
:host {
|
|
3
|
+
display: block;
|
|
4
|
+
font-family: "Roboto", sans-serif;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.GamePage .GridBanner {
|
|
8
|
+
background-color: #009993;
|
|
9
|
+
background-repeat: no-repeat;
|
|
10
|
+
background-position: center;
|
|
11
|
+
color: #111;
|
|
12
|
+
padding: 0 20px 10px;
|
|
13
|
+
height: 220px;
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-direction: column;
|
|
16
|
+
justify-content: space-between;
|
|
17
|
+
}
|
|
18
|
+
.GamePage .GridBanner .BannerButtonsWrapper {
|
|
19
|
+
display: flex;
|
|
20
|
+
justify-content: space-between;
|
|
21
|
+
padding-top: 16px;
|
|
22
|
+
}
|
|
23
|
+
.GamePage .GridBanner .BannerButtonsWrapper .BannerBackButton, .GamePage .GridBanner .BannerButtonsWrapper .BannerLobbyButton {
|
|
24
|
+
background: #fff;
|
|
25
|
+
border: 1px solid #D4D4D4;
|
|
26
|
+
border-radius: 4px;
|
|
27
|
+
padding: 7px 15px;
|
|
28
|
+
font-size: 12px;
|
|
29
|
+
text-transform: uppercase;
|
|
30
|
+
width: 80px;
|
|
31
|
+
}
|
|
32
|
+
.GamePage .GridBanner .GridBannerArea {
|
|
33
|
+
padding-top: 30px;
|
|
34
|
+
display: flex;
|
|
35
|
+
flex-direction: column;
|
|
36
|
+
align-items: center;
|
|
37
|
+
}
|
|
38
|
+
.GamePage .TotalWinnings {
|
|
39
|
+
color: #00958f;
|
|
40
|
+
font-size: 18px;
|
|
41
|
+
display: flex;
|
|
42
|
+
flex-direction: column;
|
|
43
|
+
justify-content: center;
|
|
44
|
+
align-items: center;
|
|
45
|
+
gap: 10px;
|
|
46
|
+
}
|
|
47
|
+
.GamePage .TotalWinnings span {
|
|
48
|
+
font-size: 22px;
|
|
49
|
+
font-weight: 700;
|
|
50
|
+
}
|
|
51
|
+
.GamePage .NextDraw {
|
|
52
|
+
color: #00958f;
|
|
53
|
+
font-size: 24px;
|
|
54
|
+
font-weight: 600;
|
|
55
|
+
margin: 0 auto;
|
|
56
|
+
text-align: center;
|
|
57
|
+
text-transform: capitalize;
|
|
58
|
+
display: flex;
|
|
59
|
+
justify-content: center;
|
|
60
|
+
align-items: center;
|
|
61
|
+
flex-direction: column;
|
|
62
|
+
}
|
|
63
|
+
.GamePage .NextDraw .BannerText {
|
|
64
|
+
font-weight: 400;
|
|
65
|
+
font-size: 18px;
|
|
66
|
+
}
|
|
67
|
+
.GamePage .NextDraw .BannerCountdown {
|
|
68
|
+
font-size: 22px;
|
|
69
|
+
color: #00958f;
|
|
70
|
+
display: flex;
|
|
71
|
+
gap: 20px;
|
|
72
|
+
}
|
|
73
|
+
.GamePage .Tabs {
|
|
74
|
+
display: flex;
|
|
75
|
+
justify-content: center;
|
|
76
|
+
gap: 10px;
|
|
77
|
+
}
|
|
78
|
+
.GamePage .Tabs .TabButton {
|
|
79
|
+
border-radius: 4px;
|
|
80
|
+
cursor: pointer;
|
|
81
|
+
padding: 8px 0;
|
|
82
|
+
width: 50%;
|
|
83
|
+
max-width: 200px;
|
|
84
|
+
border: 1px solid #00958f;
|
|
85
|
+
background: #F1F1F1;
|
|
86
|
+
color: #000;
|
|
87
|
+
font-size: 12px;
|
|
88
|
+
transition: all 0.2s linear;
|
|
89
|
+
text-transform: uppercase;
|
|
90
|
+
text-align: center;
|
|
91
|
+
letter-spacing: 0;
|
|
92
|
+
}
|
|
93
|
+
.GamePage .Tabs .TabButton.Active {
|
|
94
|
+
background: #00958f;
|
|
95
|
+
color: #FFF;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.NextDrawWrapper {
|
|
99
|
+
padding: 10px 15px;
|
|
100
|
+
background: #fff;
|
|
101
|
+
}
|
|
102
|
+
.NextDrawWrapper .BannerText {
|
|
103
|
+
font-size: 16px;
|
|
104
|
+
font-weight: 700;
|
|
105
|
+
text-align: center;
|
|
106
|
+
}
|
|
107
|
+
.NextDrawWrapper .BannerCountdown {
|
|
108
|
+
font-size: 22px;
|
|
109
|
+
display: flex;
|
|
110
|
+
gap: 8px;
|
|
111
|
+
color: #009993;
|
|
112
|
+
font-weight: bolder;
|
|
113
|
+
justify-content: center;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.GamePageContent {
|
|
117
|
+
padding: 10px 15px;
|
|
118
|
+
max-width: 1200px;
|
|
119
|
+
margin: 0 auto;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.GameDetails {
|
|
123
|
+
padding-bottom: 10px;
|
|
124
|
+
margin-bottom: 20px;
|
|
125
|
+
border-bottom: 1px solid #e9e9e9;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.CreateNewTicket {
|
|
129
|
+
background: #004D4A;
|
|
130
|
+
height: 100px;
|
|
131
|
+
width: 100%;
|
|
132
|
+
display: flex;
|
|
133
|
+
flex-direction: column;
|
|
134
|
+
justify-content: center;
|
|
135
|
+
align-items: center;
|
|
136
|
+
}
|
|
137
|
+
.CreateNewTicket button {
|
|
138
|
+
cursor: pointer;
|
|
139
|
+
display: inline-block;
|
|
140
|
+
border-radius: 50%;
|
|
141
|
+
width: 40px;
|
|
142
|
+
height: 40px;
|
|
143
|
+
margin: 5px;
|
|
144
|
+
border: 1px solid #FFF;
|
|
145
|
+
background: #FFF;
|
|
146
|
+
color: #004D4A;
|
|
147
|
+
font-size: 12px;
|
|
148
|
+
transition: all 0.2s linear;
|
|
149
|
+
text-transform: uppercase;
|
|
150
|
+
text-align: center;
|
|
151
|
+
letter-spacing: 0;
|
|
152
|
+
}
|
|
153
|
+
.CreateNewTicket button:hover {
|
|
154
|
+
background: #F1F1F1;
|
|
155
|
+
}
|
|
156
|
+
.CreateNewTicket span {
|
|
157
|
+
display: inline-block;
|
|
158
|
+
font-size: 12px;
|
|
159
|
+
text-align: center;
|
|
160
|
+
margin: 0 auto;
|
|
161
|
+
color: #FFF;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.OrderSummary {
|
|
165
|
+
min-width: 200px;
|
|
166
|
+
border-radius: 4px;
|
|
167
|
+
display: flex;
|
|
168
|
+
flex-direction: column;
|
|
169
|
+
justify-content: center;
|
|
170
|
+
margin-top: 20px;
|
|
171
|
+
background: #fff;
|
|
172
|
+
}
|
|
173
|
+
.OrderSummary .OrderSummaryTitle {
|
|
174
|
+
font-size: 16px;
|
|
175
|
+
color: #009993;
|
|
176
|
+
text-transform: uppercase;
|
|
177
|
+
text-align: center;
|
|
178
|
+
}
|
|
179
|
+
.OrderSummary .Ticket {
|
|
180
|
+
display: inline-block;
|
|
181
|
+
color: #000;
|
|
182
|
+
font-size: 14px;
|
|
183
|
+
height: 50px;
|
|
184
|
+
border-bottom: solid 1px #D4D4D4;
|
|
185
|
+
line-height: 50px;
|
|
186
|
+
}
|
|
187
|
+
.OrderSummary .Ticket span {
|
|
188
|
+
text-align: right;
|
|
189
|
+
}
|
|
190
|
+
.OrderSummary .Total {
|
|
191
|
+
display: inline-block;
|
|
192
|
+
color: #000;
|
|
193
|
+
font-size: 14px;
|
|
194
|
+
height: 50px;
|
|
195
|
+
line-height: 50px;
|
|
196
|
+
}
|
|
197
|
+
.OrderSummary .Total span {
|
|
198
|
+
text-align: right;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.ButtonWrapper {
|
|
202
|
+
display: flex;
|
|
203
|
+
align-items: center;
|
|
204
|
+
justify-content: center;
|
|
205
|
+
}
|
|
206
|
+
.ButtonWrapper .Button {
|
|
207
|
+
cursor: pointer;
|
|
208
|
+
border-radius: 4px;
|
|
209
|
+
padding: 8px 60px;
|
|
210
|
+
width: max-content;
|
|
211
|
+
margin: 5px;
|
|
212
|
+
font-size: 12px;
|
|
213
|
+
transition: all 0.2s linear;
|
|
214
|
+
text-transform: uppercase;
|
|
215
|
+
text-align: center;
|
|
216
|
+
letter-spacing: 0;
|
|
217
|
+
background: #009993;
|
|
218
|
+
border: 1px solid #009993;
|
|
219
|
+
color: #FFF;
|
|
220
|
+
}
|
|
221
|
+
.ButtonWrapper .Button:hover {
|
|
222
|
+
background: #00ABA4;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.SubmitModalSuccess {
|
|
226
|
+
text-align: center;
|
|
227
|
+
font-size: 18px;
|
|
228
|
+
padding: 20px;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.DeleteTicketModalWrapper {
|
|
232
|
+
padding: 20px;
|
|
233
|
+
text-align: center;
|
|
234
|
+
}
|
|
235
|
+
.DeleteTicketModalWrapper .DeleteTicketModalTitle {
|
|
236
|
+
font-size: 16px;
|
|
237
|
+
color: #00958f;
|
|
238
|
+
font-weight: 400;
|
|
239
|
+
text-transform: uppercase;
|
|
240
|
+
margin: 20px 0 40px;
|
|
241
|
+
}
|
|
242
|
+
.DeleteTicketModalWrapper .DeleteTicketModalText {
|
|
243
|
+
font-size: 14px;
|
|
244
|
+
color: #000;
|
|
245
|
+
line-height: 22px;
|
|
246
|
+
margin-bottom: 40px;
|
|
247
|
+
}
|
|
248
|
+
.DeleteTicketModalWrapper .DeleteTicketModalButtons {
|
|
249
|
+
display: flex;
|
|
250
|
+
gap: 10px;
|
|
251
|
+
justify-content: center;
|
|
252
|
+
}
|
|
253
|
+
.DeleteTicketModalWrapper .DeleteTicketModalButtons .DeleteTicketModalConfirm {
|
|
254
|
+
cursor: pointer;
|
|
255
|
+
border-radius: 4px;
|
|
256
|
+
padding: 8px 25px;
|
|
257
|
+
width: max-content;
|
|
258
|
+
margin: 5px;
|
|
259
|
+
color: #000;
|
|
260
|
+
font-size: 12px;
|
|
261
|
+
transition: all 0.2s linear;
|
|
262
|
+
text-transform: uppercase;
|
|
263
|
+
text-align: center;
|
|
264
|
+
letter-spacing: 0;
|
|
265
|
+
background: #FF3D00;
|
|
266
|
+
border: 1px solid #FF3D00;
|
|
267
|
+
color: #FFF;
|
|
268
|
+
}
|
|
269
|
+
.DeleteTicketModalWrapper .DeleteTicketModalButtons .DeleteTicketModalConfirm:hover {
|
|
270
|
+
background: #FF6536;
|
|
271
|
+
border: 1px solid #FF3D00;
|
|
272
|
+
}
|
|
273
|
+
.DeleteTicketModalWrapper .DeleteTicketModalButtons .DeleteTicketModalCancel {
|
|
274
|
+
cursor: pointer;
|
|
275
|
+
width: max-content;
|
|
276
|
+
border-radius: 4px;
|
|
277
|
+
padding: 10px 25px;
|
|
278
|
+
margin: 5px;
|
|
279
|
+
border: 1px solid #00958f;
|
|
280
|
+
background: #FFF;
|
|
281
|
+
color: #000;
|
|
282
|
+
font-size: 12px;
|
|
283
|
+
transition: all 0.2s linear;
|
|
284
|
+
text-transform: uppercase;
|
|
285
|
+
text-align: center;
|
|
286
|
+
letter-spacing: 0;
|
|
287
|
+
}
|
|
288
|
+
.DeleteTicketModalWrapper .DeleteTicketModalButtons .DeleteTicketModalCancel:hover {
|
|
289
|
+
background: #F1F1F1;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
@media (min-width: 1200px) {
|
|
293
|
+
.GamePageContent .TicketsWrapper {
|
|
294
|
+
float: left;
|
|
295
|
+
width: 49%;
|
|
296
|
+
}
|
|
297
|
+
.GamePageContent .GameDetails {
|
|
298
|
+
float: right;
|
|
299
|
+
width: 49%;
|
|
300
|
+
}
|
|
301
|
+
.GamePageContent .OrderSummary {
|
|
302
|
+
float: right;
|
|
303
|
+
width: 49%;
|
|
304
|
+
}
|
|
305
|
+
}
|