@megafon/ui-shared 9.4.3 → 9.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/components/StoreBanner/StoreBanner.css +1 -1
- package/dist/es/components/StoreBanner/StoreBanner.d.ts +14 -0
- package/dist/es/components/StoreBanner/StoreBanner.js +32 -2
- package/dist/es/components/StoreButton/StoreButton.css +1 -1
- package/dist/es/components/StoreButton/StoreButton.d.ts +2 -0
- package/dist/es/components/StoreButton/StoreButton.js +2 -0
- package/dist/es/components/StoreButton/img/android-large.png +0 -0
- package/dist/es/components/StoreButton/img/android.png +0 -0
- package/dist/es/components/StoreButton/img/ios-large.png +0 -0
- package/dist/es/components/StoreButton/img/ios.png +0 -0
- package/dist/lib/components/StoreBanner/StoreBanner.css +1 -1
- package/dist/lib/components/StoreBanner/StoreBanner.d.ts +14 -0
- package/dist/lib/components/StoreBanner/StoreBanner.js +32 -2
- package/dist/lib/components/StoreButton/StoreButton.css +1 -1
- package/dist/lib/components/StoreButton/StoreButton.d.ts +2 -0
- package/dist/lib/components/StoreButton/StoreButton.js +2 -0
- package/dist/lib/components/StoreButton/img/android-large.png +0 -0
- package/dist/lib/components/StoreButton/img/android.png +0 -0
- package/dist/lib/components/StoreButton/img/ios-large.png +0 -0
- package/dist/lib/components/StoreButton/img/ios.png +0 -0
- package/package.json +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
h1,h2,h3,h4,h5{margin:0}.mfui-9-store-banner_theme_default .mfui-9-store-banner__grid{background-color:var(--base)}.mfui-9-store-banner_theme_default .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_theme_green .mfui-9-store-banner__grid{background-color:var(--brandGreen);border:0}.mfui-9-store-banner_theme_green .mfui-9-store-banner__content{color:var(--stcWhite)}.mfui-9-store-banner_theme_spbSky1 .mfui-9-store-banner__grid{background-color:var(--spbSky1);border-color:transparent}.mfui-9-store-banner_theme_spbSky1 .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_theme_spbSky0 .mfui-9-store-banner__grid{background-color:var(--spbSky0);border-color:transparent}.mfui-9-store-banner_theme_spbSky0 .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__device-mask{background-image:url(img/new-iphone.png);position:relative;z-index:2}.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__screen{border-radius:14px;top:9px;width:90%;z-index:1}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__screen{top:8px}}@media screen and (max-width:767px){.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__screen{top:30px}}.mfui-9-store-banner_mask_android .mfui-9-store-banner__device-mask{background-image:url(img/android.png);position:relative;z-index:2}.mfui-9-store-banner_mask_android .mfui-9-store-banner__screen{border-radius:14px;top:9px;width:92%}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-banner_mask_android .mfui-9-store-banner__screen{top:8px}}@media screen and (max-width:767px){.mfui-9-store-banner_mask_android .mfui-9-store-banner__screen{top:30px}.mfui-9-store-banner_content-left-mobile .mfui-9-store-banner__content{text-align:left}.mfui-9-store-banner_content-left-mobile .mfui-9-store-banner__stores{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.mfui-9-store-banner_content-left-mobile .mfui-9-store-banner__button{margin:0}}@media screen and (min-width:1024px){.mfui-9-store-banner__container{padding-top:30px}}.mfui-9-store-banner__grid{border:1px solid var(--spbSky2);border-radius:24px;padding-bottom:32px;padding-top:32px}@media screen and (max-width:767px){.mfui-9-store-banner__grid{padding-bottom:0;padding-top:24px}}.mfui-9-store-banner__content{padding-left:32px}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-banner__content{padding-right:10px}}@media screen and (max-width:767px){.mfui-9-store-banner__content{padding-bottom:32px;padding-left:15px;padding-right:15px;text-align:center}}.mfui-9-store-banner__device-mask{background-repeat:no-repeat;background-size:cover;height:100%}.mfui-9-store-banner__device-wrapper{bottom:
|
|
1
|
+
h1,h2,h3,h4,h5{margin:0}.mfui-9-store-banner_theme_default .mfui-9-store-banner__grid{background-color:var(--base)}.mfui-9-store-banner_theme_default .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_theme_green .mfui-9-store-banner__grid{background-color:var(--brandGreen);border:0}.mfui-9-store-banner_theme_green .mfui-9-store-banner__content{color:var(--stcWhite)}.mfui-9-store-banner_theme_spbSky1 .mfui-9-store-banner__grid{background-color:var(--spbSky1);border-color:transparent}.mfui-9-store-banner_theme_spbSky1 .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_theme_spbSky0 .mfui-9-store-banner__grid{background-color:var(--spbSky0);border-color:transparent}.mfui-9-store-banner_theme_spbSky0 .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_theme_violet0 .mfui-9-store-banner__grid{background-color:#f6f2f9;border-color:transparent}.mfui-9-store-banner_theme_violet0 .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_theme_violet1 .mfui-9-store-banner__grid{background-color:#e1dcea;border-color:transparent}.mfui-9-store-banner_theme_violet1 .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__device-mask{background-image:url(img/new-iphone.png);position:relative;z-index:2}.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__screen{border-radius:14px;top:9px;width:90%;z-index:1}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__screen{top:8px}}@media screen and (max-width:767px){.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__screen{top:30px}}.mfui-9-store-banner_mask_android .mfui-9-store-banner__device-mask{background-image:url(img/android.png);position:relative;z-index:2}.mfui-9-store-banner_mask_android .mfui-9-store-banner__screen{border-radius:14px;top:9px;width:92%}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-banner_mask_android .mfui-9-store-banner__screen{top:8px}}@media screen and (max-width:767px){.mfui-9-store-banner_mask_android .mfui-9-store-banner__screen{top:30px}.mfui-9-store-banner_content-left-mobile .mfui-9-store-banner__content{text-align:left}.mfui-9-store-banner_content-left-mobile .mfui-9-store-banner__stores{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.mfui-9-store-banner_content-left-mobile .mfui-9-store-banner__button{margin:0}}@media screen and (min-width:1024px){.mfui-9-store-banner__container{padding-top:30px}}.mfui-9-store-banner__grid{border:1px solid var(--spbSky2);border-radius:24px;padding-bottom:32px;padding-top:32px}@media screen and (max-width:767px){.mfui-9-store-banner__grid{padding-bottom:0;padding-top:24px}}@media screen and (min-width:1024px){.mfui-9-store-banner__grid{padding-bottom:56px;padding-top:56px}}.mfui-9-store-banner__content{padding-left:32px}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-banner__content{padding-right:10px}}@media screen and (max-width:767px){.mfui-9-store-banner__content{padding-bottom:32px;padding-left:15px;padding-right:15px;text-align:center}}@media screen and (min-width:1024px) and (max-width:1279px){.mfui-9-store-banner__content{padding-left:64px}}@media screen and (min-width:1280px){.mfui-9-store-banner__content{padding-left:80px}}.mfui-9-store-banner__device-mask{background-repeat:no-repeat;background-size:cover;height:100%}.mfui-9-store-banner__device-wrapper{bottom:0;height:222px;margin-left:auto;margin-right:auto;overflow:hidden;padding-top:24px;position:relative;width:163px}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-banner__device-wrapper{height:395px;padding-top:0;width:196px}}@media screen and (min-width:1024px){.mfui-9-store-banner__device-wrapper{bottom:86px;height:calc(100% + 142px);max-height:474px;padding-top:0;width:235px}}.mfui-9-store-banner__links{display:-webkit-box;display:-ms-flexbox;display:flex}.mfui-9-store-banner__qr-code{-ms-flex-item-align:center;align-self:center;background-color:var(--base);border:1px solid var(--spbSky1);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;height:90px;margin-right:16px;width:90px}@media screen and (max-width:767px){.mfui-9-store-banner__qr-code{display:none}}@media screen and (min-width:768px){.mfui-9-store-banner__qr-code+.mfui-9-store-banner__stores{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.mfui-9-store-banner__store-link{height:40px;margin-bottom:10px;margin-left:8px;margin-right:8px;width:136px}@media screen and (max-width:767px){.mfui-9-store-banner__store-link{height:35px;width:119px}}.mfui-9-store-banner__store-link:last-child{margin-bottom:0}.mfui-9-store-banner__stores{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:767px){.mfui-9-store-banner__stores{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width:768px){.mfui-9-store-banner__stores{margin-left:-8px}}.mfui-9-store-banner__text{margin-bottom:32px}.mfui-9-store-banner__title{margin-bottom:16px}.mfui-9-store-banner__screen{left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:767px){.mfui-9-store-banner__button{margin:0 auto}}.mfui-9-store-banner__links_three .mfui-9-store-banner__qr-code{-o-object-fit:contain;object-fit:contain}@media screen and (min-width:1280px){.mfui-9-store-banner__links_three .mfui-9-store-banner__qr-code{max-height:90px;max-width:90px}}.mfui-9-store-banner__links_three .mfui-9-store-banner__qr-code+.mfui-9-store-banner__stores{max-width:305px}@media screen and (min-width:1024px){.mfui-9-store-banner__links_three .mfui-9-store-banner__qr-code+.mfui-9-store-banner__stores{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width:767px){.mfui-9-store-banner__links_three .mfui-9-store-banner__qr-code+.mfui-9-store-banner__stores{margin:0 auto}}.mfui-9-store-banner__links_three .mfui-9-store-banner__store-link{height:40px;width:136px}@media screen and (max-width:1023px){.mfui-9-store-banner__links_three .mfui-9-store-banner__store-link{height:35px;width:119px}}.mfui-9-store-banner__links_three .mfui-9-store-banner__store-link:not(:last-child){margin-bottom:8px}@media screen and (max-width:767px){.mfui-9-store-banner__links_three .mfui-9-store-banner__store-link:not(:last-child){margin-bottom:16px}}
|
|
@@ -6,6 +6,8 @@ export declare const Theme: {
|
|
|
6
6
|
readonly GREEN: "green";
|
|
7
7
|
readonly SPB_SKY_1: "spbSky1";
|
|
8
8
|
readonly SPB_SKY_0: "spbSky0";
|
|
9
|
+
readonly VIOLET_0: "violet0";
|
|
10
|
+
readonly VIOLET_1: "violet1";
|
|
9
11
|
};
|
|
10
12
|
type ThemeType = (typeof Theme)[keyof typeof Theme];
|
|
11
13
|
export declare const DeviceMask: {
|
|
@@ -48,6 +50,14 @@ export interface IStoreBannerProps {
|
|
|
48
50
|
linkVAppstore?: LinkHrefType;
|
|
49
51
|
/** Обработчик клика по ссылке в V-Appstore */
|
|
50
52
|
onClickVAppstore?: LinkOnClickType;
|
|
53
|
+
/** Ссылка на скачивание приложения для iOS */
|
|
54
|
+
linkIos?: LinkHrefType;
|
|
55
|
+
/** Обработчик клика по ссылке для iOS */
|
|
56
|
+
onClickIos?: LinkOnClickType;
|
|
57
|
+
/** Ссылка на скачивание приложения для Android */
|
|
58
|
+
linkAndroid?: LinkHrefType;
|
|
59
|
+
/** Обработчик клика по ссылке для Android */
|
|
60
|
+
onClickAndroid?: LinkOnClickType;
|
|
51
61
|
/** Текст кнопки */
|
|
52
62
|
textButton?: string;
|
|
53
63
|
/** Ссылка для кнопки */
|
|
@@ -76,6 +86,8 @@ export interface IStoreBannerProps {
|
|
|
76
86
|
miStoreLink?: string;
|
|
77
87
|
ruStoreLink?: string;
|
|
78
88
|
vAppstoreLink?: string;
|
|
89
|
+
iosLink?: string;
|
|
90
|
+
androidLink?: string;
|
|
79
91
|
button?: string;
|
|
80
92
|
};
|
|
81
93
|
/** Ссылка на корневой элемент */
|
|
@@ -91,6 +103,8 @@ export interface IStoreBannerProps {
|
|
|
91
103
|
linkMiStore?: Record<string, string>;
|
|
92
104
|
linkRuStore?: Record<string, string>;
|
|
93
105
|
linkVAppstore?: Record<string, string>;
|
|
106
|
+
linkIos?: Record<string, string>;
|
|
107
|
+
linkAndroid?: Record<string, string>;
|
|
94
108
|
};
|
|
95
109
|
}
|
|
96
110
|
declare const StoreBanner: React.FC<IStoreBannerProps>;
|
|
@@ -8,7 +8,9 @@ export var Theme = {
|
|
|
8
8
|
DEFAULT: 'default',
|
|
9
9
|
GREEN: 'green',
|
|
10
10
|
SPB_SKY_1: 'spbSky1',
|
|
11
|
-
SPB_SKY_0: 'spbSky0'
|
|
11
|
+
SPB_SKY_0: 'spbSky0',
|
|
12
|
+
VIOLET_0: 'violet0',
|
|
13
|
+
VIOLET_1: 'violet1'
|
|
12
14
|
};
|
|
13
15
|
export var DeviceMask = {
|
|
14
16
|
ANDROID: 'android',
|
|
@@ -28,6 +30,8 @@ var StoreBanner = function StoreBanner(_ref) {
|
|
|
28
30
|
miStoreLinkClassName = _ref$classes2.miStoreLink,
|
|
29
31
|
ruStoreLinkClassName = _ref$classes2.ruStoreLink,
|
|
30
32
|
vAppstoreLinkClassName = _ref$classes2.vAppstoreLink,
|
|
33
|
+
iosLinkClassName = _ref$classes2.iosLink,
|
|
34
|
+
androidLinkClassName = _ref$classes2.androidLink,
|
|
31
35
|
buttonClassName = _ref$classes2.button,
|
|
32
36
|
title = _ref.title,
|
|
33
37
|
text = _ref.text,
|
|
@@ -38,6 +42,8 @@ var StoreBanner = function StoreBanner(_ref) {
|
|
|
38
42
|
linkMiStore = _ref.linkMiStore,
|
|
39
43
|
linkRuStore = _ref.linkRuStore,
|
|
40
44
|
linkVAppstore = _ref.linkVAppstore,
|
|
45
|
+
linkIos = _ref.linkIos,
|
|
46
|
+
linkAndroid = _ref.linkAndroid,
|
|
41
47
|
linkButton = _ref.linkButton,
|
|
42
48
|
_ref$textButton = _ref.textButton,
|
|
43
49
|
textButton = _ref$textButton === void 0 ? 'Установите приложение' : _ref$textButton,
|
|
@@ -56,7 +62,9 @@ var StoreBanner = function StoreBanner(_ref) {
|
|
|
56
62
|
onClickHuawei = _ref.onClickHuawei,
|
|
57
63
|
onClickMiStore = _ref.onClickMiStore,
|
|
58
64
|
onClickRuStore = _ref.onClickRuStore,
|
|
59
|
-
onClickVAppstore = _ref.onClickVAppstore
|
|
65
|
+
onClickVAppstore = _ref.onClickVAppstore,
|
|
66
|
+
onClickIos = _ref.onClickIos,
|
|
67
|
+
onClickAndroid = _ref.onClickAndroid;
|
|
60
68
|
return /*#__PURE__*/React.createElement("div", _extends({
|
|
61
69
|
className: cn({
|
|
62
70
|
theme: theme,
|
|
@@ -170,6 +178,28 @@ var StoreBanner = function StoreBanner(_ref) {
|
|
|
170
178
|
'v-appstore': true
|
|
171
179
|
}, vAppstoreLinkClassName),
|
|
172
180
|
onClick: onClickVAppstore
|
|
181
|
+
}), linkIos && /*#__PURE__*/React.createElement(StoreButton, {
|
|
182
|
+
dataAttrs: {
|
|
183
|
+
root: dataAttrs === null || dataAttrs === void 0 ? void 0 : dataAttrs.linkIos
|
|
184
|
+
},
|
|
185
|
+
theme: StoreButtonTheme.IOS,
|
|
186
|
+
href: linkIos,
|
|
187
|
+
rel: rel,
|
|
188
|
+
className: cn('store-link', {
|
|
189
|
+
ios: true
|
|
190
|
+
}, iosLinkClassName),
|
|
191
|
+
onClick: onClickIos
|
|
192
|
+
}), linkAndroid && /*#__PURE__*/React.createElement(StoreButton, {
|
|
193
|
+
dataAttrs: {
|
|
194
|
+
root: dataAttrs === null || dataAttrs === void 0 ? void 0 : dataAttrs.linkAndroid
|
|
195
|
+
},
|
|
196
|
+
theme: StoreButtonTheme.ANDROID,
|
|
197
|
+
href: linkAndroid,
|
|
198
|
+
rel: rel,
|
|
199
|
+
className: cn('store-link', {
|
|
200
|
+
android: true
|
|
201
|
+
}, androidLinkClassName),
|
|
202
|
+
onClick: onClickAndroid
|
|
173
203
|
})), linkButton && /*#__PURE__*/React.createElement(Button, {
|
|
174
204
|
dataAttrs: {
|
|
175
205
|
root: dataAttrs === null || dataAttrs === void 0 ? void 0 : dataAttrs.button
|
|
@@ -1 +1 @@
|
|
|
1
|
-
h1,h2,h3,h4,h5{margin:0}.mfui-9-store-button{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;display:inline-block}.mfui-9-store-button:focus-visible{-webkit-animation:focus-outline-shrink .3s linear forwards;animation:focus-outline-shrink .3s linear forwards;outline-offset:2px}@-webkit-keyframes focus-outline-shrink{0%{outline:0 solid var(--137C)}to{outline:4px solid var(--137C)}}@keyframes focus-outline-shrink{0%{outline:0 solid var(--137C)}to{outline:4px solid var(--137C)}}.mfui-9-store-button:focus{outline:none}.mfui-9-store-button_size-all_small{height:35px;width:119px}.mfui-9-store-button_size-all_medium{height:40px;width:136px}.mfui-9-store-button_size-all_large{height:70px;width:238px}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}@media screen and (min-width:1024px){.mfui-9-store-button_size-desktop_small{height:35px;width:119px}.mfui-9-store-button_size-desktop_medium{height:40px;width:136px}.mfui-9-store-button_size-desktop_large{height:70px;width:238px}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}@media screen and (min-width:1280px){.mfui-9-store-button_size-wide_small{height:35px;width:119px}.mfui-9-store-button_size-wide_medium{height:40px;width:136px}.mfui-9-store-button_size-wide_large{height:70px;width:238px}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-button_size-tablet_small{height:35px;width:119px}.mfui-9-store-button_size-tablet_medium{height:40px;width:136px}.mfui-9-store-button_size-tablet_large{height:70px;width:238px}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}@media screen and (max-width:767px){.mfui-9-store-button_size-mobile_small{height:35px;width:119px}.mfui-9-store-button_size-mobile_medium{height:40px;width:136px}.mfui-9-store-button_size-mobile_large{height:70px;width:238px}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}
|
|
1
|
+
h1,h2,h3,h4,h5{margin:0}.mfui-9-store-button{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;display:inline-block}.mfui-9-store-button:focus-visible{-webkit-animation:focus-outline-shrink .3s linear forwards;animation:focus-outline-shrink .3s linear forwards;outline-offset:2px}@-webkit-keyframes focus-outline-shrink{0%{outline:0 solid var(--137C)}to{outline:4px solid var(--137C)}}@keyframes focus-outline-shrink{0%{outline:0 solid var(--137C)}to{outline:4px solid var(--137C)}}.mfui-9-store-button:focus{outline:none}.mfui-9-store-button_size-all_small{height:35px;width:119px}.mfui-9-store-button_size-all_medium{height:40px;width:136px}.mfui-9-store-button_size-all_large{height:70px;width:238px}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_android,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_android{background-image:url(img/android.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_ios,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_ios{background-image:url(img/ios.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_android{background-image:url(img/android-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_ios{background-image:url(img/ios-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}@media screen and (min-width:1024px){.mfui-9-store-button_size-desktop_small{height:35px;width:119px}.mfui-9-store-button_size-desktop_medium{height:40px;width:136px}.mfui-9-store-button_size-desktop_large{height:70px;width:238px}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_android,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_android{background-image:url(img/android.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_ios,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_ios{background-image:url(img/ios.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_android{background-image:url(img/android-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_ios{background-image:url(img/ios-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}@media screen and (min-width:1280px){.mfui-9-store-button_size-wide_small{height:35px;width:119px}.mfui-9-store-button_size-wide_medium{height:40px;width:136px}.mfui-9-store-button_size-wide_large{height:70px;width:238px}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_android,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_android{background-image:url(img/android.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_ios,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_ios{background-image:url(img/ios.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_android{background-image:url(img/android-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_ios{background-image:url(img/ios-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-button_size-tablet_small{height:35px;width:119px}.mfui-9-store-button_size-tablet_medium{height:40px;width:136px}.mfui-9-store-button_size-tablet_large{height:70px;width:238px}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_android,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_android{background-image:url(img/android.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_ios,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_ios{background-image:url(img/ios.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_android{background-image:url(img/android-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_ios{background-image:url(img/ios-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}@media screen and (max-width:767px){.mfui-9-store-button_size-mobile_small{height:35px;width:119px}.mfui-9-store-button_size-mobile_medium{height:40px;width:136px}.mfui-9-store-button_size-mobile_large{height:70px;width:238px}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_android,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_android{background-image:url(img/android.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_ios,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_ios{background-image:url(img/ios.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_android{background-image:url(img/android-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_ios{background-image:url(img/ios-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}
|
|
@@ -7,9 +7,11 @@ export declare enum ButtonSizes {
|
|
|
7
7
|
LARGE = "large"
|
|
8
8
|
}
|
|
9
9
|
export declare enum Theme {
|
|
10
|
+
ANDROID = "android",
|
|
10
11
|
APP_STORE = "app-store",
|
|
11
12
|
GALAXY_STORE = "galaxy-store",
|
|
12
13
|
GOOGLE_PLAY = "google-play",
|
|
14
|
+
IOS = "ios",
|
|
13
15
|
HUAWEI_STORE = "huawei-store",
|
|
14
16
|
MI_STORE = "mi-store",
|
|
15
17
|
RU_STORE = "ru-store",
|
|
@@ -21,9 +21,11 @@ export var ButtonSizes;
|
|
|
21
21
|
})(ButtonSizes || (ButtonSizes = {}));
|
|
22
22
|
export var Theme;
|
|
23
23
|
(function (Theme) {
|
|
24
|
+
Theme["ANDROID"] = "android";
|
|
24
25
|
Theme["APP_STORE"] = "app-store";
|
|
25
26
|
Theme["GALAXY_STORE"] = "galaxy-store";
|
|
26
27
|
Theme["GOOGLE_PLAY"] = "google-play";
|
|
28
|
+
Theme["IOS"] = "ios";
|
|
27
29
|
Theme["HUAWEI_STORE"] = "huawei-store";
|
|
28
30
|
Theme["MI_STORE"] = "mi-store";
|
|
29
31
|
Theme["RU_STORE"] = "ru-store";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
h1,h2,h3,h4,h5{margin:0}.mfui-9-store-banner_theme_default .mfui-9-store-banner__grid{background-color:var(--base)}.mfui-9-store-banner_theme_default .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_theme_green .mfui-9-store-banner__grid{background-color:var(--brandGreen);border:0}.mfui-9-store-banner_theme_green .mfui-9-store-banner__content{color:var(--stcWhite)}.mfui-9-store-banner_theme_spbSky1 .mfui-9-store-banner__grid{background-color:var(--spbSky1);border-color:transparent}.mfui-9-store-banner_theme_spbSky1 .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_theme_spbSky0 .mfui-9-store-banner__grid{background-color:var(--spbSky0);border-color:transparent}.mfui-9-store-banner_theme_spbSky0 .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__device-mask{background-image:url(img/new-iphone.png);position:relative;z-index:2}.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__screen{border-radius:14px;top:9px;width:90%;z-index:1}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__screen{top:8px}}@media screen and (max-width:767px){.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__screen{top:30px}}.mfui-9-store-banner_mask_android .mfui-9-store-banner__device-mask{background-image:url(img/android.png);position:relative;z-index:2}.mfui-9-store-banner_mask_android .mfui-9-store-banner__screen{border-radius:14px;top:9px;width:92%}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-banner_mask_android .mfui-9-store-banner__screen{top:8px}}@media screen and (max-width:767px){.mfui-9-store-banner_mask_android .mfui-9-store-banner__screen{top:30px}.mfui-9-store-banner_content-left-mobile .mfui-9-store-banner__content{text-align:left}.mfui-9-store-banner_content-left-mobile .mfui-9-store-banner__stores{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.mfui-9-store-banner_content-left-mobile .mfui-9-store-banner__button{margin:0}}@media screen and (min-width:1024px){.mfui-9-store-banner__container{padding-top:30px}}.mfui-9-store-banner__grid{border:1px solid var(--spbSky2);border-radius:24px;padding-bottom:32px;padding-top:32px}@media screen and (max-width:767px){.mfui-9-store-banner__grid{padding-bottom:0;padding-top:24px}}.mfui-9-store-banner__content{padding-left:32px}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-banner__content{padding-right:10px}}@media screen and (max-width:767px){.mfui-9-store-banner__content{padding-bottom:32px;padding-left:15px;padding-right:15px;text-align:center}}.mfui-9-store-banner__device-mask{background-repeat:no-repeat;background-size:cover;height:100%}.mfui-9-store-banner__device-wrapper{bottom:
|
|
1
|
+
h1,h2,h3,h4,h5{margin:0}.mfui-9-store-banner_theme_default .mfui-9-store-banner__grid{background-color:var(--base)}.mfui-9-store-banner_theme_default .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_theme_green .mfui-9-store-banner__grid{background-color:var(--brandGreen);border:0}.mfui-9-store-banner_theme_green .mfui-9-store-banner__content{color:var(--stcWhite)}.mfui-9-store-banner_theme_spbSky1 .mfui-9-store-banner__grid{background-color:var(--spbSky1);border-color:transparent}.mfui-9-store-banner_theme_spbSky1 .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_theme_spbSky0 .mfui-9-store-banner__grid{background-color:var(--spbSky0);border-color:transparent}.mfui-9-store-banner_theme_spbSky0 .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_theme_violet0 .mfui-9-store-banner__grid{background-color:#f6f2f9;border-color:transparent}.mfui-9-store-banner_theme_violet0 .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_theme_violet1 .mfui-9-store-banner__grid{background-color:#e1dcea;border-color:transparent}.mfui-9-store-banner_theme_violet1 .mfui-9-store-banner__content{color:var(--content)}.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__device-mask{background-image:url(img/new-iphone.png);position:relative;z-index:2}.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__screen{border-radius:14px;top:9px;width:90%;z-index:1}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__screen{top:8px}}@media screen and (max-width:767px){.mfui-9-store-banner_mask_new-iphone .mfui-9-store-banner__screen{top:30px}}.mfui-9-store-banner_mask_android .mfui-9-store-banner__device-mask{background-image:url(img/android.png);position:relative;z-index:2}.mfui-9-store-banner_mask_android .mfui-9-store-banner__screen{border-radius:14px;top:9px;width:92%}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-banner_mask_android .mfui-9-store-banner__screen{top:8px}}@media screen and (max-width:767px){.mfui-9-store-banner_mask_android .mfui-9-store-banner__screen{top:30px}.mfui-9-store-banner_content-left-mobile .mfui-9-store-banner__content{text-align:left}.mfui-9-store-banner_content-left-mobile .mfui-9-store-banner__stores{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.mfui-9-store-banner_content-left-mobile .mfui-9-store-banner__button{margin:0}}@media screen and (min-width:1024px){.mfui-9-store-banner__container{padding-top:30px}}.mfui-9-store-banner__grid{border:1px solid var(--spbSky2);border-radius:24px;padding-bottom:32px;padding-top:32px}@media screen and (max-width:767px){.mfui-9-store-banner__grid{padding-bottom:0;padding-top:24px}}@media screen and (min-width:1024px){.mfui-9-store-banner__grid{padding-bottom:56px;padding-top:56px}}.mfui-9-store-banner__content{padding-left:32px}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-banner__content{padding-right:10px}}@media screen and (max-width:767px){.mfui-9-store-banner__content{padding-bottom:32px;padding-left:15px;padding-right:15px;text-align:center}}@media screen and (min-width:1024px) and (max-width:1279px){.mfui-9-store-banner__content{padding-left:64px}}@media screen and (min-width:1280px){.mfui-9-store-banner__content{padding-left:80px}}.mfui-9-store-banner__device-mask{background-repeat:no-repeat;background-size:cover;height:100%}.mfui-9-store-banner__device-wrapper{bottom:0;height:222px;margin-left:auto;margin-right:auto;overflow:hidden;padding-top:24px;position:relative;width:163px}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-banner__device-wrapper{height:395px;padding-top:0;width:196px}}@media screen and (min-width:1024px){.mfui-9-store-banner__device-wrapper{bottom:86px;height:calc(100% + 142px);max-height:474px;padding-top:0;width:235px}}.mfui-9-store-banner__links{display:-webkit-box;display:-ms-flexbox;display:flex}.mfui-9-store-banner__qr-code{-ms-flex-item-align:center;align-self:center;background-color:var(--base);border:1px solid var(--spbSky1);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;height:90px;margin-right:16px;width:90px}@media screen and (max-width:767px){.mfui-9-store-banner__qr-code{display:none}}@media screen and (min-width:768px){.mfui-9-store-banner__qr-code+.mfui-9-store-banner__stores{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.mfui-9-store-banner__store-link{height:40px;margin-bottom:10px;margin-left:8px;margin-right:8px;width:136px}@media screen and (max-width:767px){.mfui-9-store-banner__store-link{height:35px;width:119px}}.mfui-9-store-banner__store-link:last-child{margin-bottom:0}.mfui-9-store-banner__stores{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:767px){.mfui-9-store-banner__stores{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width:768px){.mfui-9-store-banner__stores{margin-left:-8px}}.mfui-9-store-banner__text{margin-bottom:32px}.mfui-9-store-banner__title{margin-bottom:16px}.mfui-9-store-banner__screen{left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:767px){.mfui-9-store-banner__button{margin:0 auto}}.mfui-9-store-banner__links_three .mfui-9-store-banner__qr-code{-o-object-fit:contain;object-fit:contain}@media screen and (min-width:1280px){.mfui-9-store-banner__links_three .mfui-9-store-banner__qr-code{max-height:90px;max-width:90px}}.mfui-9-store-banner__links_three .mfui-9-store-banner__qr-code+.mfui-9-store-banner__stores{max-width:305px}@media screen and (min-width:1024px){.mfui-9-store-banner__links_three .mfui-9-store-banner__qr-code+.mfui-9-store-banner__stores{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width:767px){.mfui-9-store-banner__links_three .mfui-9-store-banner__qr-code+.mfui-9-store-banner__stores{margin:0 auto}}.mfui-9-store-banner__links_three .mfui-9-store-banner__store-link{height:40px;width:136px}@media screen and (max-width:1023px){.mfui-9-store-banner__links_three .mfui-9-store-banner__store-link{height:35px;width:119px}}.mfui-9-store-banner__links_three .mfui-9-store-banner__store-link:not(:last-child){margin-bottom:8px}@media screen and (max-width:767px){.mfui-9-store-banner__links_three .mfui-9-store-banner__store-link:not(:last-child){margin-bottom:16px}}
|
|
@@ -6,6 +6,8 @@ export declare const Theme: {
|
|
|
6
6
|
readonly GREEN: "green";
|
|
7
7
|
readonly SPB_SKY_1: "spbSky1";
|
|
8
8
|
readonly SPB_SKY_0: "spbSky0";
|
|
9
|
+
readonly VIOLET_0: "violet0";
|
|
10
|
+
readonly VIOLET_1: "violet1";
|
|
9
11
|
};
|
|
10
12
|
type ThemeType = (typeof Theme)[keyof typeof Theme];
|
|
11
13
|
export declare const DeviceMask: {
|
|
@@ -48,6 +50,14 @@ export interface IStoreBannerProps {
|
|
|
48
50
|
linkVAppstore?: LinkHrefType;
|
|
49
51
|
/** Обработчик клика по ссылке в V-Appstore */
|
|
50
52
|
onClickVAppstore?: LinkOnClickType;
|
|
53
|
+
/** Ссылка на скачивание приложения для iOS */
|
|
54
|
+
linkIos?: LinkHrefType;
|
|
55
|
+
/** Обработчик клика по ссылке для iOS */
|
|
56
|
+
onClickIos?: LinkOnClickType;
|
|
57
|
+
/** Ссылка на скачивание приложения для Android */
|
|
58
|
+
linkAndroid?: LinkHrefType;
|
|
59
|
+
/** Обработчик клика по ссылке для Android */
|
|
60
|
+
onClickAndroid?: LinkOnClickType;
|
|
51
61
|
/** Текст кнопки */
|
|
52
62
|
textButton?: string;
|
|
53
63
|
/** Ссылка для кнопки */
|
|
@@ -76,6 +86,8 @@ export interface IStoreBannerProps {
|
|
|
76
86
|
miStoreLink?: string;
|
|
77
87
|
ruStoreLink?: string;
|
|
78
88
|
vAppstoreLink?: string;
|
|
89
|
+
iosLink?: string;
|
|
90
|
+
androidLink?: string;
|
|
79
91
|
button?: string;
|
|
80
92
|
};
|
|
81
93
|
/** Ссылка на корневой элемент */
|
|
@@ -91,6 +103,8 @@ export interface IStoreBannerProps {
|
|
|
91
103
|
linkMiStore?: Record<string, string>;
|
|
92
104
|
linkRuStore?: Record<string, string>;
|
|
93
105
|
linkVAppstore?: Record<string, string>;
|
|
106
|
+
linkIos?: Record<string, string>;
|
|
107
|
+
linkAndroid?: Record<string, string>;
|
|
94
108
|
};
|
|
95
109
|
}
|
|
96
110
|
declare const StoreBanner: React.FC<IStoreBannerProps>;
|
|
@@ -16,7 +16,9 @@ var Theme = exports.Theme = {
|
|
|
16
16
|
DEFAULT: 'default',
|
|
17
17
|
GREEN: 'green',
|
|
18
18
|
SPB_SKY_1: 'spbSky1',
|
|
19
|
-
SPB_SKY_0: 'spbSky0'
|
|
19
|
+
SPB_SKY_0: 'spbSky0',
|
|
20
|
+
VIOLET_0: 'violet0',
|
|
21
|
+
VIOLET_1: 'violet1'
|
|
20
22
|
};
|
|
21
23
|
var DeviceMask = exports.DeviceMask = {
|
|
22
24
|
ANDROID: 'android',
|
|
@@ -36,6 +38,8 @@ var StoreBanner = function StoreBanner(_ref) {
|
|
|
36
38
|
miStoreLinkClassName = _ref$classes2.miStoreLink,
|
|
37
39
|
ruStoreLinkClassName = _ref$classes2.ruStoreLink,
|
|
38
40
|
vAppstoreLinkClassName = _ref$classes2.vAppstoreLink,
|
|
41
|
+
iosLinkClassName = _ref$classes2.iosLink,
|
|
42
|
+
androidLinkClassName = _ref$classes2.androidLink,
|
|
39
43
|
buttonClassName = _ref$classes2.button,
|
|
40
44
|
title = _ref.title,
|
|
41
45
|
text = _ref.text,
|
|
@@ -46,6 +50,8 @@ var StoreBanner = function StoreBanner(_ref) {
|
|
|
46
50
|
linkMiStore = _ref.linkMiStore,
|
|
47
51
|
linkRuStore = _ref.linkRuStore,
|
|
48
52
|
linkVAppstore = _ref.linkVAppstore,
|
|
53
|
+
linkIos = _ref.linkIos,
|
|
54
|
+
linkAndroid = _ref.linkAndroid,
|
|
49
55
|
linkButton = _ref.linkButton,
|
|
50
56
|
_ref$textButton = _ref.textButton,
|
|
51
57
|
textButton = _ref$textButton === void 0 ? 'Установите приложение' : _ref$textButton,
|
|
@@ -64,7 +70,9 @@ var StoreBanner = function StoreBanner(_ref) {
|
|
|
64
70
|
onClickHuawei = _ref.onClickHuawei,
|
|
65
71
|
onClickMiStore = _ref.onClickMiStore,
|
|
66
72
|
onClickRuStore = _ref.onClickRuStore,
|
|
67
|
-
onClickVAppstore = _ref.onClickVAppstore
|
|
73
|
+
onClickVAppstore = _ref.onClickVAppstore,
|
|
74
|
+
onClickIos = _ref.onClickIos,
|
|
75
|
+
onClickAndroid = _ref.onClickAndroid;
|
|
68
76
|
return /*#__PURE__*/React.createElement("div", (0, _extends2["default"])({
|
|
69
77
|
className: cn({
|
|
70
78
|
theme: theme,
|
|
@@ -178,6 +186,28 @@ var StoreBanner = function StoreBanner(_ref) {
|
|
|
178
186
|
'v-appstore': true
|
|
179
187
|
}, vAppstoreLinkClassName),
|
|
180
188
|
onClick: onClickVAppstore
|
|
189
|
+
}), linkIos && /*#__PURE__*/React.createElement(_StoreButton["default"], {
|
|
190
|
+
dataAttrs: {
|
|
191
|
+
root: dataAttrs === null || dataAttrs === void 0 ? void 0 : dataAttrs.linkIos
|
|
192
|
+
},
|
|
193
|
+
theme: _StoreButton.Theme.IOS,
|
|
194
|
+
href: linkIos,
|
|
195
|
+
rel: rel,
|
|
196
|
+
className: cn('store-link', {
|
|
197
|
+
ios: true
|
|
198
|
+
}, iosLinkClassName),
|
|
199
|
+
onClick: onClickIos
|
|
200
|
+
}), linkAndroid && /*#__PURE__*/React.createElement(_StoreButton["default"], {
|
|
201
|
+
dataAttrs: {
|
|
202
|
+
root: dataAttrs === null || dataAttrs === void 0 ? void 0 : dataAttrs.linkAndroid
|
|
203
|
+
},
|
|
204
|
+
theme: _StoreButton.Theme.ANDROID,
|
|
205
|
+
href: linkAndroid,
|
|
206
|
+
rel: rel,
|
|
207
|
+
className: cn('store-link', {
|
|
208
|
+
android: true
|
|
209
|
+
}, androidLinkClassName),
|
|
210
|
+
onClick: onClickAndroid
|
|
181
211
|
})), linkButton && /*#__PURE__*/React.createElement(_uiCore.Button, {
|
|
182
212
|
dataAttrs: {
|
|
183
213
|
root: dataAttrs === null || dataAttrs === void 0 ? void 0 : dataAttrs.button
|
|
@@ -1 +1 @@
|
|
|
1
|
-
h1,h2,h3,h4,h5{margin:0}.mfui-9-store-button{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;display:inline-block}.mfui-9-store-button:focus-visible{-webkit-animation:focus-outline-shrink .3s linear forwards;animation:focus-outline-shrink .3s linear forwards;outline-offset:2px}@-webkit-keyframes focus-outline-shrink{0%{outline:0 solid var(--137C)}to{outline:4px solid var(--137C)}}@keyframes focus-outline-shrink{0%{outline:0 solid var(--137C)}to{outline:4px solid var(--137C)}}.mfui-9-store-button:focus{outline:none}.mfui-9-store-button_size-all_small{height:35px;width:119px}.mfui-9-store-button_size-all_medium{height:40px;width:136px}.mfui-9-store-button_size-all_large{height:70px;width:238px}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}@media screen and (min-width:1024px){.mfui-9-store-button_size-desktop_small{height:35px;width:119px}.mfui-9-store-button_size-desktop_medium{height:40px;width:136px}.mfui-9-store-button_size-desktop_large{height:70px;width:238px}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}@media screen and (min-width:1280px){.mfui-9-store-button_size-wide_small{height:35px;width:119px}.mfui-9-store-button_size-wide_medium{height:40px;width:136px}.mfui-9-store-button_size-wide_large{height:70px;width:238px}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-button_size-tablet_small{height:35px;width:119px}.mfui-9-store-button_size-tablet_medium{height:40px;width:136px}.mfui-9-store-button_size-tablet_large{height:70px;width:238px}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}@media screen and (max-width:767px){.mfui-9-store-button_size-mobile_small{height:35px;width:119px}.mfui-9-store-button_size-mobile_medium{height:40px;width:136px}.mfui-9-store-button_size-mobile_large{height:70px;width:238px}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}
|
|
1
|
+
h1,h2,h3,h4,h5{margin:0}.mfui-9-store-button{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;display:inline-block}.mfui-9-store-button:focus-visible{-webkit-animation:focus-outline-shrink .3s linear forwards;animation:focus-outline-shrink .3s linear forwards;outline-offset:2px}@-webkit-keyframes focus-outline-shrink{0%{outline:0 solid var(--137C)}to{outline:4px solid var(--137C)}}@keyframes focus-outline-shrink{0%{outline:0 solid var(--137C)}to{outline:4px solid var(--137C)}}.mfui-9-store-button:focus{outline:none}.mfui-9-store-button_size-all_small{height:35px;width:119px}.mfui-9-store-button_size-all_medium{height:40px;width:136px}.mfui-9-store-button_size-all_large{height:70px;width:238px}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_android,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_android{background-image:url(img/android.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_ios,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_ios{background-image:url(img/ios.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-all_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-all_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_android{background-image:url(img/android-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_ios{background-image:url(img/ios-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-all_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}@media screen and (min-width:1024px){.mfui-9-store-button_size-desktop_small{height:35px;width:119px}.mfui-9-store-button_size-desktop_medium{height:40px;width:136px}.mfui-9-store-button_size-desktop_large{height:70px;width:238px}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_android,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_android{background-image:url(img/android.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_ios,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_ios{background-image:url(img/ios.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-desktop_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-desktop_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_android{background-image:url(img/android-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_ios{background-image:url(img/ios-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-desktop_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}@media screen and (min-width:1280px){.mfui-9-store-button_size-wide_small{height:35px;width:119px}.mfui-9-store-button_size-wide_medium{height:40px;width:136px}.mfui-9-store-button_size-wide_large{height:70px;width:238px}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_android,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_android{background-image:url(img/android.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_ios,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_ios{background-image:url(img/ios.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-wide_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-wide_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_android{background-image:url(img/android-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_ios{background-image:url(img/ios-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-wide_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}@media screen and (min-width:768px) and (max-width:1023px){.mfui-9-store-button_size-tablet_small{height:35px;width:119px}.mfui-9-store-button_size-tablet_medium{height:40px;width:136px}.mfui-9-store-button_size-tablet_large{height:70px;width:238px}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_android,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_android{background-image:url(img/android.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_ios,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_ios{background-image:url(img/ios.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-tablet_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-tablet_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_android{background-image:url(img/android-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_ios{background-image:url(img/ios-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-tablet_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}@media screen and (max-width:767px){.mfui-9-store-button_size-mobile_small{height:35px;width:119px}.mfui-9-store-button_size-mobile_medium{height:40px;width:136px}.mfui-9-store-button_size-mobile_large{height:70px;width:238px}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_android,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_android{background-image:url(img/android.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_app-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_app-store{background-image:url(img/app-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_galaxy-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_google-play,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_google-play{background-image:url(img/google-play.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_ios,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_ios{background-image:url(img/ios.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_huawei-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_mi-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_ru-store,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store.png)}.mfui-9-store-button_size-mobile_medium.mfui-9-store-button_theme_v-appstore,.mfui-9-store-button_size-mobile_small.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_android{background-image:url(img/android-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_app-store{background-image:url(img/app-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_galaxy-store{background-image:url(img/galaxy-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_google-play{background-image:url(img/google-play-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_ios{background-image:url(img/ios-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_huawei-store{background-image:url(img/huawei-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_mi-store{background-image:url(img/mi-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_ru-store{background-image:url(img/ru-store-large.png)}.mfui-9-store-button_size-mobile_large.mfui-9-store-button_theme_v-appstore{background-image:url(img/v-appstore-large.png)}}
|
|
@@ -7,9 +7,11 @@ export declare enum ButtonSizes {
|
|
|
7
7
|
LARGE = "large"
|
|
8
8
|
}
|
|
9
9
|
export declare enum Theme {
|
|
10
|
+
ANDROID = "android",
|
|
10
11
|
APP_STORE = "app-store",
|
|
11
12
|
GALAXY_STORE = "galaxy-store",
|
|
12
13
|
GOOGLE_PLAY = "google-play",
|
|
14
|
+
IOS = "ios",
|
|
13
15
|
HUAWEI_STORE = "huawei-store",
|
|
14
16
|
MI_STORE = "mi-store",
|
|
15
17
|
RU_STORE = "ru-store",
|
|
@@ -29,9 +29,11 @@ var ButtonSizes;
|
|
|
29
29
|
})(ButtonSizes || (exports.ButtonSizes = ButtonSizes = {}));
|
|
30
30
|
var Theme;
|
|
31
31
|
(function (Theme) {
|
|
32
|
+
Theme["ANDROID"] = "android";
|
|
32
33
|
Theme["APP_STORE"] = "app-store";
|
|
33
34
|
Theme["GALAXY_STORE"] = "galaxy-store";
|
|
34
35
|
Theme["GOOGLE_PLAY"] = "google-play";
|
|
36
|
+
Theme["IOS"] = "ios";
|
|
35
37
|
Theme["HUAWEI_STORE"] = "huawei-store";
|
|
36
38
|
Theme["MI_STORE"] = "mi-store";
|
|
37
39
|
Theme["RU_STORE"] = "ru-store";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@megafon/ui-shared",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.5.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"@babel/runtime": "^7.8.4",
|
|
80
|
-
"@megafon/ui-core": "^9.10.
|
|
80
|
+
"@megafon/ui-core": "^9.10.1",
|
|
81
81
|
"@megafon/ui-helpers": "^5.1.0",
|
|
82
|
-
"@megafon/ui-icons": "^4.
|
|
82
|
+
"@megafon/ui-icons": "^4.4.0",
|
|
83
83
|
"core-js": "^3.6.4",
|
|
84
84
|
"htmr": "^1.0.2",
|
|
85
85
|
"lodash.throttle": "^4.1.1",
|
|
86
86
|
"swiper": "^12.1.2"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "0f3b73cde483b605cf811453daf99bab302cc9b1"
|
|
89
89
|
}
|