react-gldn-kit 0.0.4 → 0.0.6
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/index.js +1 -1
- package/dist/lib/components/BattlesCard/index.js +3 -3
- package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.js +3 -3
- package/dist/lib/components/Layouts/LandingLayoutTemplate/index.js +6 -2
- package/dist/lib/components/Layouts/LandingLayoutTemplate/types.d.ts +1 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.js +2 -2
- package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.js +1 -1
- package/dist/main.css +73 -49
- package/package.json +1 -1
|
@@ -54,9 +54,9 @@ var BattlesCard = function (props) {
|
|
|
54
54
|
var activeLanguage = (0, store_1.useZustandLanguagesKitStore)(selectors_1.languageSelectors.getActiveLanguageNameKitSelector);
|
|
55
55
|
var path = imagePath ||
|
|
56
56
|
"/image/tournaments/".concat(id, "_[").concat(activeLanguage, "]").concat(isFinished ? '_finished' : '', ".webp");
|
|
57
|
-
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperBattlesCard, classes) }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.imageWrapper }, { children: [(0, jsx_runtime_1.jsx)(HOCImageLoader_1.HOCImageLoader, __assign({ src: path.replace("[".concat(activeLanguage, "]"), activeLanguage), classes: styles.image }, { children: (0, jsx_runtime_1.jsx)("img", { src: imagePath || path.replace("[".concat(activeLanguage, "]"), 'en'), className: styles.image }) })), isInHouse && ((0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.wrapperContent }, { children: [(0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)(Logos_1.Logo, { appType: appType, isMobile: false }), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.date }, { children: [startDate, " - ", endDate] }))] }), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.prizeWrapper }, { children: [(0, jsx_runtime_1.jsx)(Text_1.Text, { idT: "tournaments.prize", specValue: '' }), (0, jsx_runtime_1.jsx)("div", __assign({ className: styles.prize }, { children: prize }))] }))] })))] })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.textBox }, { children: [(0, jsx_runtime_1.
|
|
58
|
-
_a[styles.
|
|
59
|
-
_a)) }, { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT:
|
|
57
|
+
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperBattlesCard, classes) }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.imageWrapper }, { children: [(0, jsx_runtime_1.jsx)(HOCImageLoader_1.HOCImageLoader, __assign({ src: path.replace("[".concat(activeLanguage, "]"), activeLanguage), classes: styles.image }, { children: (0, jsx_runtime_1.jsx)("img", { src: imagePath || path.replace("[".concat(activeLanguage, "]"), 'en'), className: styles.image }) })), isInHouse && ((0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.wrapperContent }, { children: [(0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)(Logos_1.Logo, { appType: appType, isMobile: false }), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.date }, { children: [startDate, " - ", endDate] }))] }), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.prizeWrapper }, { children: [(0, jsx_runtime_1.jsx)(Text_1.Text, { idT: "tournaments.prize", specValue: '' }), (0, jsx_runtime_1.jsx)("div", __assign({ className: styles.prize }, { children: prize }))] }))] })))] })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.textBox }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.providerName, (_a = {},
|
|
58
|
+
_a[styles.inHouseBattleName] = isInHouse,
|
|
59
|
+
_a)) }, { children: [(0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT: providerName }) }), (0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT: battleText }) })] })), (0, jsx_runtime_1.jsx)("div", __assign({ className: styles.name }, { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT: name }) })), (0, jsx_runtime_1.jsxs)("div", __assign({ onClick: handleClick, className: (0, classnames_1.default)(styles.details, (_b = {},
|
|
60
60
|
_b[styles.dark] = isFinished,
|
|
61
61
|
_b)) }, { children: [(0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT: detailsText }) }), (0, jsx_runtime_1.jsx)(ArrowSvg_1.ArrowSvg, { classes: styles.arrowSvg, width: "16", height: "9" })] }))] }))] })));
|
|
62
62
|
};
|
|
@@ -40,14 +40,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
40
40
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
41
41
|
var classnames_1 = __importDefault(require("classnames"));
|
|
42
42
|
var profile_svg_1 = require("assets/profile.svg");
|
|
43
|
-
var styles = __importStar(require("./LastBigWinner.module.css"));
|
|
44
43
|
var SkeletLoader_1 = __importDefault(require("components/ui/Loaders/SkeletLoader"));
|
|
44
|
+
var styles = __importStar(require("./LastBigWinner.module.css"));
|
|
45
45
|
var LastBigWinner = function (props) {
|
|
46
46
|
var classes = props.classes, _a = props.isLoading, isLoading = _a === void 0 ? false : _a;
|
|
47
47
|
if (isLoading) {
|
|
48
|
-
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperLastBugWinner, classes) }, { children: [(0, jsx_runtime_1.jsx)(SkeletLoader_1.default, { classes: styles.img }), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.box }, { children: [(0, jsx_runtime_1.
|
|
48
|
+
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperLastBugWinner, classes) }, { children: [(0, jsx_runtime_1.jsx)(SkeletLoader_1.default, { classes: styles.img }), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.box }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: styles.label }, { children: "Won in" })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.info }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.header }, { children: [(0, jsx_runtime_1.jsx)(profile_svg_1.ReactComponent, { className: styles.profileSvg }), (0, jsx_runtime_1.jsx)("div", __assign({ className: styles.userId }, { children: (0, jsx_runtime_1.jsx)(SkeletLoader_1.default, { classes: styles.idLoader }) }))] })), (0, jsx_runtime_1.jsx)(SkeletLoader_1.default, { classes: (0, classnames_1.default)(styles.title, styles.loaderTitle) }), (0, jsx_runtime_1.jsx)(SkeletLoader_1.default, { classes: (0, classnames_1.default)(styles.sum, styles.loaderSum) })] }))] }))] })));
|
|
49
49
|
}
|
|
50
50
|
var _b = props, id = _b.id, _c = _b.gameImg, gameImg = _c === void 0 ? 'https://elondom.com/image/vertical_2/30201.webp' : _c, prize = _b.prize, gameName = _b.gameName, handleClick = _b.handleClick, gameId = _b.gameId;
|
|
51
|
-
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperLastBugWinner, classes), onClick: handleClick(gameId) }, { children: [(0, jsx_runtime_1.jsx)("img", { src: gameImg, className: styles.img }), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.box }, { children: [(0, jsx_runtime_1.
|
|
51
|
+
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperLastBugWinner, classes), onClick: handleClick(gameId) }, { children: [(0, jsx_runtime_1.jsx)("img", { src: gameImg, className: styles.img }), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.box }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: styles.label }, { children: "Won in" })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.info }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.header }, { children: [(0, jsx_runtime_1.jsx)(profile_svg_1.ReactComponent, { className: styles.profileSvg }), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.userId }, { children: ["ID ", id] }))] })), (0, jsx_runtime_1.jsx)("div", __assign({ className: styles.title }, { children: gameName })), (0, jsx_runtime_1.jsx)("div", __assign({ className: styles.sum }, { children: prize }))] }))] }))] })));
|
|
52
52
|
};
|
|
53
53
|
exports.default = LastBigWinner;
|
|
@@ -33,19 +33,23 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
33
33
|
__setModuleDefault(result, mod);
|
|
34
34
|
return result;
|
|
35
35
|
};
|
|
36
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
37
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
38
|
+
};
|
|
36
39
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
40
|
exports.LandingLayoutTemplate = void 0;
|
|
38
41
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
42
|
+
var classnames_1 = __importDefault(require("classnames"));
|
|
39
43
|
var Logos_1 = require("components/ui/Logos");
|
|
40
44
|
var Buttons_1 = require("components/ui/Buttons");
|
|
41
45
|
var styles = __importStar(require("./LandingLayoutTemplate.module.css"));
|
|
42
46
|
var LandingLayoutTemplate = function (props) {
|
|
43
|
-
var backgroundImgPath = props.backgroundImgPath, textImgPath = props.textImgPath, handleClick = props.handleClick, buttonText = props.buttonText, appType = props.appType, isMobile = props.isMobile, handleLogoClick = props.handleLogoClick;
|
|
47
|
+
var backgroundImgPath = props.backgroundImgPath, textImgPath = props.textImgPath, handleClick = props.handleClick, buttonText = props.buttonText, appType = props.appType, isMobile = props.isMobile, handleLogoClick = props.handleLogoClick, buttonClasses = props.buttonClasses;
|
|
44
48
|
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.wrapperLanding, style: {
|
|
45
49
|
backgroundImage: "url(".concat(backgroundImgPath, ")"),
|
|
46
50
|
backgroundRepeat: 'no-repeat',
|
|
47
51
|
backgroundSize: 'cover',
|
|
48
52
|
backgroundPosition: 'center',
|
|
49
|
-
} }, { children: [(0, jsx_runtime_1.jsx)(Logos_1.Logo, { appType: appType, isMobile: isMobile, handleLogoClick: handleLogoClick }), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.content }, { children: [(0, jsx_runtime_1.jsx)("img", { src: textImgPath, className: styles.textImg }), (0, jsx_runtime_1.jsx)(Buttons_1.BaseButton, { text: buttonText, handleClick: handleClick, size: "--button-full", color: "transparent", buttonHeight: "--button-height-l", classes: styles.button, centreText: true })] }))] })));
|
|
53
|
+
} }, { children: [(0, jsx_runtime_1.jsx)(Logos_1.Logo, { appType: appType, isMobile: isMobile, handleLogoClick: handleLogoClick }), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.content }, { children: [(0, jsx_runtime_1.jsx)("img", { src: textImgPath, className: styles.textImg }), (0, jsx_runtime_1.jsx)(Buttons_1.BaseButton, { text: buttonText, handleClick: handleClick, size: "--button-full", color: "transparent", buttonHeight: "--button-height-l", classes: (0, classnames_1.default)(styles.button, buttonClasses), centreText: true })] }))] })));
|
|
50
54
|
};
|
|
51
55
|
exports.LandingLayoutTemplate = LandingLayoutTemplate;
|
|
@@ -14,7 +14,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
14
14
|
exports.WagerSvg = void 0;
|
|
15
15
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
16
|
var WagerSvg = function (props) {
|
|
17
|
-
var _a = props.width, width = _a === void 0 ? '
|
|
18
|
-
return ((0, jsx_runtime_1.
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '24' : _a, _b = props.height, height = _b === void 0 ? '24' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M14.4354 17.2971C12.165 18.6683 9.6678 20.5016 7.40259 21.7251C5.97363 22.4968 4.31499 21.5661 4.07639 19.9025C3.94563 18.9916 4.02241 17.8352 4.0223 16.8957V6.52822C4.02155 4.69884 3.72745 2.39707 6.12321 2.00475C7.40582 1.93509 8.12056 2.64459 9.20306 3.29014L18.2981 8.72624C19.1296 9.20354 20.1177 9.54542 20.6192 10.4624C22.0287 13.039 19.1884 14.3441 17.5794 15.3376L14.4354 17.2971Z", fill: "rgb(var(--primary))" }) })));
|
|
19
19
|
};
|
|
20
20
|
exports.WagerSvg = WagerSvg;
|
|
@@ -65,7 +65,7 @@ var BaseInputUi = function (props) {
|
|
|
65
65
|
_a[styles.borderColorfulRed] = errorText,
|
|
66
66
|
_a)) }, { children: [startIcon, (0, jsx_runtime_1.jsx)("input", { onFocus: handleFocus, onBlur: handleBlur, inputMode: inputMode, className: (0, classnames_1.default)(styles.input, (_b = {},
|
|
67
67
|
_b[styles.disabled] = disabled,
|
|
68
|
-
_b)), value: value, type: type, placeholder: placeholder, onChange: handleChange }), value && withClearValue && !errorText && ((0, jsx_runtime_1.jsx)("div", __assign({ className: styles.clearButton, onClick: handleClearInputValue }, { children: (0, jsx_runtime_1.jsx)(CrossSvg_1.CrossSvg, {}) }))), value && withClearValue && errorText && ((0, jsx_runtime_1.jsx)("div", __assign({ className: styles.
|
|
68
|
+
_b)), value: value, type: type, placeholder: placeholder, onChange: handleChange }), value && withClearValue && !errorText && ((0, jsx_runtime_1.jsx)("div", __assign({ className: (0, classnames_1.default)(styles.searchButton, styles.clearButton), onClick: handleClearInputValue }, { children: (0, jsx_runtime_1.jsx)(CrossSvg_1.CrossSvg, { classes: styles.crossSvg }) }))), value && withClearValue && errorText && ((0, jsx_runtime_1.jsx)("div", __assign({ className: styles.searchButton }, { children: (0, jsx_runtime_1.jsx)(WarningSvg_1.WarningSvg, {}) }))), children && (0, jsx_runtime_1.jsx)("div", __assign({ className: styles.rowChildrenData }, { children: children })), errorText && withErrorSvg && ((0, jsx_runtime_1.jsx)("div", __assign({ className: styles.rowChildrenData }, { children: (0, jsx_runtime_1.jsx)(inputError_svg_1.ReactComponent, {}) }))), (0, jsx_runtime_1.jsx)("label", __assign({ className: (0, classnames_1.default)(styles.label, (_c = {},
|
|
69
69
|
_c[styles.labelRight] = startIcon,
|
|
70
70
|
_c[styles.hideLabel] = isHidePlaceholder,
|
|
71
71
|
_c[styles.labelUp] = inputLabelType === 'labelUp',
|
package/dist/main.css
CHANGED
|
@@ -866,7 +866,7 @@
|
|
|
866
866
|
background-clip: text;
|
|
867
867
|
}
|
|
868
868
|
|
|
869
|
-
.KIT__BaseInputUi-
|
|
869
|
+
.KIT__BaseInputUi-module__searchButton___Fj_pM {
|
|
870
870
|
--size: 16px;
|
|
871
871
|
width: 16px;
|
|
872
872
|
width: var(--size);
|
|
@@ -875,11 +875,18 @@
|
|
|
875
875
|
display: flex;
|
|
876
876
|
align-items: center;
|
|
877
877
|
justify-content: center;
|
|
878
|
-
background: rgba(49, 54, 72, 1);
|
|
879
|
-
border-radius: var(--border-circle);
|
|
880
878
|
cursor: pointer;
|
|
881
879
|
}
|
|
882
880
|
|
|
881
|
+
.KIT__BaseInputUi-module__searchButton___Fj_pM.KIT__BaseInputUi-module__clearButton___hwyGX {
|
|
882
|
+
background: var(--base-input-clear-button-background);
|
|
883
|
+
border-radius: var(--border-circle);
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
.KIT__BaseInputUi-module__searchButton___Fj_pM.KIT__BaseInputUi-module__clearButton___hwyGX .KIT__BaseInputUi-module__crossSvg___y_O7R path {
|
|
887
|
+
fill: var(--base-input-clear-button-svg-path);
|
|
888
|
+
}
|
|
889
|
+
|
|
883
890
|
@keyframes KIT__BaseInputUi-module__FadeIn___kQ_6Q {
|
|
884
891
|
0% {
|
|
885
892
|
opacity: 0;
|
|
@@ -1985,7 +1992,7 @@
|
|
|
1985
1992
|
border: 2px solid var(--border-color-gray);
|
|
1986
1993
|
border-radius: var(--border-s);
|
|
1987
1994
|
padding: var(--indent-xl) var(--indent-xxxl);
|
|
1988
|
-
color:
|
|
1995
|
+
color: var(--docs-accordion-wrapper-color);
|
|
1989
1996
|
}
|
|
1990
1997
|
|
|
1991
1998
|
.KIT__Accordion-module__paddingB___Iw85_ {
|
|
@@ -2466,6 +2473,7 @@
|
|
|
2466
2473
|
background-color: var(--pagination-step-button-background);
|
|
2467
2474
|
height: 100%;
|
|
2468
2475
|
border-radius: var(--border-12);
|
|
2476
|
+
border: var(--pagination-button-border);
|
|
2469
2477
|
max-width: var(--button-xxl);
|
|
2470
2478
|
}
|
|
2471
2479
|
|
|
@@ -3009,19 +3017,39 @@
|
|
|
3009
3017
|
font-size: var(--font-size-xl);
|
|
3010
3018
|
}
|
|
3011
3019
|
|
|
3020
|
+
.KIT__SkeletLoader-module__wrapperSkeletLoader___oGTH8 {
|
|
3021
|
+
height: 100%;
|
|
3022
|
+
background: var(--skelet-loader-wrapper-background-color);
|
|
3023
|
+
}
|
|
3024
|
+
|
|
3025
|
+
.KIT__SkeletLoader-module__loader___UcLim {
|
|
3026
|
+
height: 100%;
|
|
3027
|
+
width: 300%;
|
|
3028
|
+
background: var(--skelet-loader-background-color);
|
|
3029
|
+
border-radius: 5px;
|
|
3030
|
+
background-size: 200% 100%;
|
|
3031
|
+
animation: 1.5s KIT__SkeletLoader-module__shine___c90e1 linear infinite;
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
@keyframes KIT__SkeletLoader-module__shine___c90e1 {
|
|
3035
|
+
to {
|
|
3036
|
+
background-position-x: -200%;
|
|
3037
|
+
}
|
|
3038
|
+
}
|
|
3039
|
+
|
|
3012
3040
|
.KIT__LastBigWinner-module__wrapperLastBugWinner___xWv0v {
|
|
3013
3041
|
--card-text-color: var(--big-win-card-text-color);
|
|
3014
3042
|
--card-img-width: var(--big-win-card-img-width);
|
|
3015
3043
|
--card-background: var(--big-win-card-background);
|
|
3016
|
-
--card-label-background: var(--big-win-card-label-background);
|
|
3017
3044
|
|
|
3018
|
-
--winner-card-size:var(--big-win-winner-card-size);
|
|
3019
|
-
--winner-card-height:var(--big-win-winner-card-height);
|
|
3045
|
+
--winner-card-size: var(--big-win-winner-card-size);
|
|
3046
|
+
--winner-card-height: var(--big-win-winner-card-height);
|
|
3020
3047
|
|
|
3021
3048
|
display: flex;
|
|
3049
|
+
gap: var(--indent-s);
|
|
3022
3050
|
|
|
3023
3051
|
width: var(--winner-card-size);
|
|
3024
|
-
border-radius: var(--border-
|
|
3052
|
+
border-radius: var(--border-s);
|
|
3025
3053
|
background: var(--card-background);
|
|
3026
3054
|
padding: var(--indent-base);
|
|
3027
3055
|
|
|
@@ -3038,44 +3066,55 @@
|
|
|
3038
3066
|
}
|
|
3039
3067
|
|
|
3040
3068
|
.KIT__LastBigWinner-module__box___WNB7m {
|
|
3041
|
-
margin-left: var(--indent-base-half);
|
|
3042
3069
|
font-weight: 600;
|
|
3043
3070
|
width: 100%;
|
|
3071
|
+
display: flex;
|
|
3072
|
+
flex-direction: column;
|
|
3073
|
+
gap: var(--indent-m);
|
|
3044
3074
|
}
|
|
3045
3075
|
|
|
3046
3076
|
.KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__header___DLYUP {
|
|
3047
3077
|
display: flex;
|
|
3048
3078
|
align-items: center;
|
|
3049
|
-
margin-bottom: var(--indent-base);
|
|
3050
3079
|
font-weight: 300;
|
|
3051
3080
|
font-size: var(--font-size-s);
|
|
3052
3081
|
}
|
|
3053
3082
|
|
|
3054
3083
|
.KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__header___DLYUP .KIT__LastBigWinner-module__userId___ZrRQn {
|
|
3055
|
-
margin-left: var(--indent-base-half);
|
|
3056
3084
|
display: flex;
|
|
3057
3085
|
align-items: center;
|
|
3058
3086
|
}
|
|
3059
3087
|
|
|
3060
3088
|
.KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__header___DLYUP .KIT__LastBigWinner-module__userId___ZrRQn .KIT__LastBigWinner-module__idLoader___PcBPs {
|
|
3061
|
-
margin-left: var(--indent-base-half);
|
|
3062
3089
|
width: 40px;
|
|
3063
3090
|
height: 16px;
|
|
3064
3091
|
overflow: hidden;
|
|
3065
3092
|
border-radius: var(--border-l);
|
|
3066
3093
|
}
|
|
3067
3094
|
|
|
3068
|
-
.KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__header___DLYUP .KIT__LastBigWinner-
|
|
3069
|
-
|
|
3070
|
-
background: var(--bit-win-card-label-background);
|
|
3071
|
-
margin-left: var(--indent-base);
|
|
3072
|
-
padding: 0 var(--indent-base-half);
|
|
3073
|
-
border-radius: var(--border-xs);
|
|
3095
|
+
.KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__header___DLYUP .KIT__LastBigWinner-module__profileSvg___qEw91 path {
|
|
3096
|
+
fill: var(--big-win-profile-icon-fill);
|
|
3074
3097
|
}
|
|
3075
3098
|
|
|
3099
|
+
.KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__label___VPDnP {
|
|
3100
|
+
background: var(--big-win-card-label-background);
|
|
3101
|
+
padding: 0 var(--indent-base-half);
|
|
3102
|
+
border-radius: var(--border-xs);
|
|
3103
|
+
width: -moz-fit-content;
|
|
3104
|
+
width: fit-content;
|
|
3105
|
+
font-size: var(--font-size-xs);
|
|
3106
|
+
}
|
|
3107
|
+
|
|
3108
|
+
.KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__info___TvOCh {
|
|
3109
|
+
display: flex;
|
|
3110
|
+
flex-direction: column;
|
|
3111
|
+
gap: var(--indent-xs);
|
|
3112
|
+
}
|
|
3113
|
+
|
|
3076
3114
|
.KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__title___Es6Eu {
|
|
3077
|
-
|
|
3078
|
-
|
|
3115
|
+
font-size: var(--font-size-s);
|
|
3116
|
+
line-height: var(--font-size-s);
|
|
3117
|
+
font-weight: 600;
|
|
3079
3118
|
width: calc(
|
|
3080
3119
|
var(--winner-card-size) -
|
|
3081
3120
|
(var(--card-img-width) + var(--indent-base-double))
|
|
@@ -3092,8 +3131,8 @@
|
|
|
3092
3131
|
}
|
|
3093
3132
|
|
|
3094
3133
|
.KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__sum___ZpyFL {
|
|
3095
|
-
|
|
3096
|
-
font-size: var(--font-size-
|
|
3134
|
+
font-weight: 700;
|
|
3135
|
+
font-size: var(--font-size-m);
|
|
3097
3136
|
color: rgb(var(--primary));
|
|
3098
3137
|
}
|
|
3099
3138
|
|
|
@@ -3102,26 +3141,6 @@
|
|
|
3102
3141
|
height: 15px;
|
|
3103
3142
|
}
|
|
3104
3143
|
|
|
3105
|
-
.KIT__SkeletLoader-module__wrapperSkeletLoader___oGTH8 {
|
|
3106
|
-
height: 100%;
|
|
3107
|
-
background: var(--skelet-loader-wrapper-background-color);
|
|
3108
|
-
}
|
|
3109
|
-
|
|
3110
|
-
.KIT__SkeletLoader-module__loader___UcLim {
|
|
3111
|
-
height: 100%;
|
|
3112
|
-
width: 300%;
|
|
3113
|
-
background: var(--skelet-loader-background-color);
|
|
3114
|
-
border-radius: 5px;
|
|
3115
|
-
background-size: 200% 100%;
|
|
3116
|
-
animation: 1.5s KIT__SkeletLoader-module__shine___c90e1 linear infinite;
|
|
3117
|
-
}
|
|
3118
|
-
|
|
3119
|
-
@keyframes KIT__SkeletLoader-module__shine___c90e1 {
|
|
3120
|
-
to {
|
|
3121
|
-
background-position-x: -200%;
|
|
3122
|
-
}
|
|
3123
|
-
}
|
|
3124
|
-
|
|
3125
3144
|
.KIT__LastBigWinners-module__wrapperBoxLoader___vM6yl {
|
|
3126
3145
|
height: var(--last-big-winner-card-height);
|
|
3127
3146
|
width: 100%;
|
|
@@ -3142,6 +3161,7 @@
|
|
|
3142
3161
|
.KIT__LastBigWinners-module__marginLeft___AifFu {
|
|
3143
3162
|
margin-left: var(--indent-base-half);
|
|
3144
3163
|
}
|
|
3164
|
+
|
|
3145
3165
|
.KIT__Digit-module__digit___zpm_m {
|
|
3146
3166
|
margin-left: calc(var(--indent-base) / 3);
|
|
3147
3167
|
height: 100%;
|
|
@@ -3405,20 +3425,24 @@
|
|
|
3405
3425
|
border: var(--battles-provider-name-border);
|
|
3406
3426
|
border-radius: var(--border-m);
|
|
3407
3427
|
padding: var(--indent-xs) var(--indent-m);
|
|
3408
|
-
color:
|
|
3428
|
+
color: var(--battles-battle-provider-name);
|
|
3409
3429
|
text-align: center;
|
|
3410
3430
|
width: -moz-fit-content;
|
|
3411
3431
|
width: fit-content;
|
|
3412
3432
|
font-size: var(--font-size-xxs);
|
|
3413
3433
|
text-transform: uppercase;
|
|
3434
|
+
font-weight: 600;
|
|
3435
|
+
display: flex;
|
|
3436
|
+
gap: var(--indent-xs);
|
|
3414
3437
|
}
|
|
3415
|
-
.KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__textBox___r4AK3 .KIT__BattlesCard-module__providerName___hP5is.KIT__BattlesCard-
|
|
3438
|
+
.KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__textBox___r4AK3 .KIT__BattlesCard-module__providerName___hP5is.KIT__BattlesCard-module__inHouseBattleName___XoD7E {
|
|
3416
3439
|
background: var(--battles-provider-name-background);
|
|
3440
|
+
color: var(--battles-battle-in-house-name);
|
|
3417
3441
|
}
|
|
3418
3442
|
.KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__textBox___r4AK3 .KIT__BattlesCard-module__name___DJXDf {
|
|
3419
|
-
color:
|
|
3443
|
+
color: var(--battles-battle-name);
|
|
3420
3444
|
/*вынести в colors*/
|
|
3421
|
-
font-size: var(--font-size-
|
|
3445
|
+
font-size: var(--font-size-xl);
|
|
3422
3446
|
font-weight: 600;
|
|
3423
3447
|
}
|
|
3424
3448
|
.KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__textBox___r4AK3 .KIT__BattlesCard-module__details___Yh7o_ {
|
|
@@ -3461,7 +3485,7 @@
|
|
|
3461
3485
|
}
|
|
3462
3486
|
.KIT__Step-module__wrapperStep___wBtLk .KIT__Step-module__subTitle___LnyqY {
|
|
3463
3487
|
font-size: var(--font-size-m);
|
|
3464
|
-
color:
|
|
3488
|
+
color: var(--step-subtitle-color);
|
|
3465
3489
|
}
|
|
3466
3490
|
@media screen and (min-width: 768px) {
|
|
3467
3491
|
.KIT__Step-module__wrapperStep___wBtLk .KIT__Step-module__subTitle___LnyqY {
|
|
@@ -3818,7 +3842,7 @@
|
|
|
3818
3842
|
}
|
|
3819
3843
|
.KIT__Leaderboard-module__wrapperLeaderboard___a7Igz .KIT__Leaderboard-module__title___agvnq {
|
|
3820
3844
|
font-weight: 700;
|
|
3821
|
-
color:
|
|
3845
|
+
color: var(--leaderboard-title-color);
|
|
3822
3846
|
text-transform: uppercase;
|
|
3823
3847
|
font-size: var(--font-size-xl);
|
|
3824
3848
|
}
|
|
@@ -3837,7 +3861,7 @@
|
|
|
3837
3861
|
align-items: center;
|
|
3838
3862
|
justify-content: space-between;
|
|
3839
3863
|
text-transform: uppercase;
|
|
3840
|
-
color:
|
|
3864
|
+
color: var(--leaderboard-header-color);
|
|
3841
3865
|
font-size: var(--font-size-xxs);
|
|
3842
3866
|
padding: 0 var(--indent-l);
|
|
3843
3867
|
}
|