gatsby-matrix-theme 11.0.0 → 11.0.2
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/CHANGELOG.md +35 -0
- package/package.json +2 -2
- package/src/components/atoms/cards/comparison-table/table/index.js +2 -5
- package/src/components/atoms/cards/operator-card/index.js +6 -6
- package/src/components/atoms/cards/popup-card/index.js +9 -9
- package/src/components/atoms/ratings/index.js +4 -4
- package/src/components/atoms/ratings/ratings.module.scss +13 -5
- package/src/components/atoms/ratings/ratings.test.js +2 -2
- package/src/components/molecules/header/variants/slot/template-one/index.js +9 -3
- package/src/components/molecules/header/variants/slot/template-one/slot.module.scss +6 -10
- package/src/components/molecules/header/variants/slot/template-one/templateone.test.js +2 -1
- package/src/components/molecules/toplist/row/variant-one.js +19 -9
- package/storybook/public/64.13a61964.iframe.bundle.js +1 -0
- package/storybook/public/{666.d58e0250.iframe.bundle.js → 806.60df1c7e.iframe.bundle.js} +4 -4
- package/storybook/public/{666.d58e0250.iframe.bundle.js.LICENSE.txt → 806.60df1c7e.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook/public/{666.d58e0250.iframe.bundle.js.map → 806.60df1c7e.iframe.bundle.js.map} +1 -1
- package/storybook/public/iframe.html +1 -1
- package/storybook/public/main.78a911b9.iframe.bundle.js +1 -0
- package/storybook/public/{runtime~main.bc027a21.iframe.bundle.js → runtime~main.3c8ed572.iframe.bundle.js} +1 -1
- package/storybook/public/64.680a16cc.iframe.bundle.js +0 -1
- package/storybook/public/main.67ced4cc.iframe.bundle.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,38 @@
|
|
|
1
|
+
## [11.0.2](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v11.0.1...v11.0.2) (2023-01-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add an different image/logo ([c78925c](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/c78925c36c9c43ee7bc39f06545d85e6f9f6d097))
|
|
7
|
+
* add checkers ([d54ec84](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/d54ec841a9e383e90df51fb49dbd3b2a56ac457a))
|
|
8
|
+
* add class to reviewLinks ([208c1c8](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/208c1c803711a5eec0bced889aa5b332c027ead1))
|
|
9
|
+
* update image component ([7f8bedf](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/7f8bedfeb7fbc850e250ddcff0918b64b29210f1))
|
|
10
|
+
* update tests and alt ([e9bac74](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/e9bac740819de904a62603801e78d3400604069b))
|
|
11
|
+
* update with the latest core theme ([aa2db69](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/aa2db698472e72eb187b293409bb1198193aa839))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
* Merge branch 'tm-3138-changing-text-operator-review' into 'master' ([3cba5c5](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/3cba5c511edb46d2ef341a9b074f3a11944d1fe5))
|
|
15
|
+
* Merge branch 'tm-3254-game-header' into 'master' ([9782732](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/9782732b79c86c4ca3dd8f5c9a493515e6f32743))
|
|
16
|
+
|
|
17
|
+
## [11.0.1](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v11.0.0...v11.0.1) (2023-01-24)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* adjusted justify-content ([d21f257](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/d21f25791521339e98a2ad5d030d4af88f5725a4))
|
|
23
|
+
* remove margin-bottom ([b5ff383](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/b5ff3839686ece26359dfd1a31430ec99bc4330d))
|
|
24
|
+
* small issues based on qa recom ([05838e1](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/05838e1d67c07355490fe425c243e5345acdd099))
|
|
25
|
+
* update link on cards ([aeb91c7](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/aeb91c727cf031f67f1b86e7844c6378567f38f6))
|
|
26
|
+
* update links on toplist and operator-card ([9c95bba](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/9c95bba2b445c0b76cacc483107a86953a2f3594))
|
|
27
|
+
* update test ([1356596](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/1356596ca796d4013b424e072145996673726001))
|
|
28
|
+
* update the version of gatsby-core ([b75c4a7](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/b75c4a73ddf4a09af348d7c1820572284a0fbe77))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
* Merge branch 'tm-3138-changing-text-operator-review' into 'master' ([2753d66](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/2753d661da3041706e2220cfb552b98e303122d8))
|
|
32
|
+
* Merge branch 'tm-3254-game-header' into 'master' ([4b0e899](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/4b0e899cf43c1244e180fe0c767093fee1157a57))
|
|
33
|
+
* Merge branch 'tm-3254-game-header' into 'master' ([5d35521](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/5d35521cc0030d08b0eee4ba9cd6bad68fcd903b))
|
|
34
|
+
* Merge branch 'tm-3254-game-header' into 'master' ([3388067](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/3388067b942412684e9fc87ee4bedabbdda85d41))
|
|
35
|
+
|
|
1
36
|
# [11.0.0](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v10.0.14...v11.0.0) (2023-01-20)
|
|
2
37
|
|
|
3
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gatsby-matrix-theme",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.2",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"description": "Matrix Theme NPM Package",
|
|
6
6
|
"author": "",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@react-icons/all-files": "^4.1.0",
|
|
27
27
|
"gatsby": "^4.20.0",
|
|
28
|
-
"gatsby-core-theme": "18.0.
|
|
28
|
+
"gatsby-core-theme": "18.0.4",
|
|
29
29
|
"gatsby-plugin-sharp": "^4.10.2",
|
|
30
30
|
"gatsby-plugin-sitemap": "^3.3.0",
|
|
31
31
|
"gatsby-transformer-sharp": "^4.10.0",
|
|
@@ -10,6 +10,7 @@ import { imagePrettyUrl, translate } from 'gatsby-core-theme/src/helpers/getters
|
|
|
10
10
|
import LazyImg from 'gatsby-core-theme/src/hooks/lazy-image';
|
|
11
11
|
import OperatorCta from 'gatsby-core-theme/src/components/atoms/operator-cta';
|
|
12
12
|
import StarRating from 'gatsby-core-theme/src/components/molecules/star-rating/one-star';
|
|
13
|
+
import ReviewLink from 'gatsby-core-theme/src/components/atoms/review-link';
|
|
13
14
|
import Link from 'gatsby-core-theme/src/hooks/link';
|
|
14
15
|
import Bonus from 'gatsby-core-theme/src/components/atoms/bonus';
|
|
15
16
|
import { Context } from 'gatsby-core-theme/src/context/MainProvider';
|
|
@@ -116,11 +117,7 @@ export default function ComparisonTable({
|
|
|
116
117
|
<StarRating numOfStars={5} rating={item?.relation?.rating} />
|
|
117
118
|
|
|
118
119
|
{type === 'operator' && index === 0 ? null : (
|
|
119
|
-
<
|
|
120
|
-
translations,
|
|
121
|
-
'review',
|
|
122
|
-
'Review'
|
|
123
|
-
)}`}</Link>
|
|
120
|
+
<ReviewLink template={tempate} itemName={item.title} reviewPath={item.path} />
|
|
124
121
|
)}
|
|
125
122
|
</td>
|
|
126
123
|
);
|
|
@@ -7,6 +7,7 @@ import { getAltText, imagePrettyUrl, translate } from 'gatsby-core-theme/src/hel
|
|
|
7
7
|
import Link from 'gatsby-core-theme/src/hooks/link';
|
|
8
8
|
import LazyImage from 'gatsby-core-theme/src/hooks/lazy-image';
|
|
9
9
|
import Bonus from 'gatsby-core-theme/src/components/atoms/bonus';
|
|
10
|
+
import ReviewLink from 'gatsby-core-theme/src/components/atoms/review-link';
|
|
10
11
|
import Tnc from 'gatsby-core-theme/src/components/molecules/tnc';
|
|
11
12
|
import { Context } from 'gatsby-core-theme/src/context/MainProvider';
|
|
12
13
|
import OperatorCta from 'gatsby-core-theme/src/components/atoms/operator-cta';
|
|
@@ -70,13 +71,12 @@ const OperatorCard = ({
|
|
|
70
71
|
backgroundImage && styles.hasBackground
|
|
71
72
|
}`}
|
|
72
73
|
>
|
|
73
|
-
<
|
|
74
|
-
to={reviewPath}
|
|
75
|
-
title={itemName}
|
|
74
|
+
<ReviewLink
|
|
76
75
|
className={`${styles.reviewLink} operator-card-gtm`}
|
|
77
|
-
|
|
78
|
-
{
|
|
79
|
-
|
|
76
|
+
template={page.template}
|
|
77
|
+
itemName={itemName}
|
|
78
|
+
reviewPath={reviewPath}
|
|
79
|
+
/>
|
|
80
80
|
<OperatorCta
|
|
81
81
|
tracker="main"
|
|
82
82
|
operator={relation}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
/* eslint-disable import/no-extraneous-dependencies */
|
|
2
|
-
import React
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { Context } from 'gatsby-core-theme/src/context/MainProvider';
|
|
5
4
|
import OperatorCta from 'gatsby-core-theme/src/components/atoms/operator-cta';
|
|
6
|
-
import { getAltText, imagePrettyUrl
|
|
5
|
+
import { getAltText, imagePrettyUrl } from 'gatsby-core-theme/src/helpers/getters';
|
|
6
|
+
import ReviewLink from 'gatsby-core-theme/src/components/atoms/review-link';
|
|
7
7
|
import Tnc from 'gatsby-core-theme/src/components/molecules/tnc';
|
|
8
8
|
import StarRating from 'gatsby-core-theme/src/components/molecules/star-rating';
|
|
9
9
|
import Bonus from 'gatsby-core-theme/src/components/atoms/bonus';
|
|
10
10
|
import LazyImage from '~hooks/lazy-image';
|
|
11
|
-
import Link from '~hooks/link';
|
|
12
11
|
import styles from './popup-card.module.scss';
|
|
13
12
|
|
|
14
13
|
const PopupCard = ({
|
|
@@ -20,8 +19,6 @@ const PopupCard = ({
|
|
|
20
19
|
showReviewLink = false,
|
|
21
20
|
template,
|
|
22
21
|
}) => {
|
|
23
|
-
const { translations } = useContext(Context) || {};
|
|
24
|
-
|
|
25
22
|
const operatorName = item.name;
|
|
26
23
|
const oneLiner = item?.one_liners?.main?.one_liner;
|
|
27
24
|
const tnc = item?.extra_fields?.terms_and_conditions_text_enabled;
|
|
@@ -52,9 +49,12 @@ const PopupCard = ({
|
|
|
52
49
|
pageTemplate={template}
|
|
53
50
|
/>
|
|
54
51
|
{showReviewLink && (
|
|
55
|
-
<
|
|
56
|
-
{`${
|
|
57
|
-
|
|
52
|
+
<ReviewLink
|
|
53
|
+
className={`${styles.reviewLink} popup-review-gtm`}
|
|
54
|
+
template={template}
|
|
55
|
+
itemName={item.name}
|
|
56
|
+
reviewPath={item.review_link}
|
|
57
|
+
/>
|
|
58
58
|
)}
|
|
59
59
|
</div>
|
|
60
60
|
{showTnc && tnc === '1' && (
|
|
@@ -17,8 +17,8 @@ const Ratings = ({ averageRating, ratings, relation }) => {
|
|
|
17
17
|
<p>{translate(translations, 'overall', 'Overall')}</p>
|
|
18
18
|
<div>
|
|
19
19
|
<FaStar />
|
|
20
|
-
<p data-testid="overall-rating">{averageRating}
|
|
21
|
-
<p
|
|
20
|
+
<p data-testid="overall-rating">{averageRating}/</p>
|
|
21
|
+
<p>5</p>
|
|
22
22
|
</div>
|
|
23
23
|
</li>
|
|
24
24
|
{ratings?.map((rating) => (
|
|
@@ -29,8 +29,8 @@ const Ratings = ({ averageRating, ratings, relation }) => {
|
|
|
29
29
|
) : (
|
|
30
30
|
<div>
|
|
31
31
|
<FaStar />
|
|
32
|
-
<p>{relation[rating?.field_name]}
|
|
33
|
-
<p
|
|
32
|
+
<p>{relation[rating?.field_name]}/</p>
|
|
33
|
+
<p>5</p>
|
|
34
34
|
</div>
|
|
35
35
|
)}
|
|
36
36
|
</li>
|
|
@@ -17,21 +17,25 @@
|
|
|
17
17
|
width: 100%;
|
|
18
18
|
background: #fbfbfb;
|
|
19
19
|
padding: 16px 8px;
|
|
20
|
-
min-width:
|
|
20
|
+
min-width: 10.4rem;
|
|
21
|
+
height: 9.6rem;
|
|
21
22
|
box-shadow: 4px 4px 30px rgb(0 0 0 / 3%);
|
|
22
23
|
font-weight: bold;
|
|
23
24
|
font-size: 1.4rem;
|
|
24
25
|
border-radius: 8px;
|
|
25
26
|
border: 1px solid #e9e9e9;
|
|
26
27
|
@include flex-direction(column);
|
|
27
|
-
@include flex-align(center,
|
|
28
|
+
@include flex-align(center, space-evenly);
|
|
28
29
|
color: #1c1a28;
|
|
29
30
|
> p {
|
|
30
31
|
font-weight: 700;
|
|
31
|
-
font-size:
|
|
32
|
-
line-height:
|
|
32
|
+
font-size: 1.2rem;
|
|
33
|
+
line-height: 2rem;
|
|
33
34
|
color: #1c1a28;
|
|
34
|
-
|
|
35
|
+
@include min(tablet) {
|
|
36
|
+
font-size: 14px;
|
|
37
|
+
line-height: 22px;
|
|
38
|
+
}
|
|
35
39
|
}
|
|
36
40
|
> div {
|
|
37
41
|
display: flex;
|
|
@@ -52,8 +56,12 @@
|
|
|
52
56
|
> :last-child {
|
|
53
57
|
font-size: 1.6rem;
|
|
54
58
|
line-height: 2.7rem;
|
|
59
|
+
margin-top: 1px;
|
|
55
60
|
}
|
|
56
61
|
}
|
|
57
62
|
}
|
|
63
|
+
@include min(tablet) {
|
|
64
|
+
height: 11.2rem;
|
|
65
|
+
}
|
|
58
66
|
}
|
|
59
67
|
}
|
|
@@ -25,8 +25,8 @@ describe('summary component', () => {
|
|
|
25
25
|
<Ratings averageRating={averageRating} ratings={ratings} relation={relation} />
|
|
26
26
|
);
|
|
27
27
|
const overallRating = getByTestId('overall-rating');
|
|
28
|
-
const graphicsRating = getByText(`${relation.graphics}
|
|
29
|
-
const soundRating = getByText(`${relation.sound}
|
|
28
|
+
const graphicsRating = getByText(`${relation.graphics}/`);
|
|
29
|
+
const soundRating = getByText(`${relation.sound}/`);
|
|
30
30
|
expect(overallRating).toBeInTheDocument();
|
|
31
31
|
expect(graphicsRating).toBeInTheDocument();
|
|
32
32
|
expect(soundRating).toBeInTheDocument();
|
|
@@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
|
|
|
3
3
|
|
|
4
4
|
import { FaStar } from '@react-icons/all-files/fa/FaStar';
|
|
5
5
|
import { Context } from 'gatsby-core-theme/src/context/MainProvider';
|
|
6
|
-
import { HiBadgeCheck } from '@react-icons/all-files/hi/HiBadgeCheck';
|
|
7
6
|
import { imagePrettyUrl, getAltText, translate } from 'gatsby-core-theme/src/helpers/getters';
|
|
8
7
|
import styles from './slot.module.scss';
|
|
9
8
|
|
|
@@ -22,12 +21,13 @@ export default function SlotHeader({ page }) {
|
|
|
22
21
|
const averageRating = page.relation?.average_rating;
|
|
23
22
|
// eslint-disable-next-line react/prop-types
|
|
24
23
|
// const headerBonus = page?.sections?.header?.modules?.find((bonus) => bonus?.name === 'bonus');
|
|
24
|
+
|
|
25
25
|
return (
|
|
26
26
|
<div className={styles.parentContainer}>
|
|
27
27
|
<div className={styles.slotHeader}>
|
|
28
28
|
<div className={styles.data}>
|
|
29
29
|
<img
|
|
30
|
-
alt={getAltText(imageObject, page?.relation?.
|
|
30
|
+
alt={getAltText(imageObject, page?.relation?.thumbnail_filename_object?.alt)}
|
|
31
31
|
src={imagePrettyUrl(imageObject, 170, 170)}
|
|
32
32
|
width={170}
|
|
33
33
|
height={170}
|
|
@@ -37,7 +37,13 @@ export default function SlotHeader({ page }) {
|
|
|
37
37
|
<div>
|
|
38
38
|
<div className={styles.operatorName}>
|
|
39
39
|
<h1>{page?.title}</h1>
|
|
40
|
-
<
|
|
40
|
+
<img
|
|
41
|
+
alt="icon"
|
|
42
|
+
src="../../../../../../images/checkMark.svg"
|
|
43
|
+
width={24}
|
|
44
|
+
height={24}
|
|
45
|
+
loading="eager"
|
|
46
|
+
/>
|
|
41
47
|
</div>
|
|
42
48
|
<div className={styles.averageRating}>
|
|
43
49
|
<FaStar />
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
@include min(tablet) {
|
|
22
22
|
padding: 2.4rem;
|
|
23
23
|
margin-bottom: 1.6rem;
|
|
24
|
-
gap:
|
|
24
|
+
gap: 4rem;
|
|
25
25
|
}
|
|
26
26
|
h1 {
|
|
27
27
|
color: #1c1a28;
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
gap: 4.8rem;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
img {
|
|
40
|
+
>img {
|
|
41
41
|
border-radius: 1.6rem;
|
|
42
42
|
height: 96px;
|
|
43
43
|
width: 96px;
|
|
@@ -75,14 +75,9 @@
|
|
|
75
75
|
margin-right: 20rem;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
>
|
|
78
|
+
> img {
|
|
79
79
|
min-width: 24px;
|
|
80
|
-
:
|
|
81
|
-
color: white;
|
|
82
|
-
}
|
|
83
|
-
:last-child {
|
|
84
|
-
color: #285fef;
|
|
85
|
-
}
|
|
80
|
+
align-self: baseline;
|
|
86
81
|
}
|
|
87
82
|
}
|
|
88
83
|
|
|
@@ -95,7 +90,8 @@
|
|
|
95
90
|
background: #fbfbfb;
|
|
96
91
|
border-radius: 100px;
|
|
97
92
|
border: 1.5px solid #e9e9e9;
|
|
98
|
-
max-width:
|
|
93
|
+
max-width: 10.3rem;
|
|
94
|
+
height: 3.8rem;
|
|
99
95
|
> svg {
|
|
100
96
|
width: 2.3rem;
|
|
101
97
|
height: 2.3rem;
|
|
@@ -24,6 +24,7 @@ describe('summary component', () => {
|
|
|
24
24
|
relation: {
|
|
25
25
|
thumbnail_filename_object: {
|
|
26
26
|
filename: 'image.jpg',
|
|
27
|
+
alt: 'Halloween',
|
|
27
28
|
},
|
|
28
29
|
},
|
|
29
30
|
};
|
|
@@ -31,7 +32,7 @@ describe('summary component', () => {
|
|
|
31
32
|
describe('SlotHeader', () => {
|
|
32
33
|
it('should render the image', async () => {
|
|
33
34
|
render(<TemplateOne page={page} />);
|
|
34
|
-
const img = screen.
|
|
35
|
+
const img = screen.getByAltText('Halloween');
|
|
35
36
|
await waitFor(() => expect(img).toBeVisible());
|
|
36
37
|
expect(img).toHaveAttribute(
|
|
37
38
|
'src',
|
|
@@ -19,6 +19,7 @@ import OperatorCta from 'gatsby-core-theme/src/components/atoms/operator-cta';
|
|
|
19
19
|
import Tnc from 'gatsby-core-theme/src/components/molecules/tnc';
|
|
20
20
|
import Bonus from 'gatsby-core-theme/src/components/atoms/bonus';
|
|
21
21
|
import { Context } from 'gatsby-core-theme/src/context/MainProvider';
|
|
22
|
+
import ReviewLink from 'gatsby-core-theme/src/components/atoms/review-link';
|
|
22
23
|
import { getLaunchDate } from '../../../../helpers/strings';
|
|
23
24
|
import styles from './variant-one.module.scss';
|
|
24
25
|
|
|
@@ -120,9 +121,12 @@ export default function Row({
|
|
|
120
121
|
</a>
|
|
121
122
|
<StarRating numOfStars={5} rating={itemRating} showLabel />
|
|
122
123
|
{!isPPC && !showCtaReviewLink && (
|
|
123
|
-
<
|
|
124
|
-
{`${
|
|
125
|
-
|
|
124
|
+
<ReviewLink
|
|
125
|
+
className={`${styles.reviewLink} toplist-variant-one-gtm`}
|
|
126
|
+
template={template}
|
|
127
|
+
itemName={itemName}
|
|
128
|
+
reviewPath={reviewPath}
|
|
129
|
+
/>
|
|
126
130
|
)}
|
|
127
131
|
{item.authorName && activeAuthor && (
|
|
128
132
|
<p className={styles.activeAuthor}>
|
|
@@ -172,16 +176,22 @@ export default function Row({
|
|
|
172
176
|
pageTemplate={template}
|
|
173
177
|
/>
|
|
174
178
|
{!isPPC && showCtaReviewLink && (
|
|
175
|
-
<
|
|
176
|
-
{`${
|
|
177
|
-
|
|
179
|
+
<ReviewLink
|
|
180
|
+
className={`${styles.reviewLink} toplist-variant-one-gtm`}
|
|
181
|
+
template={template}
|
|
182
|
+
itemName={itemName}
|
|
183
|
+
reviewPath={reviewPath}
|
|
184
|
+
/>
|
|
178
185
|
)}
|
|
179
186
|
</span>
|
|
180
187
|
|
|
181
188
|
{!isPPC && endLink && (
|
|
182
|
-
<
|
|
183
|
-
{`${
|
|
184
|
-
|
|
189
|
+
<ReviewLink
|
|
190
|
+
className={`${styles.reviewLinkEnd} toplist-variant-one-gtm`}
|
|
191
|
+
template={template}
|
|
192
|
+
itemName={itemName}
|
|
193
|
+
reviewPath={reviewPath}
|
|
194
|
+
/>
|
|
185
195
|
)}
|
|
186
196
|
{tandcEnabled && <Tnc onlyMobile={layout === 'list'} operator={item} />}
|
|
187
197
|
</li>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunkgatsby_matrix_theme=self.webpackChunkgatsby_matrix_theme||[]).push([[64],{"../node_modules/@react-icons/all-files/hi/HiBadgeCheck.js":function(module,__unused_webpack_exports,__webpack_require__){var GenIcon=__webpack_require__("../node_modules/@react-icons/all-files/lib/esm/index.js").w_;module.exports.l=function HiBadgeCheck(props){return GenIcon({tag:"svg",attr:{viewBox:"0 0 20 20",fill:"currentColor"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M6.267 3.455a3.066 3.066 0 001.745-.723 3.066 3.066 0 013.976 0 3.066 3.066 0 001.745.723 3.066 3.066 0 012.812 2.812c.051.643.304 1.254.723 1.745a3.066 3.066 0 010 3.976 3.066 3.066 0 00-.723 1.745 3.066 3.066 0 01-2.812 2.812 3.066 3.066 0 00-1.745.723 3.066 3.066 0 01-3.976 0 3.066 3.066 0 00-1.745-.723 3.066 3.066 0 01-2.812-2.812 3.066 3.066 0 00-.723-1.745 3.066 3.066 0 010-3.976 3.066 3.066 0 00.723-1.745 3.066 3.066 0 012.812-2.812zm7.44 5.252a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"}}]})(props)}},"./src/components/molecules/toplist/row/variant-one.js":function(__unused_webpack_module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{default:function(){return Row}});__webpack_require__("../node_modules/core-js/modules/es.string.split.js"),__webpack_require__("../node_modules/core-js/modules/es.regexp.exec.js"),__webpack_require__("../node_modules/core-js/modules/es.function.name.js"),__webpack_require__("../node_modules/core-js/modules/es.array.filter.js"),__webpack_require__("../node_modules/core-js/modules/es.string.replace.js"),__webpack_require__("../node_modules/core-js/modules/es.array.concat.js"),__webpack_require__("../node_modules/core-js/modules/es.array.map.js"),__webpack_require__("../node_modules/core-js/modules/es.array.slice.js");var react=__webpack_require__("../node_modules/react/index.js"),prop_types=__webpack_require__("./node_modules/prop-types/index.js"),prop_types_default=__webpack_require__.n(prop_types),getters=__webpack_require__("../node_modules/gatsby-core-theme/src/helpers/getters.js"),hooks_link=__webpack_require__("../node_modules/gatsby-core-theme/src/hooks/link/index.js"),HiBadgeCheck=__webpack_require__("../node_modules/@react-icons/all-files/hi/HiBadgeCheck.js"),node_modules_prop_types=__webpack_require__("../node_modules/gatsby-core-theme/node_modules/prop-types/index.js"),node_modules_prop_types_default=__webpack_require__.n(node_modules_prop_types),injectStylesIntoStyleTag=__webpack_require__("../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),injectStylesIntoStyleTag_default=__webpack_require__.n(injectStylesIntoStyleTag),label_module=__webpack_require__("../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!../node_modules/sass-loader/dist/cjs.js!../node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[10].use[3]!../node_modules/gatsby-core-theme/src/components/atoms/label/label.module.scss"),options={insert:"head",singleton:!1},label_label_module=(injectStylesIntoStyleTag_default()(label_module.Z,options),label_module.Z.locals||{}),Label=function Label(_ref){var _ref$title=_ref.title,title=void 0===_ref$title?"":_ref$title,_ref$bgColor=_ref.bgColor,bgColor=void 0===_ref$bgColor?"yellow":_ref$bgColor;return react.createElement("span",{className:label_label_module.label,style:{backgroundColor:bgColor}},title)};Label.displayName="Label",Label.propTypes={title:node_modules_prop_types_default().string,bgColor:node_modules_prop_types_default().string},Label.__docgenInfo={description:"",methods:[],displayName:"Label",props:{title:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},bgColor:{defaultValue:{value:"'yellow'",computed:!1},type:{name:"string"},required:!1,description:""}}};var label=Label;"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["../node_modules/gatsby-core-theme/src/components/atoms/label/index.js"]={name:"Label",docgenInfo:Label.__docgenInfo,path:"../node_modules/gatsby-core-theme/src/components/atoms/label/index.js"});var lazy_image=__webpack_require__("../node_modules/gatsby-core-theme/src/hooks/lazy-image/index.js"),one_star=__webpack_require__("../node_modules/gatsby-core-theme/src/components/molecules/star-rating/one-star.js"),keygen=__webpack_require__("../node_modules/gatsby-core-theme/src/helpers/keygen.js"),selling_points_module=__webpack_require__("../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!../node_modules/sass-loader/dist/cjs.js!../node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[10].use[3]!../node_modules/gatsby-core-theme/src/components/atoms/selling-points/selling-points.module.scss"),selling_points_module_options={insert:"head",singleton:!1},selling_points_selling_points_module=(injectStylesIntoStyleTag_default()(selling_points_module.Z,selling_points_module_options),selling_points_module.Z.locals||{}),SellingPoints=function SellingPoints(_ref){var sellingPoints=_ref.sellingPoints,icon=_ref.icon,_ref$limit=_ref.limit,limit=void 0===_ref$limit?3:_ref$limit;return sellingPoints&&0!==sellingPoints.length?react.createElement("ul",{className:selling_points_selling_points_module.sellingPoint},sellingPoints.slice(0,limit).map((function(item){return react.createElement("li",{className:"".concat(!icon&&selling_points_selling_points_module.tick),key:(0,keygen.Z)()},null!==icon&&icon,item)}))):react.createElement(react.Fragment,null)};SellingPoints.displayName="SellingPoints",SellingPoints.propTypes={sellingPoints:node_modules_prop_types_default().arrayOf(node_modules_prop_types_default().string),icon:node_modules_prop_types_default().element,limit:node_modules_prop_types_default().number},SellingPoints.__docgenInfo={description:"",methods:[],displayName:"SellingPoints",props:{limit:{defaultValue:{value:"3",computed:!1},type:{name:"number"},required:!1,description:""},sellingPoints:{type:{name:"arrayOf",value:{name:"string"}},required:!1,description:""},icon:{type:{name:"element"},required:!1,description:""}}};var selling_points=SellingPoints;"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["../node_modules/gatsby-core-theme/src/components/atoms/selling-points/index.js"]={name:"SellingPoints",docgenInfo:SellingPoints.__docgenInfo,path:"../node_modules/gatsby-core-theme/src/components/atoms/selling-points/index.js"});var operator_cta=__webpack_require__("../node_modules/gatsby-core-theme/src/components/atoms/operator-cta/index.js"),tnc=__webpack_require__("../node_modules/gatsby-core-theme/src/components/molecules/tnc/index.js"),bonus=__webpack_require__("../node_modules/gatsby-core-theme/src/components/atoms/bonus/index.js"),MainProvider=__webpack_require__("../node_modules/gatsby-core-theme/src/context/MainProvider.js"),review_link=__webpack_require__("../node_modules/gatsby-core-theme/src/components/atoms/review-link/index.js");__webpack_require__("../node_modules/core-js/modules/es.array.last-index-of.js"),__webpack_require__("../node_modules/gatsby-core-theme/src/helpers/generators.js");var variant_one_module=__webpack_require__("../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!../node_modules/sass-loader/dist/cjs.js!../node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[10].use[3]!./src/components/molecules/toplist/row/variant-one.module.scss"),variant_one_module_options={insert:"head",singleton:!1},row_variant_one_module=(injectStylesIntoStyleTag_default()(variant_one_module.Z,variant_one_module_options),variant_one_module.Z.locals||{});function Row(_ref){var _item$authorName,_item$extra_fields,_item$extra_fields2,_item$extra_fields3,_item$extra_fields4,item=_ref.item,_ref$tracker=_ref.tracker,tracker=void 0===_ref$tracker?"main":_ref$tracker,_ref$oneliner=_ref.oneliner,oneliner=void 0===_ref$oneliner?"main":_ref$oneliner,_ref$layout=_ref.layout,layout=void 0===_ref$layout?"list":_ref$layout,_ref$number=_ref.number,number=void 0===_ref$number?1:_ref$number,index=_ref.index,_ref$activeAuthor=_ref.activeAuthor,activeAuthor=void 0!==_ref$activeAuthor&&_ref$activeAuthor,_ref$isPPC=_ref.isPPC,isPPC=void 0!==_ref$isPPC&&_ref$isPPC,_ref$showLaunchDate=_ref.showLaunchDate,showLaunchDate=void 0===_ref$showLaunchDate||_ref$showLaunchDate,_ref$showCtaReviewLin=_ref.showCtaReviewLink,showCtaReviewLink=void 0!==_ref$showCtaReviewLin&&_ref$showCtaReviewLin,className=_ref.className,itemRefs=_ref.itemRefs,_ref$endLink=_ref.endLink,endLink=void 0!==_ref$endLink&&_ref$endLink,template=_ref.template,result=null===(_item$authorName=item.authorName)||void 0===_item$authorName?void 0:_item$authorName.split(/\s+/),itemName=item.name,itemRating=item.rating,reviewPath=item.review_link?"/".concat(item.review_link):item.path||"/",pros=(null===(_item$extra_fields=item.extra_fields)||void 0===_item$extra_fields?void 0:_item$extra_fields.pro_1)||(null===(_item$extra_fields2=item.extra_fields)||void 0===_item$extra_fields2?void 0:_item$extra_fields2.pro_2)||(null===(_item$extra_fields3=item.extra_fields)||void 0===_item$extra_fields3?void 0:_item$extra_fields3.pro_3),translations=((0,react.useContext)(MainProvider._)||{}).translations,tandcEnabled="1"===(null==item||null===(_item$extra_fields4=item.extra_fields)||void 0===_item$extra_fields4?void 0:_item$extra_fields4.terms_and_conditions_text_enabled),sellingPoints=item.selling_points;pros&&(sellingPoints=[item.extra_fields.pro_1,item.extra_fields.pro_2,item.extra_fields.pro_3].filter(Boolean));var trackerType=tracker.toLowerCase().replace(" ","_"),prettyLink=(0,getters.u4)(item,trackerType,!1,template),ribbons=item.ribbons,hasRibbon=ribbons&&ribbons.length>0,imageObject=(null==item?void 0:item.standardised_logo_url_object)||(null==item?void 0:item.logo_url_object),launchDate=function getLaunchDate(foundedDate){if(foundedDate){var arr=foundedDate.split("-");if(3===arr.length)return"".concat(arr[0])}return null}(item.founded);return react.createElement("li",{className:"".concat(className," ").concat(row_variant_one_module.row," ").concat("grid"===layout?row_variant_one_module.grid:""," ").concat(showLaunchDate?row_variant_one_module.launchDate:""," ").concat(tandcEnabled?"":row_variant_one_module.rowNoTandC),ref:function ref(el){return function addToRefs(el,itemNum){el&&itemRefs&&(itemRefs.current[itemNum]=el)}(el,index)}},"grid"===layout&&react.createElement("div",{className:"".concat(row_variant_one_module.numbers," ").concat(row_variant_one_module["num_".concat(number)]),id:"num_".concat(number)},number),hasRibbon&&react.createElement("div",{className:row_variant_one_module.ribbon},ribbons.slice(0,3).map((function(r){return react.createElement(label,{title:r,bgColor:(0,getters.tp)(item.extra_fields,"ribbon_color")?(0,getters.tp)(item.extra_fields,"ribbon_color"):"#0000"})}))),react.createElement("div",{className:row_variant_one_module.casinoDetails},react.createElement("a",{href:prettyLink,"aria-label":itemName,target:"_blank",rel:"noreferrer",className:"toplist-variant-one-gtm logo-cta"},react.createElement(lazy_image.Z,{alt:(0,getters.PY)(imageObject,item.name),src:(0,getters.S7)((null==imageObject?void 0:imageObject.filename)||(null==item?void 0:item.logo_url),80,80),width:80,height:800})),react.createElement("div",null,react.createElement("a",{href:prettyLink,target:"_blank",rel:"noreferrer",className:"toplist-variant-one-gtm name-cta"},itemName),react.createElement(one_star.default,{numOfStars:5,rating:itemRating,showLabel:!0}),!isPPC&&!showCtaReviewLink&&react.createElement(review_link.Z,{className:"".concat(row_variant_one_module.reviewLink," toplist-variant-one-gtm"),template:template,itemName:itemName,reviewPath:reviewPath}),item.authorName&&activeAuthor&&react.createElement("p",{className:row_variant_one_module.activeAuthor},"by",react.createElement(hooks_link.Z,{to:item.authorPath},"".concat(result[0]," ").concat(result[1].slice(0,1),".")),react.createElement(HiBadgeCheck.l,{color:"blue",size:18})))),react.createElement("a",{href:prettyLink,target:"_blank",rel:"noreferrer",className:"toplist-variant-one-gtm bonus-cta ".concat(row_variant_one_module.bonus," ").concat(showLaunchDate?row_variant_one_module.bonusLaunch:""," ").concat(hasRibbon?row_variant_one_module.withRibbon:"")},react.createElement(bonus.Z,{item:item,tracker:oneliner}),showLaunchDate&&react.createElement("span",null,(0,getters.Iu)(translations,"launch_date","Launch Date"),": ",launchDate)),react.createElement(selling_points,{sellingPoints:sellingPoints,limit:3}),showLaunchDate&&react.createElement("div",{className:row_variant_one_module.launchDate},launchDate&&react.createElement(react.Fragment,null,react.createElement("p",{className:row_variant_one_module.launchDateLabel},(0,getters.Iu)(translations,"launch_date","Launch Date")),react.createElement("p",null,launchDate))),react.createElement("span",{className:row_variant_one_module.ctaAndReview},react.createElement(operator_cta.Z,{operator:item,tracker:tracker,gtmClass:"toplist-operator-cta-gtm",pageTemplate:template}),!isPPC&&showCtaReviewLink&&react.createElement(review_link.Z,{className:"".concat(row_variant_one_module.reviewLink," toplist-variant-one-gtm"),template:template,itemName:itemName,reviewPath:reviewPath})),!isPPC&&endLink&&react.createElement(review_link.Z,{className:"".concat(row_variant_one_module.reviewLinkEnd," toplist-variant-one-gtm"),template:template,itemName:itemName,reviewPath:reviewPath}),tandcEnabled&&react.createElement(tnc.Z,{onlyMobile:"list"===layout,operator:item}))}Row.displayName="Row",Row.propTypes={showLaunchDate:prop_types_default().bool,index:prop_types_default().number,activeAuthor:prop_types_default().bool,className:prop_types_default().string,tracker:prop_types_default().string,oneliner:prop_types_default().string,layout:prop_types_default().oneOf(["list","grid"]),showCtaReviewLink:prop_types_default().bool,endLink:prop_types_default().bool,item:prop_types_default().shape({path:prop_types_default().string,authorName:prop_types_default().string,authorPath:prop_types_default().string,founded:prop_types_default().string,name:prop_types_default().string,logo_url:prop_types_default().string,rating:prop_types_default().string,selling_points:prop_types_default().arrayOf(prop_types_default().string),review_link:prop_types_default().string,one_liners:prop_types_default().shape({main:prop_types_default().shape({one_liner:prop_types_default().string})}),extra_fields:prop_types_default().shape({terms_and_conditions_text_enabled:prop_types_default().string,ribbon_text:prop_types_default().string,ribbon_color:prop_types_default().string,pro_1:prop_types_default().string,pro_2:prop_types_default().string,pro_3:prop_types_default().string}),standardised_logo_url_object:prop_types_default().object,logo_url_object:prop_types_default().object,bonus:prop_types_default().oneOfType([prop_types_default().array,prop_types_default().object]),relation:prop_types_default().shape({rating:prop_types_default().string,name:prop_types_default().string,path:prop_types_default().string,logo_url:prop_types_default().string})}).isRequired,number:prop_types_default().number,isPPC:prop_types_default().bool},Row.__docgenInfo={description:"",methods:[],displayName:"Row",props:{tracker:{defaultValue:{value:"'main'",computed:!1},type:{name:"string"},required:!1,description:""},oneliner:{defaultValue:{value:"'main'",computed:!1},type:{name:"string"},required:!1,description:""},layout:{defaultValue:{value:"'list'",computed:!1},type:{name:"enum",value:[{value:"'list'",computed:!1},{value:"'grid'",computed:!1}]},required:!1,description:""},number:{defaultValue:{value:"1",computed:!1},type:{name:"number"},required:!1,description:""},activeAuthor:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},isPPC:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},showLaunchDate:{defaultValue:{value:"true",computed:!1},type:{name:"bool"},required:!1,description:""},showCtaReviewLink:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},endLink:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},index:{type:{name:"number"},required:!1,description:""},className:{type:{name:"string"},required:!1,description:""},item:{type:{name:"shape",value:{path:{name:"string",required:!1},authorName:{name:"string",required:!1},authorPath:{name:"string",required:!1},founded:{name:"string",required:!1},name:{name:"string",required:!1},logo_url:{name:"string",required:!1},rating:{name:"string",required:!1},selling_points:{name:"arrayOf",value:{name:"string"},required:!1},review_link:{name:"string",required:!1},one_liners:{name:"shape",value:{main:{name:"shape",value:{one_liner:{name:"string",required:!1}},required:!1}},required:!1},extra_fields:{name:"shape",value:{terms_and_conditions_text_enabled:{name:"string",required:!1},ribbon_text:{name:"string",required:!1},ribbon_color:{name:"string",required:!1},pro_1:{name:"string",required:!1},pro_2:{name:"string",required:!1},pro_3:{name:"string",required:!1}},required:!1},standardised_logo_url_object:{name:"object",required:!1},logo_url_object:{name:"object",required:!1},bonus:{name:"union",value:[{name:"array"},{name:"object"}],required:!1},relation:{name:"shape",value:{rating:{name:"string",required:!1},name:{name:"string",required:!1},path:{name:"string",required:!1},logo_url:{name:"string",required:!1}},required:!1}}},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/molecules/toplist/row/variant-one.js"]={name:"Row",docgenInfo:Row.__docgenInfo,path:"src/components/molecules/toplist/row/variant-one.js"})},"../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!../node_modules/sass-loader/dist/cjs.js!../node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[10].use[3]!./src/components/molecules/toplist/row/variant-one.module.scss":function(module,__webpack_exports__,__webpack_require__){"use strict";var _node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../node_modules/css-loader/dist/runtime/cssWithMappingToString.js"),_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__),_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,".eUiIB97HmqhDwwR7mrfw2A\\=\\={background:#f3f2f2;border-radius:var(--border-radius);position:relative;text-align:center;justify-content:center;align-items:center;padding:3.8rem 2.4rem 3.2rem 2.4rem;display:flex;flex-direction:column;gap:1.7rem}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\={display:grid;grid-template-columns:1.5fr 1.5fr 1fr;column-gap:1rem;padding:0 0 0 2rem;text-align:inherit;row-gap:1.6rem}}@media only screen and (min-width:992px){.eUiIB97HmqhDwwR7mrfw2A\\=\\={grid-template-columns:2.5fr 2fr 2fr .5fr;padding:1.8rem 0 0 2rem}}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=.bN1eNvxU40gEanQ9SNWPbw\\=\\={grid-template-columns:1fr 1fr 1fr}}@media only screen and (min-width:992px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=.bN1eNvxU40gEanQ9SNWPbw\\=\\={grid-template-columns:2.5fr 2fr 2fr .8fr .5fr}}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\= .nz5Qx0QX4R-JAGGTuWctNQ\\=\\={display:none}}.eUiIB97HmqhDwwR7mrfw2A\\=\\= .hkvTWxoOP-8jSrbTJLvRUg\\=\\={position:absolute;left:4rem;top:.2rem}.eUiIB97HmqhDwwR7mrfw2A\\=\\= .hkvTWxoOP-8jSrbTJLvRUg\\=\\= span{padding:.8rem 1rem;font-size:1rem;color:#08202e;font-weight:700;text-transform:uppercase;background-color:#ffc740 !important;border-radius:var(--border-radius) 0;margin-right:1rem}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\= .hkvTWxoOP-8jSrbTJLvRUg\\=\\= span{padding:.5rem 1rem;font-size:1rem}}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\= .hkvTWxoOP-8jSrbTJLvRUg\\=\\={top:-1rem}}.eUiIB97HmqhDwwR7mrfw2A\\=\\= .Mk3rxjR05i2ekMIlgIqplg\\=\\={color:var(--text-link-color);text-decoration:underline;font-weight:700}.eUiIB97HmqhDwwR7mrfw2A\\=\\= .Mk3rxjR05i2ekMIlgIqplg\\=\\=:hover{color:var(--text-link-color)}.eUiIB97HmqhDwwR7mrfw2A\\=\\= ._6aOjNZFQtzKx543LGDUwcA\\=\\={width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:1.6rem}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\= ._6aOjNZFQtzKx543LGDUwcA\\=\\={padding-left:1.6rem;width:auto;order:2}}@media only screen and (min-width:1200px){.eUiIB97HmqhDwwR7mrfw2A\\=\\= ._6aOjNZFQtzKx543LGDUwcA\\=\\={padding-left:2.4rem;order:1}}.eUiIB97HmqhDwwR7mrfw2A\\=\\= ._6aOjNZFQtzKx543LGDUwcA\\=\\=>a{display:flex;flex:0 0 8rem}.eUiIB97HmqhDwwR7mrfw2A\\=\\= ._6aOjNZFQtzKx543LGDUwcA\\=\\= img{width:8rem;height:8rem;border-radius:.8rem}.eUiIB97HmqhDwwR7mrfw2A\\=\\= ._6aOjNZFQtzKx543LGDUwcA\\=\\=>div{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:.8rem}.eUiIB97HmqhDwwR7mrfw2A\\=\\= ._6aOjNZFQtzKx543LGDUwcA\\=\\=>div a:first-child{color:#5a4e51;font-weight:700;font-size:14px;line-height:22px}.eUiIB97HmqhDwwR7mrfw2A\\=\\= ._6aOjNZFQtzKx543LGDUwcA\\=\\=>div a:first-child:hover{color:#5a4e51}.eUiIB97HmqhDwwR7mrfw2A\\=\\= ._6aOjNZFQtzKx543LGDUwcA\\=\\=>div>div{border:0}.eUiIB97HmqhDwwR7mrfw2A\\=\\= ._6aOjNZFQtzKx543LGDUwcA\\=\\=>div a:last-child{font-weight:700;font-size:13px;line-height:16px}.eUiIB97HmqhDwwR7mrfw2A\\=\\=>a._2Uq-rUSXp5IbrEQErB8Apw\\=\\={display:flex;flex-direction:column;gap:.8rem;padding-top:0}.eUiIB97HmqhDwwR7mrfw2A\\=\\=>a._2Uq-rUSXp5IbrEQErB8Apw\\=\\= p{padding:0}.eUiIB97HmqhDwwR7mrfw2A\\=\\=>a._2Uq-rUSXp5IbrEQErB8Apw\\=\\= span:last-child{font-weight:700;font-size:16px;line-height:23px;color:#150e06;display:none}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=>a._2Uq-rUSXp5IbrEQErB8Apw\\=\\= span:last-child{display:block}}@media only screen and (min-width:992px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=>a._2Uq-rUSXp5IbrEQErB8Apw\\=\\= span:last-child{display:none}}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=>a._2Uq-rUSXp5IbrEQErB8Apw\\=\\=.rtc1MNAqXcMRqNfNPbAu\\+g\\=\\={padding-top:2rem !important}}@media only screen and (min-width:1200px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=>a._2Uq-rUSXp5IbrEQErB8Apw\\=\\=.rtc1MNAqXcMRqNfNPbAu\\+g\\=\\={padding-top:0 !important}}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=>a._2Uq-rUSXp5IbrEQErB8Apw\\=\\={grid-column:1/4;order:1;flex-direction:row;justify-content:center;align-items:center;background-color:var(--color-7)}.eUiIB97HmqhDwwR7mrfw2A\\=\\=>a._2Uq-rUSXp5IbrEQErB8Apw\\=\\=._8T7ZiU9-0Ho\\+s31\\+73TJKg\\=\\={justify-content:space-between;padding:0 1rem}}@media only screen and (min-width:992px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=>a._2Uq-rUSXp5IbrEQErB8Apw\\=\\={background-color:rgba(0,0,0,0);order:2;grid-column:auto;flex-direction:column;align-items:flex-start;padding-top:0}}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\= ul{order:3;padding-left:3rem}}@media only screen and (min-width:1200px){.eUiIB97HmqhDwwR7mrfw2A\\=\\= ul{order:3}}.eUiIB97HmqhDwwR7mrfw2A\\=\\= ul li{color:#150e06;text-align:left}.eUiIB97HmqhDwwR7mrfw2A\\=\\= ul li::before{top:.5rem}.eUiIB97HmqhDwwR7mrfw2A\\=\\= .TAK2PALQiawL-8orJ-xsGg\\=\\={font-weight:700;font-size:16px;line-height:23px;color:#150e06;display:none}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\= .TAK2PALQiawL-8orJ-xsGg\\=\\={display:block}}.eUiIB97HmqhDwwR7mrfw2A\\=\\=>ul,.eUiIB97HmqhDwwR7mrfw2A\\=\\= .bN1eNvxU40gEanQ9SNWPbw\\=\\={display:flex;align-items:center;justify-content:center}.eUiIB97HmqhDwwR7mrfw2A\\=\\= .bN1eNvxU40gEanQ9SNWPbw\\=\\={flex-direction:row;gap:1rem;font-size:2rem;font-weight:700;color:#150e06;justify-content:center}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\= .bN1eNvxU40gEanQ9SNWPbw\\=\\={display:none}}@media only screen and (min-width:1200px){.eUiIB97HmqhDwwR7mrfw2A\\=\\= .bN1eNvxU40gEanQ9SNWPbw\\=\\={display:flex;order:4}}.eUiIB97HmqhDwwR7mrfw2A\\=\\=>a:not(._2Uq-rUSXp5IbrEQErB8Apw\\=\\=){display:flex;align-items:center;justify-content:center;width:100%;word-break:inherit}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=>a:not(._2Uq-rUSXp5IbrEQErB8Apw\\=\\=){margin-right:2.4rem;order:4;width:auto}}@media only screen and (min-width:1200px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=>a:not(._2Uq-rUSXp5IbrEQErB8Apw\\=\\=){order:4}}.eUiIB97HmqhDwwR7mrfw2A\\=\\=>div:last-child{border-radius:0 0 var(--border-radius) 0;color:var(--color-34);font-size:.8rem;padding:.6rem 1rem;text-align:center}@media only screen and (max-width:991px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=>div:last-child p{margin-top:1rem}}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=>div:last-child{order:5;grid-column:1/4}}@media only screen and (min-width:1200px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=>div:last-child{grid-column:1/6;order:5;background:var(--color-7)}}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\={border-radius:1.2rem;padding:2rem 2rem .5rem 2rem;text-align:center;min-height:39rem}@media only screen and (min-width:992px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\={grid-template-columns:1fr}}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\={grid-template-columns:1fr}}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= .NeNIPpby8Rq5Mpeh\\+k7-qA\\=\\={position:absolute;text-align:center;width:2.4rem;height:2.4rem;background-color:var(--toplist-ranking-base-color);border-radius:.8rem 0 .8rem 0;color:#fff;font-size:1.4rem;line-height:2.4rem;left:0;top:0}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= .NeNIPpby8Rq5Mpeh\\+k7-qA\\=\\=.-\\+OCyRCSY7UW4ZyU32dt-g\\=\\={background-color:var(--toplist-ranking-first-color)}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= .NeNIPpby8Rq5Mpeh\\+k7-qA\\=\\=.eiaJV0SqBVV5oTcsu1IVuA\\=\\={background-color:var(--toplist-ranking-second-color)}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= .NeNIPpby8Rq5Mpeh\\+k7-qA\\=\\=.bFF921IGpeuZhOpfSE3UzQ\\=\\={background-color:var(--toplist-ranking-third-color)}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= .KSBSWw7AH\\+MMNYIsJ0CDlw\\=\\={grid-column:1;background:rgba(0,0,0,0)}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= ._6aOjNZFQtzKx543LGDUwcA\\=\\={padding-left:0;height:8.5rem}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= ._6aOjNZFQtzKx543LGDUwcA\\=\\={display:flex;align-items:center;justify-content:space-between;padding-left:0}}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= ._6aOjNZFQtzKx543LGDUwcA\\=\\=>div{width:80%;margin:0 auto}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= ._2Uq-rUSXp5IbrEQErB8Apw\\=\\={flex-direction:column !important;justify-content:flex-start;background:rgba(0,0,0,0);height:9.3rem}@media only screen and (min-width:768px){.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= ._2Uq-rUSXp5IbrEQErB8Apw\\=\\={order:unset;grid-column:1}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= ._2Uq-rUSXp5IbrEQErB8Apw\\=\\=>*{padding-right:0 !important}}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= ._2Uq-rUSXp5IbrEQErB8Apw\\=\\= a>div{width:100%;text-align:center;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= ._2Uq-rUSXp5IbrEQErB8Apw\\=\\= a>div div:first-child{padding-right:0 !important}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= ._2Uq-rUSXp5IbrEQErB8Apw\\=\\= a.Mk3rxjR05i2ekMIlgIqplg\\=\\={display:none}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= .AmuODL0wmVwNSlH0vXxFKA\\=\\={display:flex;align-items:center;justify-content:center;display:flex;flex-direction:column}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= .AmuODL0wmVwNSlH0vXxFKA\\=\\= a:first-child{width:90%;margin-top:1rem}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= .AmuODL0wmVwNSlH0vXxFKA\\=\\= a:nth-child(2){padding-top:1.5rem;display:inline-block}.eUiIB97HmqhDwwR7mrfw2A\\=\\=.f0dY1Np7jC6uu-dljnBw8A\\=\\= .WISQApTn4Kz6r4ZIsjb22A\\=\\={height:6.25rem}.iFuYQ4No5S1SMdcr\\+23uTw\\=\\={padding-bottom:1.8rem}.pMxgwXnBx9wlYN2-R4rCFg\\=\\={background-color:inherit;order:4;margin-right:2.4rem;display:flex;flex-direction:column}.fcEsY6Hoqq5zJFl9G1y8xQ\\=\\={font-size:10px}.fcEsY6Hoqq5zJFl9G1y8xQ\\=\\=>a{font-size:10px}","",{version:3,sources:["webpack://./src/components/molecules/toplist/row/variant-one.module.scss","webpack://./../node_modules/gatsby-core-theme/src/styles/utils/_media-queries.scss","webpack://./../node_modules/gatsby-core-theme/src/styles/utils/_mixins.scss"],names:[],mappings:"AAcA,4BACE,kBAAA,CACA,kCAAA,CACA,iBAAA,CACA,iBAAA,CACA,sBAAA,CACA,kBAAA,CACA,mCAAA,CACA,YAAA,CACA,qBAAA,CACA,UAAA,CC4BA,yCDtCF,4BAaI,YAAA,CACA,qCAAA,CACA,eAAA,CACA,kBAAA,CACA,kBAAA,CACA,cAAA,CAAA,CCoBF,yCDtCF,4BAsBI,wCAAA,CACA,uBAAA,CAAA,CCeF,yCDZA,uDAEI,iCAAA,CAAA,CCUJ,yCDZA,uDAMI,6CAAA,CAAA,CCMJ,yCDFA,wDAEI,YAAA,CAAA,CAIJ,wDACE,iBAAA,CACA,SAAA,CACA,SAAA,CAEA,6DACE,kBAAA,CACA,cAAA,CACA,aAAA,CACA,eAAA,CACA,wBAAA,CACA,mCAAA,CACA,oCAAA,CACA,iBAAA,CCjBJ,yCDSE,6DAWI,kBAAA,CACA,cAAA,CAAA,CCrBN,yCDIA,wDAsBI,SAAA,CAAA,CAIJ,wDExDA,4BFyDsB,CACpB,yBAAA,CACA,eAAA,CEzDF,8DACE,4BFsDoB,CAKtB,yDACE,UAAA,CExFF,YAAA,CACA,kBFwFsB,CEvFtB,0BFuF8B,CAC5B,kBAAA,CACA,UAAA,CCxCF,yCDoCA,yDAOI,mBAAA,CACA,UAAA,CACA,OAAA,CAAA,CC7CJ,0CDoCA,yDAaI,mBAAA,CACA,OAAA,CAAA,CAGF,2DACE,YAAA,CACA,aAAA,CAGF,6DACE,UAAA,CACA,WAAA,CACA,mBAAA,CAGF,6DEnHF,YAAA,CACA,sBFmHwB,CElHxB,6BFkHoC,CAChC,qBAAA,CACA,SAAA,CAEA,2EE/FJ,aFgG0B,CACpB,eAAA,CACA,cAAA,CACA,gBAAA,CEjGN,iFACE,aF6FwB,CAMtB,iEACE,QAAA,CAGF,0EACE,eAAA,CACA,cAAA,CACA,gBAAA,CAKN,0DErIA,YAAA,CACA,qBFqI0B,CACxB,SAAA,CACA,aAAA,CAEA,4DACE,SAAA,CAGF,0EACE,eAAA,CACA,cAAA,CACA,gBAAA,CACA,aAAA,CACA,YAAA,CCtGJ,yCDiGE,0EAQI,aAAA,CAAA,CCzGN,yCDiGE,0EAYI,YAAA,CAAA,CC7GN,yCDiHE,sFAEI,2BAAA,CAAA,CCnHN,0CDiHE,sFAMI,wBAAA,CAAA,CCvHN,yCDwFA,0DAoCI,eAAA,CACA,OAAA,CACA,kBAAA,CACA,sBAAA,CACA,kBAAA,CACA,+BAAA,CAEA,wFACE,6BAAA,CACA,cAAA,CAAA,CCrIN,yCDwFA,0DAkDI,8BAAA,CACA,OAAA,CACA,gBAAA,CACA,qBAAA,CACA,sBAAA,CACA,aAAA,CAAA,CC/IJ,yCDmJA,+BAEI,OAAA,CACA,iBAAA,CAAA,CCtJJ,0CDmJA,+BAOI,OAAA,CAAA,CAGF,kCACE,aAAA,CACA,eAAA,CAEA,0CACE,SAAA,CAKN,wDACE,eAAA,CACA,cAAA,CACA,gBAAA,CACA,aAAA,CACA,YAAA,CC5KF,yCDuKA,wDAQI,aAAA,CAAA,CAIJ,uFEtOA,YAAA,CACA,kBFuOsB,CEtOtB,sBFsO8B,CAG9B,wDACE,kBAAA,CACA,QAAA,CACA,cAAA,CACA,eAAA,CACA,aAAA,CACA,sBAAA,CC9LF,yCDwLA,wDASI,YAAA,CAAA,CCjMJ,0CDwLA,wDAaI,YAAA,CACA,OAAA,CAAA,CAIJ,gEE7PA,YAAA,CACA,kBF6PsB,CE5PtB,sBF4P8B,CAC5B,UAAA,CACA,kBAAA,CC7MF,yCD0MA,gEAMI,mBAAA,CACA,OAAA,CACA,UAAA,CAAA,CClNJ,0CD0MA,gEAYI,OAAA,CAAA,CAIJ,2CACE,wCAAA,CACA,qBAAA,CACA,eAAA,CACA,kBAAA,CACA,iBAAA,CCxNF,yCD0NE,6CAEI,eAAA,CAAA,CCnON,yCD0NA,2CAcI,OAAA,CACA,eAAA,CAAA,CCzOJ,0CD0NA,2CAmBI,eAAA,CACA,OAAA,CACA,yBAAA,CAAA,CAIJ,uDACE,oBAAA,CACA,4BAAA,CACA,iBAAA,CACA,gBAAA,CCvPF,yCDmPA,uDAOI,yBAAA,CAAA,CC1PJ,yCDmPA,uDAUI,yBAAA,CAAA,CAGF,oFACE,iBAAA,CACA,iBAAA,CACA,YAAA,CACA,aAAA,CACA,kDAAA,CACA,6BAAA,CACA,UAAA,CACA,gBAAA,CACA,kBAAA,CACA,MAAA,CACA,KAAA,CACA,gHACE,mDAAA,CAEF,+GACE,oDAAA,CAEF,+GACE,mDAAA,CAGJ,oFACE,aAAA,CACA,wBAAA,CAEF,oFACE,cAAA,CACA,aAAA,CC5RJ,yCD0RE,oFE7UF,YAAA,CACA,kBFgV0B,CE/U1B,6BF+UkC,CAC5B,cAAA,CAAA,CAEF,wFACE,SAAA,CACA,aAAA,CAGJ,oFACE,gCAAA,CACA,0BAAA,CACA,wBAAA,CACA,aAAA,CC1SJ,yCDsSE,oFAMI,WAAA,CACA,aAAA,CACA,sFACE,0BAAA,CAAA,CAGJ,0FACE,UAAA,CACA,iBAAA,CEvWN,YAAA,CACA,kBFuW0B,CEtW1B,0BFsWkC,CAC5B,qBAAA,CACA,0GACE,0BAAA,CAGJ,iHACE,YAAA,CAGJ,mFElXF,YAAA,CACA,kBFkXwB,CEjXxB,sBFiXgC,CE7WhC,YAAA,CACA,qBF6W4B,CACxB,iGACE,SAAA,CACA,eAAA,CAEF,kGACE,kBAAA,CACA,oBAAA,CAGJ,mFACE,cAAA,CAKN,6BACE,qBAAA,CAGF,4BACE,wBAAA,CACA,OAAA,CACA,mBAAA,CACA,YAAA,CACA,qBAAA,CAGF,4BACE,cAAA,CACA,8BACE,cAAA",sourcesContent:["// Global styles extended in each theme\n\n// Utils\n@import '../../../../../../node_modules/gatsby-core-theme/src/styles/utils/variables/typography';\n@import '../../../../../../node_modules/gatsby-core-theme/src/styles/utils/variables/layout';\n@import '../../../../../../node_modules/gatsby-core-theme/src/styles/utils/variables/stack-order';\n@import '../../../../../../node_modules/gatsby-core-theme/src/styles/utils/media-queries';\n@import '../../../../../../node_modules/gatsby-core-theme/src/styles/utils/icons';\n@import '../../../../../../node_modules/gatsby-core-theme/src/styles/utils/tooltip';\n@import '../../../../../../node_modules/gatsby-core-theme/src/styles/utils/loader';\n@import '../../../../../../node_modules/gatsby-core-theme/src/styles/utils/mixins';\n@import '../../../../../../node_modules/gatsby-core-theme/src/styles/utils/scrollbar';\n@import '../../../../../../node_modules/gatsby-core-theme/src/styles/utils/animations';\n\n.row {\n background: #f3f2f2;\n border-radius: var(--border-radius);\n position: relative;\n text-align: center;\n justify-content: center;\n align-items: center;\n padding: 3.8rem 2.4rem 3.2rem 2.4rem;\n display: flex;\n flex-direction: column;\n gap: 1.7rem;\n\n @include min(tablet) {\n display: grid;\n grid-template-columns: 1.5fr 1.5fr 1fr;\n column-gap: 1rem;\n padding: 0 0 0 2rem;\n text-align: inherit;\n row-gap: 1.6rem;\n }\n\n @include min(laptop) {\n grid-template-columns: 2.5fr 2fr 2fr 0.5fr;\n padding: 1.8rem 0 0 2rem;\n }\n\n &.launchDate {\n @include min(tablet) {\n grid-template-columns: 1fr 1fr 1fr;\n }\n\n @include min(laptop) {\n grid-template-columns: 2.5fr 2fr 2fr 0.8fr 0.5fr;\n }\n }\n\n .launchDateLabel {\n @include min(tablet) {\n display: none;\n }\n }\n\n .ribbon {\n position: absolute;\n left: 4rem;\n top: 0.2rem;\n\n span {\n padding: 0.8rem 1rem;\n font-size: 1rem;\n color: #08202e;\n font-weight: 700;\n text-transform: uppercase;\n background-color: #ffc740 !important;\n border-radius: var(--border-radius) 0;\n margin-right: 1rem;\n \n @include min(tablet) {\n padding: 0.5rem 1rem;\n font-size: 1rem;\n }\n }\n\n @include min(tablet) {\n top: -1rem;\n }\n }\n\n .reviewLink {\n @include link-color(var(--text-link-color));\n text-decoration: underline;\n font-weight: 700;\n }\n\n .casinoDetails {\n width: 100%;\n @include flex-align(center, flex-start);\n flex-direction: row;\n gap: 1.6rem;\n\n @include min(tablet) {\n padding-left: 1.6rem;\n width: auto;\n order: 2;\n }\n\n @include min(desktop) {\n padding-left: 2.4rem;\n order: 1;\n }\n\n > a {\n display: flex;\n flex: 0 0 8rem;\n }\n\n img {\n width: 8rem;\n height: 8rem;\n border-radius: 0.8rem;\n }\n\n > div {\n @include flex-align(flex-start, space-between);\n flex-direction: column;\n gap: 0.8rem;\n\n a:first-child {\n @include link-color(#5a4e51);\n font-weight: 700;\n font-size: 14px;\n line-height: 22px;\n }\n\n > div {\n border: 0;\n }\n\n a:last-child {\n font-weight: 700;\n font-size: 13px;\n line-height: 16px;\n }\n }\n }\n\n > a.bonus {\n @include flex-direction(column);\n gap: 0.8rem;\n padding-top: 0;\n\n p {\n padding: 0;\n }\n\n span:last-child {\n font-weight: 700;\n font-size: 16px;\n line-height: 23px;\n color: #150e06;\n display: none;\n\n @include min(tablet) {\n display: block;\n }\n\n @include min(laptop) {\n display: none;\n }\n }\n\n &.withRibbon {\n @include min(tablet) {\n padding-top: 2rem !important;\n }\n\n @include min(desktop) {\n padding-top: 0 !important;\n }\n }\n\n @include min(tablet) {\n grid-column: 1/4;\n order: 1;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n background-color: var(--color-7);\n\n &.bonusLaunch {\n justify-content: space-between;\n padding: 0 1rem;\n }\n }\n\n @include min(laptop) {\n background-color: transparent;\n order: 2;\n grid-column: auto;\n flex-direction: column;\n align-items: flex-start;\n padding-top: 0;\n }\n }\n\n ul {\n @include min(tablet) {\n order: 3;\n padding-left: 3rem;\n }\n\n @include min(desktop) {\n order: 3;\n }\n\n li {\n color: #150e06;\n text-align: left;\n\n &::before {\n top: 0.5rem;\n }\n }\n }\n\n .launchDateBonus {\n font-weight: 700;\n font-size: 16px;\n line-height: 23px;\n color: #150e06;\n display: none;\n\n @include min(tablet) {\n display: block;\n }\n }\n\n > ul,\n .launchDate {\n @include flex-align(center, center);\n }\n\n .launchDate {\n flex-direction: row;\n gap: 1rem;\n font-size: 2rem;\n font-weight: 700;\n color: #150e06;\n justify-content: center;\n\n @include min(tablet) {\n display: none;\n }\n\n @include min(desktop) {\n display: flex;\n order: 4;\n }\n }\n\n > a:not(.bonus) {\n @include flex-align(center, center);\n width: 100%;\n word-break: inherit;\n\n @include min(tablet) {\n margin-right: 2.4rem;\n order: 4;\n width: auto;\n }\n\n @include min(desktop) {\n order: 4;\n }\n }\n\n > div:last-child {\n border-radius: 0 0 var(--border-radius) 0;\n color: var(--color-34);\n font-size: 0.8rem;\n padding: 0.6rem 1rem;\n text-align: center;\n\n p {\n @include max(tablet) {\n margin-top: 1rem;\n }\n }\n\n @include min(tablet) {\n order: 5;\n grid-column: 1/4;\n }\n\n @include min(desktop) {\n grid-column: 1/6;\n order: 5;\n background: var(--color-7);\n }\n }\n\n &.grid {\n border-radius: 1.2rem;\n padding: 2rem 2rem 0.5rem 2rem;\n text-align: center;\n min-height: 39rem;\n\n @include min(laptop) {\n grid-template-columns: 1fr;\n }\n @include min(tablet) {\n grid-template-columns: 1fr;\n }\n\n .numbers {\n position: absolute;\n text-align: center;\n width: 2.4rem;\n height: 2.4rem;\n background-color: var(--toplist-ranking-base-color);\n border-radius: 0.8rem 0 0.8rem 0;\n color: #fff;\n font-size: 1.4rem;\n line-height: 2.4rem;\n left: 0;\n top: 0;\n &.num_1 {\n background-color: var(--toplist-ranking-first-color);\n }\n &.num_2 {\n background-color: var(--toplist-ranking-second-color);\n }\n &.num_3 {\n background-color: var(--toplist-ranking-third-color);\n }\n }\n .tandc {\n grid-column: 1;\n background: transparent;\n }\n .casinoDetails {\n padding-left: 0;\n height: 8.5rem;\n @include min(tablet) {\n @include flex-align(center, space-between);\n padding-left: 0;\n }\n > div {\n width: 80%;\n margin: 0 auto;\n }\n }\n .bonus {\n flex-direction: column !important;\n justify-content: flex-start;\n background: transparent;\n height: 9.3rem;\n @include min(tablet) {\n order: unset;\n grid-column: 1;\n > * {\n padding-right: 0 !important;\n }\n }\n a > div {\n width: 100%;\n text-align: center;\n @include flex-align(center, flex-start);\n flex-direction: column;\n div:first-child {\n padding-right: 0 !important;\n }\n }\n a.reviewLink {\n display: none;\n }\n }\n .cta {\n @include flex-align(center, center);\n @include flex-direction(column);\n a:first-child {\n width: 90%;\n margin-top: 1rem;\n }\n a:nth-child(2) {\n padding-top: 1.5rem;\n display: inline-block;\n }\n }\n .pros {\n height: 6.25rem;\n }\n }\n}\n\n.rowNoTandC {\n padding-bottom: 1.8rem;\n}\n\n.ctaAndReview {\n background-color: inherit;\n order: 4;\n margin-right: 2.4rem;\n display: flex;\n flex-direction: column;\n}\n\n.activeAuthor {\n font-size: 10px;\n > a {\n font-size: 10px;\n }\n}\n","$media-query-sizes: (\n mobile-s: (\n min: 320px,\n max: 374px,\n ),\n mobile-m: (\n min: 375px,\n max: 424px,\n ),\n mobile: (\n min: 425px,\n max: 767px,\n ),\n tablet: (\n min: 768px,\n max: 991px,\n ),\n laptop: (\n min: 992px,\n max: 1199px,\n ),\n desktop: (\n min: 1200px,\n ),\n);\n\n// Get media query sizes\n$screen: 'only screen';\n@function media-query($media, $optional-media: '', $min: true) {\n $media-label: '';\n\n @if ($optional-media != '') {\n $media-sizes-min: map-get($media-query-sizes, $media);\n $media-sizes-max: map-get($media-query-sizes, $optional-media);\n $media-label: $screen +\n \" and (min-width:#{map-get($media-sizes-min, 'min')}) and (max-width:#{map-get($media-sizes-max, 'max')})\";\n } @else {\n $query: 'max';\n\n @if ($min) {\n $query: 'min';\n }\n\n $media-sizes: map-get($media-query-sizes, $media);\n $media-label: $screen + ' and (#{$query}-width:#{map-get($media-sizes, $query)})';\n }\n\n @return $media-label;\n}\n\n// Min media query\n@mixin min($media) {\n @media #{media-query($media)} {\n @content;\n }\n}\n\n// Max media query\n@mixin max($media) {\n @media #{media-query($media, '', false)} {\n @content;\n }\n}\n\n// Min & max media query\n@mixin min-max($min, $max) {\n @media #{media-query($min, $max)} {\n @content;\n }\n}\n\n// Use this ONLY if you need a media query that doesn't fit the $media-query-sizes breakpoints above\n// Pass number, for example @include custom-min(992)\n@mixin custom-min($min) {\n @media #{$screen} and (min-width: #{$min}px) {\n @content;\n }\n}\n\n@mixin custom-max($max) {\n @media #{$screen} and (max-width: #{$max}px) {\n @content;\n }\n}\n\n@mixin custom-min-max($min, $max) {\n @media #{$screen} and (min-width: #{$min}px) and (max-width: #{$max}px) {\n @content;\n }\n}\n\n// Landscape\n// (If we find more use cases of this in the future, might want to refactor this and include it in the media-query function for $screen)\n// Pass number\n$landscape: 'screen and (orientation:landscape)';\n\n@mixin landscape-max($max) {\n @media #{$landscape} and (max-width: #{$max}px) {\n @content;\n }\n}\n\n@mixin landscape-min($min) {\n @media #{$landscape} and (min-width: #{$min}px) {\n @content;\n }\n}\n\n// Hover\n// that allows you only to apply styles on devices with hover capability\n@mixin hover-device() {\n @media (hover: hover) {\n &:hover {\n @content;\n }\n }\n}\n","@mixin flex-align($align-items, $justify-content) {\n display: flex;\n align-items: $align-items;\n justify-content: $justify-content;\n}\n\n@mixin flex-direction($flex-direction) {\n display: flex;\n flex-direction: $flex-direction;\n}\n\n@mixin overflow($overflow-type, $overflow-value, $scrolling) {\n #{$overflow-type}: $overflow-value;\n -webkit-overflow-scrolling: $scrolling; // Autoprefixer doesn't add\n}\n\n@mixin text-background($bgcolor, $text-color) {\n background: $bgcolor;\n border-radius: 100px;\n color: $text-color;\n font-weight: 700;\n @include flex-align(center, center);\n padding: 0 2rem;\n}\n\n@mixin link-color($color) {\n color: $color;\n\n &:hover {\n color: $color;\n }\n}\n\n// Using em because I want images in content to inherit size based on parent element (not root)\n@mixin content-img-float($direction) {\n float: $direction;\n @if $direction == right {\n margin: 0 0 1em 1em;\n } @else {\n margin: 0 1em 1em 0;\n }\n}\n\n@mixin content-img-align($direction: center, $spacing: 1em) {\n display: block;\n @if $direction == right {\n margin: $spacing 0 $spacing auto;\n } @else if $direction == left {\n margin: $spacing auto $spacing 0;\n } @else {\n margin: $spacing auto;\n }\n}\n\n@mixin section-arrow-down($color, $width, $height) {\n position: relative;\n &:after {\n top: 100%;\n left: 50%;\n border: solid transparent;\n content: '';\n height: 0;\n width: 0;\n position: absolute;\n pointer-events: none;\n border-color: rgba(0, 0, 0, 0);\n border-top: $height solid $color;\n border-right: calc($width / 2) solid transparent;\n border-left: calc($width / 2) solid transparent;\n margin-left: - calc($width / 2);\n }\n}\n\n@mixin gradientBtn($color1, $color2, $color3) {\n background: linear-gradient(to bottom, $color1 0, $color2 14%, $color3 61%);\n &:hover {\n background: linear-gradient(to bottom, $color1 0, $color2 14%, $color3 61%);\n }\n}\n\n@mixin sportBtn($color1, $color2) {\n background: linear-gradient(to bottom, $color1 0, $color2 100%);\n &:hover {\n background: linear-gradient(to bottom, $color2 0, $color1 100%);\n }\n}\n\n@mixin star($border-color: #ffb400, $fill-color: #ffb400, $width: 16px, $line-height: 2rem) {\n line-height: $line-height;\n width: $width;\n font-weight: normal;\n display: inline-block;\n color: $fill-color;\n font-size: 15px;\n position: relative;\n text-shadow: -1px 0 $border-color, 0 1px $border-color, 1px 0 $border-color, 0 -1px $border-color;\n\n &:last-child {\n margin-right: 0;\n }\n &:before {\n content: '\\2605';\n }\n}\n\n@mixin half-star($border-color: #ffb400, $half-empty-color: #ffb400, $half-full-color: white) {\n line-height: 2rem;\n width: 16px;\n font-weight: normal;\n display: inline-block;\n color: $half-full-color;\n font-size: 15px;\n position: relative;\n &:before {\n content: '\\2605';\n }\n text-shadow: -1px 0 $border-color, 0 1px $border-color, 1px 0 $border-color, 0 -1px $border-color;\n &:after {\n content: '\\2605';\n color: $half-empty-color;\n position: absolute;\n width: 7px;\n overflow: hidden;\n bottom: 0;\n left: 0;\n }\n}\n"],sourceRoot:""}]),___CSS_LOADER_EXPORT___.locals={row:"eUiIB97HmqhDwwR7mrfw2A==",launchDate:"bN1eNvxU40gEanQ9SNWPbw==",launchDateLabel:"nz5Qx0QX4R-JAGGTuWctNQ==",ribbon:"hkvTWxoOP-8jSrbTJLvRUg==",reviewLink:"Mk3rxjR05i2ekMIlgIqplg==",casinoDetails:"_6aOjNZFQtzKx543LGDUwcA==",bonus:"_2Uq-rUSXp5IbrEQErB8Apw==",withRibbon:"rtc1MNAqXcMRqNfNPbAu+g==",bonusLaunch:"_8T7ZiU9-0Ho+s31+73TJKg==",launchDateBonus:"TAK2PALQiawL-8orJ-xsGg==",grid:"f0dY1Np7jC6uu-dljnBw8A==",numbers:"NeNIPpby8Rq5Mpeh+k7-qA==",num_1:"-+OCyRCSY7UW4ZyU32dt-g==",num_2:"eiaJV0SqBVV5oTcsu1IVuA==",num_3:"bFF921IGpeuZhOpfSE3UzQ==",tandc:"KSBSWw7AH+MMNYIsJ0CDlw==",cta:"AmuODL0wmVwNSlH0vXxFKA==",pros:"WISQApTn4Kz6r4ZIsjb22A==",rowNoTandC:"iFuYQ4No5S1SMdcr+23uTw==",ctaAndReview:"pMxgwXnBx9wlYN2-R4rCFg==",activeAuthor:"fcEsY6Hoqq5zJFl9G1y8xQ=="},__webpack_exports__.Z=___CSS_LOADER_EXPORT___},"../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!../node_modules/sass-loader/dist/cjs.js!../node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[10].use[3]!../node_modules/gatsby-core-theme/src/components/atoms/label/label.module.scss":function(module,__webpack_exports__,__webpack_require__){"use strict";var _css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../node_modules/css-loader/dist/runtime/cssWithMappingToString.js"),_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,".XqK4sBymDHbEPbGfTSicPw\\=\\={padding:.5rem 1rem;font-size:1.4rem;color:#000}","",{version:3,sources:["webpack://./../node_modules/gatsby-core-theme/src/components/atoms/label/label.module.scss"],names:[],mappings:"AAcA,4BACE,kBAAA,CACA,gBAAA,CACA,UAAA",sourcesContent:["// Global styles extended in each theme\n\n// Utils\n@import '../../../styles/utils/variables/typography';\n@import '../../../styles/utils/variables/layout';\n@import '../../../styles/utils/variables/stack-order';\n@import '../../../styles/utils/media-queries';\n@import '../../../styles/utils/icons';\n@import '../../../styles/utils/tooltip';\n@import '../../../styles/utils/loader';\n@import '../../../styles/utils/mixins';\n@import '../../../styles/utils/scrollbar';\n@import '../../../styles/utils/animations';\n\n.label {\n padding: 0.5rem 1rem;\n font-size: 1.4rem;\n color: black;\n}\n"],sourceRoot:""}]),___CSS_LOADER_EXPORT___.locals={label:"XqK4sBymDHbEPbGfTSicPw=="},__webpack_exports__.Z=___CSS_LOADER_EXPORT___},"../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!../node_modules/sass-loader/dist/cjs.js!../node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[10].use[3]!../node_modules/gatsby-core-theme/src/components/atoms/selling-points/selling-points.module.scss":function(module,__webpack_exports__,__webpack_require__){"use strict";var _css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../node_modules/css-loader/dist/runtime/cssWithMappingToString.js"),_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,'.w\\+VAxfOX00vjUBAsnXPtYw\\=\\={display:flex;align-items:center;justify-content:flex-start;flex-direction:column}.w\\+VAxfOX00vjUBAsnXPtYw\\=\\= li{display:flex;align-items:center;justify-content:flex-start;font-size:1.4rem;width:100%}.w\\+VAxfOX00vjUBAsnXPtYw\\=\\= li.EamexPE9zTDrr6gD-ssbMw\\=\\={position:relative;margin-left:2rem}.w\\+VAxfOX00vjUBAsnXPtYw\\=\\= li.EamexPE9zTDrr6gD-ssbMw\\=\\=::before{content:"";border:solid var(--selling-point-icon-color);border-width:0 .5rem .5rem 0;padding:.5rem;transform:rotate(45deg);position:absolute;padding:0px 0px .8rem .32rem;border-right-width:.18rem;border-bottom-width:.18rem;left:-1.8rem}@media only screen and (max-width:767px){.w\\+VAxfOX00vjUBAsnXPtYw\\=\\={width:90%;margin:0 auto;padding:1rem 0}}',"",{version:3,sources:["webpack://./../node_modules/gatsby-core-theme/src/components/atoms/selling-points/selling-points.module.scss","webpack://./../node_modules/gatsby-core-theme/src/styles/utils/_mixins.scss","webpack://./../node_modules/gatsby-core-theme/src/styles/utils/_icons.scss","webpack://./../node_modules/gatsby-core-theme/src/styles/utils/_media-queries.scss"],names:[],mappings:"AAcA,6BCbE,YAAA,CACA,kBDaoB,CCZpB,0BDY4B,CAC5B,qBAAA,CAEA,gCCjBA,YAAA,CACA,kBDiBsB,CChBtB,0BDgB8B,CAC5B,gBAAA,CACA,UAAA,CAEA,2DACE,iBAAA,CACA,gBAAA,CACA,mEEzBJ,UAAA,CAaE,4CAAA,CACA,4BAAA,CACA,aAHQ,CAwBR,uBARW,CFDP,iBAAA,CACA,4BAAA,CACA,yBAAA,CACA,0BAAA,CACA,YAAA,CG2BN,yCH7CF,6BAwBI,SAAA,CACA,aAAA,CACA,cAAA,CAAA",sourcesContent:["// Global styles extended in each theme\n\n// Utils\n@import '../../../styles/utils/variables/typography';\n@import '../../../styles/utils/variables/layout';\n@import '../../../styles/utils/variables/stack-order';\n@import '../../../styles/utils/media-queries';\n@import '../../../styles/utils/icons';\n@import '../../../styles/utils/tooltip';\n@import '../../../styles/utils/loader';\n@import '../../../styles/utils/mixins';\n@import '../../../styles/utils/scrollbar';\n@import '../../../styles/utils/animations';\n\n.sellingPoint {\n @include flex-align(center, flex-start);\n flex-direction: column;\n\n li {\n @include flex-align(center, flex-start);\n font-size: 1.4rem;\n width: 100%;\n\n &.tick {\n position: relative;\n margin-left: 2rem;\n &::before {\n @include arrow(var(--selling-point-icon-color), 1.5rem, down, false);\n position: absolute; \n padding: 0px 0px .8rem .32rem;\n border-right-width: .18rem;\n border-bottom-width: .18rem;\n left: -1.8rem;\n }\n }\n }\n\n @include max(mobile) {\n width: 90%;\n margin: 0 auto;\n padding: 1rem 0;\n }\n}\n","@mixin flex-align($align-items, $justify-content) {\n display: flex;\n align-items: $align-items;\n justify-content: $justify-content;\n}\n\n@mixin flex-direction($flex-direction) {\n display: flex;\n flex-direction: $flex-direction;\n}\n\n@mixin overflow($overflow-type, $overflow-value, $scrolling) {\n #{$overflow-type}: $overflow-value;\n -webkit-overflow-scrolling: $scrolling; // Autoprefixer doesn't add\n}\n\n@mixin text-background($bgcolor, $text-color) {\n background: $bgcolor;\n border-radius: 100px;\n color: $text-color;\n font-weight: 700;\n @include flex-align(center, center);\n padding: 0 2rem;\n}\n\n@mixin link-color($color) {\n color: $color;\n\n &:hover {\n color: $color;\n }\n}\n\n// Using em because I want images in content to inherit size based on parent element (not root)\n@mixin content-img-float($direction) {\n float: $direction;\n @if $direction == right {\n margin: 0 0 1em 1em;\n } @else {\n margin: 0 1em 1em 0;\n }\n}\n\n@mixin content-img-align($direction: center, $spacing: 1em) {\n display: block;\n @if $direction == right {\n margin: $spacing 0 $spacing auto;\n } @else if $direction == left {\n margin: $spacing auto $spacing 0;\n } @else {\n margin: $spacing auto;\n }\n}\n\n@mixin section-arrow-down($color, $width, $height) {\n position: relative;\n &:after {\n top: 100%;\n left: 50%;\n border: solid transparent;\n content: '';\n height: 0;\n width: 0;\n position: absolute;\n pointer-events: none;\n border-color: rgba(0, 0, 0, 0);\n border-top: $height solid $color;\n border-right: calc($width / 2) solid transparent;\n border-left: calc($width / 2) solid transparent;\n margin-left: - calc($width / 2);\n }\n}\n\n@mixin gradientBtn($color1, $color2, $color3) {\n background: linear-gradient(to bottom, $color1 0, $color2 14%, $color3 61%);\n &:hover {\n background: linear-gradient(to bottom, $color1 0, $color2 14%, $color3 61%);\n }\n}\n\n@mixin sportBtn($color1, $color2) {\n background: linear-gradient(to bottom, $color1 0, $color2 100%);\n &:hover {\n background: linear-gradient(to bottom, $color2 0, $color1 100%);\n }\n}\n\n@mixin star($border-color: #ffb400, $fill-color: #ffb400, $width: 16px, $line-height: 2rem) {\n line-height: $line-height;\n width: $width;\n font-weight: normal;\n display: inline-block;\n color: $fill-color;\n font-size: 15px;\n position: relative;\n text-shadow: -1px 0 $border-color, 0 1px $border-color, 1px 0 $border-color, 0 -1px $border-color;\n\n &:last-child {\n margin-right: 0;\n }\n &:before {\n content: '\\2605';\n }\n}\n\n@mixin half-star($border-color: #ffb400, $half-empty-color: #ffb400, $half-full-color: white) {\n line-height: 2rem;\n width: 16px;\n font-weight: normal;\n display: inline-block;\n color: $half-full-color;\n font-size: 15px;\n position: relative;\n &:before {\n content: '\\2605';\n }\n text-shadow: -1px 0 $border-color, 0 1px $border-color, 1px 0 $border-color, 0 -1px $border-color;\n &:after {\n content: '\\2605';\n color: $half-empty-color;\n position: absolute;\n width: 7px;\n overflow: hidden;\n bottom: 0;\n left: 0;\n }\n}\n","@mixin arrow($color, $size, $orientation, $solid: true, $transform: '') {\n content: '';\n\n $rotation_right: 90deg;\n $rotation_down: 180deg;\n $rotation_left: -90deg;\n $rotation: rotate(-135deg);\n\n @if ($solid) {\n border-left: $size solid transparent;\n border-right: $size solid transparent;\n border-bottom: $size solid $color;\n } @else {\n $size: calc($size/3);\n border: solid $color;\n border-width: 0 $size $size 0;\n padding: $size;\n }\n\n $rotation_right: -45deg;\n $rotation_down: 45deg;\n $rotation_left: 135deg;\n\n @if ($orientation == up) {\n bottom: 100%;\n left: calc(50% - #{$size});\n } @else if ($orientation == right) {\n $rotation: rotate($rotation_right);\n } @else if ($orientation == down) {\n $rotation: rotate($rotation_down);\n } @else if ($orientation == left) {\n $rotation: rotate($rotation_left);\n }\n\n @if ($transform != '') {\n transform: $transform $rotation;\n } @else {\n transform: $rotation;\n }\n}\n\n@mixin circle($color, $size) {\n content: '';\n width: $size;\n height: $size;\n background: $color;\n border-radius: 50%;\n}\n\n@mixin circle-bordered($color, $size, $border-width, $border-color) {\n @include circle($color, $size);\n border: $border-width solid $border-color;\n}\n\n@mixin iframe-play($color, $bg-color) {\n &:before {\n @include arrow($color, 1rem, right, true);\n border-bottom-width: 2rem;\n z-index: 1;\n }\n\n &:after {\n @include circle-bordered($bg-color, 8rem, 1rem, transparentize($bg-color, 0.2));\n }\n\n &:before,\n &:after {\n cursor: pointer;\n transition: all 0.25s linear;\n }\n\n &:hover,\n &:focus {\n &:before {\n border-bottom: 2rem solid $bg-color;\n }\n\n &:after {\n border-color: transparentize($color, 0.2);\n background-color: $color;\n }\n }\n}\n\n@mixin close($size, $thickness, $color) {\n & {\n display: inline-block;\n width: $size;\n height: $size;\n }\n\n &:before,\n &:after {\n content: '';\n display: block;\n width: 140%;\n height: $thickness;\n background: $color;\n border-radius: 0.1rem;\n }\n\n &:before {\n transform: rotate(45deg);\n transform-origin: 0 0;\n margin: - calc($thickness / 4) 0 0 calc($thickness / 2);\n }\n\n &:after {\n transform: rotate(-45deg);\n transform-origin: 100% 0;\n margin: -$thickness 0 0 -45%;\n }\n}\n\n@mixin nav-icon($size, $color, $thickness: 5px, $translate: 12px) {\n width: $size;\n\n &:before,\n &:after,\n div {\n background-color: $color;\n border-radius: 3px;\n content: '';\n display: block;\n height: $thickness;\n margin: 7px 0;\n transition: all 0.2s ease-in-out;\n }\n\n &:before {\n margin: 0;\n }\n\n &:after {\n width: 50%;\n margin: 0 0 0 auto;\n }\n\n &.active {\n &:before {\n transform: translateY($translate) rotate(135deg);\n }\n\n &:after {\n margin: 7px 0;\n width: auto;\n transform: translateY(-$translate) rotate(-135deg);\n }\n\n div {\n transform: scale(0);\n }\n }\n}\n\n@mixin nav-icon-2($size, $color, $thickness: 5px, $translate: 12px) {\n width: $size;\n\n &:before,\n &:after,\n div {\n background-color: $color;\n border-radius: 1px;\n content: '';\n display: block;\n height: $thickness;\n margin: 4px 0;\n transition: all 0.2s ease-in-out;\n width: 100%;\n }\n\n &:before {\n margin: 0;\n }\n\n &:after {\n margin: 0 0 0 auto;\n }\n\n &.active {\n &:before {\n transform: translateY($translate) rotate(135deg);\n }\n\n &:after {\n margin: 10px 0;\n width: auto;\n transform: translateY(-$translate) rotate(-135deg);\n }\n\n div {\n transform: scale(0);\n }\n }\n}\n\n","$media-query-sizes: (\n mobile-s: (\n min: 320px,\n max: 374px,\n ),\n mobile-m: (\n min: 375px,\n max: 424px,\n ),\n mobile: (\n min: 425px,\n max: 767px,\n ),\n tablet: (\n min: 768px,\n max: 991px,\n ),\n laptop: (\n min: 992px,\n max: 1199px,\n ),\n desktop: (\n min: 1200px,\n ),\n);\n\n// Get media query sizes\n$screen: 'only screen';\n@function media-query($media, $optional-media: '', $min: true) {\n $media-label: '';\n\n @if ($optional-media != '') {\n $media-sizes-min: map-get($media-query-sizes, $media);\n $media-sizes-max: map-get($media-query-sizes, $optional-media);\n $media-label: $screen +\n \" and (min-width:#{map-get($media-sizes-min, 'min')}) and (max-width:#{map-get($media-sizes-max, 'max')})\";\n } @else {\n $query: 'max';\n\n @if ($min) {\n $query: 'min';\n }\n\n $media-sizes: map-get($media-query-sizes, $media);\n $media-label: $screen + ' and (#{$query}-width:#{map-get($media-sizes, $query)})';\n }\n\n @return $media-label;\n}\n\n// Min media query\n@mixin min($media) {\n @media #{media-query($media)} {\n @content;\n }\n}\n\n// Max media query\n@mixin max($media) {\n @media #{media-query($media, '', false)} {\n @content;\n }\n}\n\n// Min & max media query\n@mixin min-max($min, $max) {\n @media #{media-query($min, $max)} {\n @content;\n }\n}\n\n// Use this ONLY if you need a media query that doesn't fit the $media-query-sizes breakpoints above\n// Pass number, for example @include custom-min(992)\n@mixin custom-min($min) {\n @media #{$screen} and (min-width: #{$min}px) {\n @content;\n }\n}\n\n@mixin custom-max($max) {\n @media #{$screen} and (max-width: #{$max}px) {\n @content;\n }\n}\n\n@mixin custom-min-max($min, $max) {\n @media #{$screen} and (min-width: #{$min}px) and (max-width: #{$max}px) {\n @content;\n }\n}\n\n// Landscape\n// (If we find more use cases of this in the future, might want to refactor this and include it in the media-query function for $screen)\n// Pass number\n$landscape: 'screen and (orientation:landscape)';\n\n@mixin landscape-max($max) {\n @media #{$landscape} and (max-width: #{$max}px) {\n @content;\n }\n}\n\n@mixin landscape-min($min) {\n @media #{$landscape} and (min-width: #{$min}px) {\n @content;\n }\n}\n\n// Hover\n// that allows you only to apply styles on devices with hover capability\n@mixin hover-device() {\n @media (hover: hover) {\n &:hover {\n @content;\n }\n }\n}\n"],sourceRoot:""}]),___CSS_LOADER_EXPORT___.locals={sellingPoint:"w+VAxfOX00vjUBAsnXPtYw==",tick:"EamexPE9zTDrr6gD-ssbMw=="},__webpack_exports__.Z=___CSS_LOADER_EXPORT___}}]);
|