@loftyshaky/shared-app 1.0.2 → 1.2.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/LICENSE.md +21 -0
- package/_locales/de/messages.json +1 -1
- package/_locales/en/messages.json +119 -2
- package/_locales/ru/messages.json +65 -2
- package/announcement.d.ts +2 -2
- package/announcement.js +5 -1
- package/app.d.ts +1 -5
- package/app.js +5 -1
- package/chunk-main.js +22 -0
- package/chunk-main2.js +5 -0
- package/chunk-main3.js +5 -0
- package/chunk-main4.js +5 -0
- package/chunk-pickr.min.js +5 -0
- package/dependencies.d.ts +2 -0
- package/dependencies.js +5 -0
- package/dependencies.txt +863 -0
- package/ext.d.ts +1 -5
- package/ext.js +5 -1
- package/fonts/NotoSans-Regular.ttf +0 -0
- package/globals.d.ts +49 -0
- package/html/dependencies.html +13 -0
- package/index.d.ts +3 -3
- package/index.js +5 -1
- package/inputs.d.ts +2 -2
- package/inputs.js +5 -1
- package/js/apps.js +63 -63
- package/js/dependencies.js +56 -0
- package/js/env.js +11 -3
- package/js/locales.js +23 -8
- package/js/package/plugins/rollup-plugin-copy.js +169 -169
- package/js/package/plugins/watcher.js +56 -56
- package/js/package/terser.js +18 -18
- package/js/task_scheduler.js +39 -39
- package/js/tsc_alias.js +19 -0
- package/js/webpack.config.js +35 -3
- package/package.json +2 -2
- package/scss/dependencies/body.scss +3 -0
- package/scss/dependencies/hr.scss +3 -0
- package/scss/dependencies/index.scss +5 -0
- package/scss/dependencies/links.scss +3 -0
- package/scss/dependencies/main.scss +3 -0
- package/scss/settings/section_btns.scss +52 -52
- package/scss/settings/sections.scss +22 -0
- package/scss/settings/transitions.scss +3 -13
- package/scss/shared/btns.scss +69 -16
- package/scss/shared/checkboxes.scss +38 -38
- package/scss/shared/close_btn.scss +18 -0
- package/scss/shared/color_pickers.scss +93 -93
- package/scss/shared/colors.scss +90 -84
- package/scss/shared/embed/error.scss +45 -28
- package/scss/shared/embed/font_face.scss +1 -2
- package/scss/shared/focus.scss +15 -9
- package/scss/shared/functions.scss +5 -0
- package/scss/shared/help.scss +3 -5
- package/scss/shared/index.scss +5 -0
- package/scss/shared/input_btns.scss +12 -11
- package/scss/shared/input_error.scss +3 -0
- package/scss/shared/inputs.scss +90 -70
- package/scss/shared/inset_border.scss +1 -8
- package/scss/shared/link_btns.scss +8 -0
- package/scss/shared/links.scss +12 -0
- package/scss/shared/main.scss +3 -0
- package/scss/shared/mixins.scss +60 -6
- package/scss/shared/mods.scss +11 -5
- package/scss/shared/offers.scss +37 -0
- package/scss/shared/scrollbar.scss +35 -35
- package/scss/shared/selects.scss +8 -2
- package/scss/shared/themes/colors/aqua.scss +48 -0
- package/scss/shared/themes/colors/dark.scss +51 -12
- package/scss/shared/themes/colors/lavender.scss +52 -0
- package/scss/shared/themes/colors/light.scss +51 -12
- package/scss/shared/themes/colors/very_dark.scss +51 -12
- package/scss/shared/themes/general/aqua_theme.scss +9 -0
- package/scss/shared/themes/general/dark_theme.scss +3 -1
- package/scss/shared/themes/general/lavender_theme.scss +9 -0
- package/scss/shared/themes/general/light_theme.scss +3 -1
- package/scss/shared/themes/general/template.scss +123 -75
- package/scss/shared/themes/general/template_focus.scss +24 -10
- package/scss/shared/themes/general/very_dark_theme.scss +3 -1
- package/scss/shared/transitions.scss +23 -2
- package/scss/shared/upload_box.scss +80 -67
- package/scss/shared/vars.scss +15 -2
- package/settings.d.ts +2 -2
- package/settings.js +5 -1
- package/ts/announcement/components/body.d.ts +2 -3
- package/ts/announcement/components/index.d.ts +1 -1
- package/ts/announcement/internal.d.ts +2 -3
- package/ts/announcement/scripts/display.d.ts +6 -6
- package/ts/announcement/scripts/index.d.ts +1 -2
- package/ts/dependencies/components/body.d.ts +2 -0
- package/ts/dependencies/components/index.d.ts +1 -0
- package/ts/dependencies/internal.d.ts +2 -0
- package/ts/dependencies/scripts/dependencies.d.ts +7 -0
- package/ts/dependencies/scripts/index.d.ts +1 -0
- package/ts/error_modules/crash_handler/components/body.d.ts +52 -52
- package/ts/error_modules/crash_handler/components/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/components/prop_types/body.d.ts +4 -4
- package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/data/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/data/visibility.d.ts +7 -7
- package/ts/error_modules/crash_handler/scripts/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/scripts/page.d.ts +6 -6
- package/ts/error_modules/css/scripts/index.d.ts +1 -1
- package/ts/error_modules/css/scripts/main.d.ts +8 -8
- package/ts/error_modules/error/components/body.d.ts +3 -3
- package/ts/error_modules/error/components/close_btn.d.ts +2 -2
- package/ts/error_modules/error/components/ext_name.d.ts +2 -2
- package/ts/error_modules/error/components/index.d.ts +6 -4
- package/ts/error_modules/error/components/keep_visible_msg.d.ts +2 -0
- package/ts/error_modules/error/components/msg.d.ts +2 -2
- package/ts/error_modules/error/components/progress.d.ts +2 -0
- package/ts/error_modules/error/components/prop_types/body.d.ts +5 -5
- package/ts/error_modules/error/components/prop_types/index.d.ts +1 -1
- package/ts/error_modules/error/data/index.d.ts +4 -3
- package/ts/error_modules/error/data/main.d.ts +11 -10
- package/ts/error_modules/error/data/msg.d.ts +13 -15
- package/ts/error_modules/error/data/progress.d.ts +17 -0
- package/ts/error_modules/error/data/state.d.ts +25 -24
- package/ts/error_modules/error/interfaces/error.d.ts +6 -6
- package/ts/error_modules/error/interfaces/error_obj.d.ts +6 -6
- package/ts/error_modules/error/interfaces/index.d.ts +7 -5
- package/ts/error_modules/error/interfaces/notification_type.d.ts +1 -0
- package/ts/error_modules/error/interfaces/observable_keys.d.ts +1 -1
- package/ts/error_modules/error/interfaces/show_error.d.ts +11 -6
- package/ts/error_modules/error/interfaces/show_unable_to_access_settings_error.d.ts +5 -0
- package/ts/error_modules/error/interfaces/timeout_observable_keys.d.ts +1 -1
- package/ts/error_modules/error/scripts/flash.d.ts +11 -0
- package/ts/error_modules/error/scripts/globals.d.ts +1 -9
- package/ts/error_modules/error/scripts/index.d.ts +3 -1
- package/ts/error_modules/error/scripts/notification.d.ts +8 -0
- package/ts/error_modules/init.d.ts +1 -0
- package/ts/error_modules/internal.d.ts +11 -10
- package/ts/inputs/color/components/body.d.ts +3 -3
- package/ts/inputs/color/components/color_picker.d.ts +3 -3
- package/ts/inputs/color/components/fill_shadow.d.ts +3 -3
- package/ts/inputs/color/components/index.d.ts +4 -4
- package/ts/inputs/color/components/prop_types/body.d.ts +4 -4
- package/ts/inputs/color/components/prop_types/color_picker.d.ts +7 -7
- package/ts/inputs/color/components/prop_types/fill_shadow.d.ts +5 -5
- package/ts/inputs/color/components/prop_types/index.d.ts +4 -4
- package/ts/inputs/color/components/prop_types/visualization.d.ts +6 -6
- package/ts/inputs/color/components/visualization.d.ts +3 -3
- package/ts/inputs/color/data/color.d.ts +54 -54
- package/ts/inputs/color/data/index.d.ts +2 -2
- package/ts/inputs/color/data/visibility.d.ts +38 -38
- package/ts/inputs/color/interfaces/color.d.ts +1 -1
- package/ts/inputs/color/interfaces/color_picker_state.d.ts +6 -6
- package/ts/inputs/color/interfaces/color_picker_state_one.d.ts +5 -5
- package/ts/inputs/color/interfaces/i.d.ts +1 -1
- package/ts/inputs/color/interfaces/index.d.ts +4 -4
- package/ts/inputs/color/obj/color.d.ts +54 -54
- package/ts/inputs/color/obj/index.d.ts +1 -1
- package/ts/inputs/color/scripts/color_picker.d.ts +20 -20
- package/ts/inputs/color/scripts/index.d.ts +2 -2
- package/ts/inputs/color/scripts/position.d.ts +7 -7
- package/ts/inputs/components/btn.d.ts +3 -3
- package/ts/inputs/components/checkbox.d.ts +3 -3
- package/ts/inputs/components/file.d.ts +3 -3
- package/ts/inputs/components/form.d.ts +3 -0
- package/ts/inputs/components/group.d.ts +3 -3
- package/ts/inputs/components/help.d.ts +3 -3
- package/ts/inputs/components/help_btn.d.ts +3 -3
- package/ts/inputs/components/hr.d.ts +3 -3
- package/ts/inputs/components/icon_btn.d.ts +3 -3
- package/ts/inputs/components/index.d.ts +25 -21
- package/ts/inputs/components/input_error.d.ts +3 -0
- package/ts/inputs/components/input_item.d.ts +3 -3
- package/ts/inputs/components/label.d.ts +3 -3
- package/ts/inputs/components/label_in_input_item.d.ts +3 -0
- package/ts/inputs/components/link.d.ts +3 -3
- package/ts/inputs/components/link_btn.d.ts +3 -3
- package/ts/inputs/components/link_icon_btn.d.ts +3 -0
- package/ts/inputs/components/prop_types/btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/checkbox.d.ts +4 -4
- package/ts/inputs/components/prop_types/file.d.ts +4 -4
- package/ts/inputs/components/prop_types/form.d.ts +5 -0
- package/ts/inputs/components/prop_types/group.d.ts +5 -5
- package/ts/inputs/components/prop_types/help.d.ts +4 -4
- package/ts/inputs/components/prop_types/help_btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/hr.d.ts +4 -4
- package/ts/inputs/components/prop_types/icon_btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/index.d.ts +25 -21
- package/ts/inputs/components/prop_types/input_error.d.ts +4 -0
- package/ts/inputs/components/prop_types/input_item.d.ts +7 -7
- package/ts/inputs/components/prop_types/label.d.ts +4 -4
- package/ts/inputs/components/prop_types/label_in_input_item.d.ts +4 -0
- package/ts/inputs/components/prop_types/link.d.ts +4 -4
- package/ts/inputs/components/prop_types/link_btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/link_icon_btn.d.ts +5 -0
- package/ts/inputs/components/prop_types/range.d.ts +6 -4
- package/ts/inputs/components/prop_types/section.d.ts +4 -4
- package/ts/inputs/components/prop_types/section_btn.d.ts +7 -6
- package/ts/inputs/components/prop_types/section_content.d.ts +5 -4
- package/ts/inputs/components/prop_types/select.d.ts +6 -4
- package/ts/inputs/components/prop_types/text.d.ts +6 -4
- package/ts/inputs/components/prop_types/text_btn.d.ts +8 -8
- package/ts/inputs/components/prop_types/textarea.d.ts +6 -4
- package/ts/inputs/components/prop_types/upload_box.d.ts +5 -4
- package/ts/inputs/components/range.d.ts +3 -3
- package/ts/inputs/components/section.d.ts +3 -3
- package/ts/inputs/components/section_btn.d.ts +3 -3
- package/ts/inputs/components/section_content.d.ts +3 -3
- package/ts/inputs/components/select.d.ts +3 -3
- package/ts/inputs/components/text.d.ts +3 -3
- package/ts/inputs/components/text_btn.d.ts +3 -3
- package/ts/inputs/components/textarea.d.ts +3 -3
- package/ts/inputs/components/upload_box.d.ts +3 -3
- package/ts/inputs/data/help.d.ts +15 -15
- package/ts/inputs/data/index.d.ts +8 -7
- package/ts/inputs/data/input_error.d.ts +12 -0
- package/ts/inputs/data/input_width.d.ts +26 -22
- package/ts/inputs/data/{label.d.ts → labelIn_in_putI_iem.d.ts} +9 -9
- package/ts/inputs/data/nested_input.d.ts +18 -18
- package/ts/inputs/data/text.d.ts +21 -21
- package/ts/inputs/data/upload_box.d.ts +24 -20
- package/ts/inputs/data/val.d.ts +41 -36
- package/ts/inputs/interfaces/btn_option.d.ts +9 -0
- package/ts/inputs/interfaces/icon_btns.d.ts +2 -2
- package/ts/inputs/interfaces/index.d.ts +9 -8
- package/ts/inputs/interfaces/input.d.ts +2 -2
- package/ts/inputs/interfaces/inputs.d.ts +2 -2
- package/ts/inputs/interfaces/links.d.ts +2 -2
- package/ts/inputs/interfaces/options.d.ts +2 -2
- package/ts/inputs/interfaces/sections.d.ts +2 -2
- package/ts/inputs/interfaces/state_cond.d.ts +4 -4
- package/ts/inputs/interfaces/text_btn.d.ts +7 -7
- package/ts/inputs/internal.d.ts +12 -12
- package/ts/inputs/obj/btn.d.ts +6 -5
- package/ts/inputs/obj/checkbox.d.ts +5 -5
- package/ts/inputs/obj/file.d.ts +9 -8
- package/ts/inputs/obj/form.d.ts +7 -0
- package/ts/inputs/obj/group.d.ts +6 -6
- package/ts/inputs/obj/hr.d.ts +5 -5
- package/ts/inputs/obj/icon_btn.d.ts +7 -6
- package/ts/inputs/obj/index.d.ts +18 -16
- package/ts/inputs/obj/input_base.d.ts +45 -37
- package/ts/inputs/obj/label.d.ts +5 -0
- package/ts/inputs/obj/link.d.ts +17 -12
- package/ts/inputs/obj/link_btn.d.ts +6 -5
- package/ts/inputs/obj/option.d.ts +6 -6
- package/ts/inputs/obj/range.d.ts +20 -20
- package/ts/inputs/obj/section.d.ts +31 -17
- package/ts/inputs/obj/select.d.ts +9 -9
- package/ts/inputs/obj/text.d.ts +18 -17
- package/ts/inputs/obj/textarea.d.ts +5 -5
- package/ts/inputs/obj/upload_box.d.ts +18 -14
- package/ts/inputs/scripts/index.d.ts +2 -2
- package/ts/inputs/scripts/resolve.d.ts +7 -5
- package/ts/inputs/scripts/upload_box.d.ts +8 -8
- package/ts/settings/components/body.d.ts +3 -3
- package/ts/settings/components/index.d.ts +1 -1
- package/ts/settings/components/prop_types/body.d.ts +8 -7
- package/ts/settings/components/prop_types/index.d.ts +1 -1
- package/ts/settings/data/back_up.d.ts +17 -16
- package/ts/settings/data/index.d.ts +2 -2
- package/ts/settings/data/sections.d.ts +43 -37
- package/ts/settings/developer_mode/data/index.d.ts +1 -0
- package/ts/settings/developer_mode/data/main.d.ts +13 -0
- package/ts/settings/init.d.ts +1 -1
- package/ts/settings/internal.d.ts +8 -9
- package/ts/settings/optional_permissions/data/index.d.ts +1 -1
- package/ts/settings/optional_permissions/data/main.d.ts +11 -11
- package/ts/settings/optional_permissions/interfaces/index.d.ts +1 -1
- package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +3 -3
- package/ts/settings/scripts/index.d.ts +1 -1
- package/ts/settings/scripts/theme.d.ts +12 -12
- package/ts/shared/app.d.ts +25 -18
- package/ts/shared/app_ext_globals.d.ts +1 -6
- package/ts/shared/app_version/components/body.d.ts +2 -2
- package/ts/shared/app_version/components/index.d.ts +1 -1
- package/ts/shared/css_vars/scripts/index.d.ts +1 -1
- package/ts/shared/css_vars/scripts/main.d.ts +18 -18
- package/ts/shared/data/data/index.d.ts +1 -1
- package/ts/shared/data/data/main.d.ts +1 -4
- package/ts/shared/data/interfaces/index.d.ts +1 -1
- package/ts/shared/data/interfaces/val.d.ts +2 -2
- package/ts/shared/ext.d.ts +28 -27
- package/ts/shared/functions.d.ts +3 -3
- package/ts/shared/globals.d.ts +1 -4
- package/ts/shared/header/scripts/index.d.ts +1 -0
- package/ts/{announcement/scripts/header.d.ts → shared/header/scripts/main.d.ts} +6 -6
- package/ts/shared/init.d.ts +1 -1
- package/ts/shared/internal.d.ts +40 -29
- package/ts/shared/loading_screen/components/body.d.ts +3 -3
- package/ts/shared/loading_screen/components/index.d.ts +1 -1
- package/ts/shared/loading_screen/components/prop_types/body.d.ts +5 -5
- package/ts/shared/loading_screen/components/prop_types/index.d.ts +1 -1
- package/ts/shared/loading_screen/data/index.d.ts +1 -1
- package/ts/shared/loading_screen/data/main.d.ts +12 -12
- package/ts/shared/loading_screen/scripts/index.d.ts +2 -2
- package/ts/shared/loading_screen/scripts/roots.d.ts +11 -11
- package/ts/shared/loading_screen/scripts/tr.d.ts +8 -8
- package/ts/shared/no_tr/scripts/index.d.ts +1 -1
- package/ts/shared/no_tr/scripts/main.d.ts +12 -12
- package/ts/shared/offers/components/body.d.ts +3 -0
- package/ts/shared/offers/components/counter.d.ts +2 -0
- package/ts/shared/offers/components/index.d.ts +6 -0
- package/ts/shared/offers/components/next_offer_btn.d.ts +2 -0
- package/ts/shared/offers/components/offer.d.ts +3 -0
- package/ts/shared/offers/components/previous_offer_btn.d.ts +2 -0
- package/ts/shared/offers/components/prop_types/body.d.ts +5 -0
- package/ts/shared/offers/components/prop_types/index.d.ts +2 -0
- package/ts/shared/offers/components/prop_types/offer.d.ts +4 -0
- package/ts/shared/offers/components/top_bar.d.ts +2 -0
- package/ts/shared/offers/data/index.d.ts +1 -0
- package/ts/shared/offers/data/main.d.ts +22 -0
- package/ts/shared/offers/interfaces/index.d.ts +1 -0
- package/ts/shared/offers/interfaces/offer_banner_type.d.ts +1 -0
- package/ts/shared/offers/obj/index.d.ts +1 -0
- package/ts/shared/offers/obj/offer.d.ts +12 -0
- package/ts/shared/offers/scripts/index.d.ts +1 -0
- package/ts/shared/offers/scripts/main.d.ts +8 -0
- package/ts/shared/schema/data/index.d.ts +1 -0
- package/ts/shared/schema/data/main.d.ts +12 -0
- package/ts/shared/schema/obj/index.d.ts +1 -0
- package/ts/{settings → shared}/schema/obj/transform_item.d.ts +7 -7
- package/ts/shared/service_worker/scripts/index.d.ts +1 -0
- package/ts/shared/service_worker/scripts/main.d.ts +9 -0
- package/ts/shared/settings/data/index.d.ts +1 -0
- package/ts/shared/settings/data/main.d.ts +15 -0
- package/ts/shared/svg.d.ts +9 -7
- package/ts/shared/t.d.ts +36 -34
- package/ts/shared/tab_index/interfaces/index.d.ts +1 -1
- package/ts/shared/tab_index/interfaces/set_Input_type_event.d.ts +2 -2
- package/ts/shared/tab_index/scripts/index.d.ts +1 -1
- package/ts/shared/tab_index/scripts/main.d.ts +18 -18
- package/ts/shared/theme/scripts/index.d.ts +1 -1
- package/ts/shared/theme/scripts/main.d.ts +11 -11
- package/ts/shared/title/scripts/index.d.ts +1 -1
- package/ts/shared/title/scripts/main.d.ts +6 -6
- package/ts/shared/tr/components/base_tr.d.ts +9 -9
- package/ts/shared/tr/components/index.d.ts +1 -1
- package/ts/shared/tr/components/prop_types/base_tr.d.ts +13 -13
- package/ts/shared/tr/components/prop_types/index.d.ts +1 -1
- package/ts/shared/tr/data/index.d.ts +1 -1
- package/ts/shared/tr/data/transition.d.ts +23 -23
- package/ts/shared/tr/interfaces/index.d.ts +1 -1
- package/ts/shared/tr/interfaces/transitions.d.ts +2 -2
- package/ts/shared/tr/obj/index.d.ts +1 -1
- package/ts/shared/tr/obj/transition.d.ts +8 -8
- package/ts/shared/utils/scripts/index.d.ts +1 -1
- package/ts/shared/utils/scripts/main.d.ts +11 -11
- package/ts/shared/vars.d.ts +2 -1
- package/ts/shared/viewport/scripts/index.d.ts +1 -1
- package/ts/shared/viewport/scripts/main.d.ts +8 -8
- package/ts/shared/x.d.ts +56 -60
- package/chunk-main-303525a1.js +0 -1
- package/chunk-main-3865bde3.js +0 -9
- package/chunk-main-6b1a6024.js +0 -1
- package/chunk-pickr.min-ee5e2c4f.js +0 -1
- package/fonts/noto_sans.woff2 +0 -0
- package/ts/announcement/components/prop_types/body.d.ts +0 -4
- package/ts/announcement/components/prop_types/index.d.ts +0 -1
- package/ts/settings/schema/data/index.d.ts +0 -1
- package/ts/settings/schema/data/main.d.ts +0 -10
- package/ts/settings/schema/obj/index.d.ts +0 -1
package/scss/shared/mixins.scss
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
$border_width_thick: 2px;
|
|
2
2
|
|
|
3
|
+
@mixin hidden {
|
|
4
|
+
position: fixed !important;
|
|
5
|
+
visibility: hidden !important;
|
|
6
|
+
top: -99999px !important;
|
|
7
|
+
}
|
|
8
|
+
|
|
3
9
|
@mixin full_dims {
|
|
4
10
|
width: 100%;
|
|
5
11
|
height: 100%;
|
|
@@ -32,6 +38,14 @@ $border_width_thick: 2px;
|
|
|
32
38
|
transform: translate(-50%, -50%);
|
|
33
39
|
}
|
|
34
40
|
|
|
41
|
+
@mixin center_horizontal_variable_width {
|
|
42
|
+
// max-width should be set
|
|
43
|
+
left: calc(-50vw + 50%);
|
|
44
|
+
right: calc(-50vw + 50%);
|
|
45
|
+
margin-left: auto;
|
|
46
|
+
margin-right: auto;
|
|
47
|
+
}
|
|
48
|
+
|
|
35
49
|
@mixin btn {
|
|
36
50
|
background-color: transparent;
|
|
37
51
|
outline: none;
|
|
@@ -51,7 +65,9 @@ $border_width_thick: 2px;
|
|
|
51
65
|
outline: none;
|
|
52
66
|
}
|
|
53
67
|
|
|
54
|
-
$box_shadow_for_mixin:
|
|
68
|
+
$box_shadow_for_mixin:
|
|
69
|
+
rgb(0 0 0 / 30%) 0 0 2px,
|
|
70
|
+
rgb(0 0 0 / 30%) 0 4px 8px;
|
|
55
71
|
|
|
56
72
|
@mixin box_shadow {
|
|
57
73
|
box-shadow: $box_shadow_for_mixin;
|
|
@@ -104,11 +120,6 @@ $box_shadow_for_mixin: rgb(0 0 0 / 30%) 0 0 2px, rgb(0 0 0 / 30%) 0 4px 8px;
|
|
|
104
120
|
border: $border_width solid $blue;
|
|
105
121
|
}
|
|
106
122
|
|
|
107
|
-
@mixin border_bottom {
|
|
108
|
-
border-bottom-width: $border_width;
|
|
109
|
-
border-bottom-style: solid;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
123
|
@mixin outline_solid {
|
|
113
124
|
outline-width: $border_width;
|
|
114
125
|
outline-style: solid;
|
|
@@ -128,3 +139,46 @@ $box_shadow_for_mixin: rgb(0 0 0 / 30%) 0 0 2px, rgb(0 0 0 / 30%) 0 4px 8px;
|
|
|
128
139
|
outline-width: $border_width_thick;
|
|
129
140
|
outline-style: dashed;
|
|
130
141
|
}
|
|
142
|
+
|
|
143
|
+
@mixin folding_text {
|
|
144
|
+
max-width: 700px;
|
|
145
|
+
font-size: $font_small;
|
|
146
|
+
margin: 0;
|
|
147
|
+
margin-top: $gap_small;
|
|
148
|
+
white-space: pre-wrap;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
@mixin glass {
|
|
152
|
+
border: 1px solid $yuv;
|
|
153
|
+
box-shadow: $black_shadow_2;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
@mixin link_colors($main, $visited, $hover, $active) {
|
|
157
|
+
color: $main;
|
|
158
|
+
|
|
159
|
+
&:visited {
|
|
160
|
+
color: $visited;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
&:hover {
|
|
164
|
+
color: $hover;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
&:active {
|
|
168
|
+
color: $active;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
@mixin backdrop_filter_before {
|
|
173
|
+
@include full_spread;
|
|
174
|
+
|
|
175
|
+
content: '';
|
|
176
|
+
position: absolute;
|
|
177
|
+
z-index: -1;
|
|
178
|
+
backdrop-filter: $glass_blur;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
@mixin is_disabled {
|
|
182
|
+
opacity: 0.3 !important;
|
|
183
|
+
pointer-events: none !important;
|
|
184
|
+
}
|
package/scss/shared/mods.scss
CHANGED
|
@@ -11,9 +11,11 @@
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.hidden {
|
|
14
|
-
|
|
14
|
+
@include hidden;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.visibility_hidden {
|
|
15
18
|
visibility: hidden !important;
|
|
16
|
-
top: -99999px !important;
|
|
17
19
|
}
|
|
18
20
|
|
|
19
21
|
.overflow_auto {
|
|
@@ -25,9 +27,8 @@
|
|
|
25
27
|
border-style: solid !important;
|
|
26
28
|
}
|
|
27
29
|
|
|
28
|
-
.is_disabled {
|
|
29
|
-
|
|
30
|
-
pointer-events: none !important;
|
|
30
|
+
.is_disabled:not(.input_item.group) {
|
|
31
|
+
@include is_disabled;
|
|
31
32
|
}
|
|
32
33
|
|
|
33
34
|
.pointer_events_none {
|
|
@@ -37,3 +38,8 @@
|
|
|
37
38
|
.cursor_default {
|
|
38
39
|
cursor: default !important;
|
|
39
40
|
}
|
|
41
|
+
|
|
42
|
+
.fullscreen {
|
|
43
|
+
width: 100vw;
|
|
44
|
+
height: 100vh;
|
|
45
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
.offers {
|
|
2
|
+
overflow: auto;
|
|
3
|
+
flex-shrink: 0;
|
|
4
|
+
|
|
5
|
+
.top_bar {
|
|
6
|
+
display: flex;
|
|
7
|
+
justify-content: end;
|
|
8
|
+
margin-bottom: $gap;
|
|
9
|
+
|
|
10
|
+
.visible {
|
|
11
|
+
position: absolute;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.shadow {
|
|
15
|
+
visibility: hidden;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.offer {
|
|
20
|
+
img {
|
|
21
|
+
@include border;
|
|
22
|
+
|
|
23
|
+
display: block;
|
|
24
|
+
margin-right: $main_margin;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
p {
|
|
28
|
+
margin: 0;
|
|
29
|
+
|
|
30
|
+
+ a {
|
|
31
|
+
margin-top: $gap_small;
|
|
32
|
+
display: block;
|
|
33
|
+
width: fit-content;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
$thumb_border_left: 5px solid transparent;
|
|
2
|
-
$thumb_border_right: 4px solid transparent;
|
|
3
|
-
|
|
4
|
-
:not(html, body, select) {
|
|
5
|
-
&::-webkit-scrollbar {
|
|
6
|
-
width: 17px;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
&::-webkit-scrollbar-thumb {
|
|
10
|
-
background-clip: content-box;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
&::-webkit-resizer {
|
|
14
|
-
@include border_top;
|
|
15
|
-
@include border_left;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&::-webkit-scrollbar-track:vertical {
|
|
19
|
-
@include border_left;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
&::-webkit-scrollbar-track:horizontal {
|
|
23
|
-
@include border_top;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
&::-webkit-scrollbar-thumb:vertical {
|
|
27
|
-
border-left: $thumb_border_left;
|
|
28
|
-
border-right: $thumb_border_right;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
&::-webkit-scrollbar-thumb:horizontal {
|
|
32
|
-
border-top: $thumb_border_left;
|
|
33
|
-
border-bottom: $thumb_border_right;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
1
|
+
$thumb_border_left: 5px solid transparent;
|
|
2
|
+
$thumb_border_right: 4px solid transparent;
|
|
3
|
+
|
|
4
|
+
:not(html, body, select) {
|
|
5
|
+
&::-webkit-scrollbar {
|
|
6
|
+
width: 17px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
&::-webkit-scrollbar-thumb {
|
|
10
|
+
background-clip: content-box;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
&::-webkit-resizer {
|
|
14
|
+
@include border_top;
|
|
15
|
+
@include border_left;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&::-webkit-scrollbar-track:vertical {
|
|
19
|
+
@include border_left;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&::-webkit-scrollbar-track:horizontal {
|
|
23
|
+
@include border_top;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&::-webkit-scrollbar-thumb:vertical {
|
|
27
|
+
border-left: $thumb_border_left;
|
|
28
|
+
border-right: $thumb_border_right;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&::-webkit-scrollbar-thumb:horizontal {
|
|
32
|
+
border-top: $thumb_border_left;
|
|
33
|
+
border-bottom: $thumb_border_right;
|
|
34
|
+
}
|
|
35
|
+
}
|
package/scss/shared/selects.scss
CHANGED
|
@@ -6,9 +6,15 @@ $separator_offset: 7px;
|
|
|
6
6
|
-webkit-appearance: none;
|
|
7
7
|
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
8
8
|
-moz-appearance: none;
|
|
9
|
-
background-position:
|
|
9
|
+
background-position:
|
|
10
|
+
calc(100% - 16px) $arrow_offset,
|
|
11
|
+
calc(100% - 10px) $arrow_offset,
|
|
10
12
|
calc(100% - 33px) $separator_offset;
|
|
11
|
-
background-size:
|
|
13
|
+
background-size:
|
|
14
|
+
6px 6px,
|
|
15
|
+
6px 6px,
|
|
16
|
+
1px 14px;
|
|
12
17
|
background-repeat: no-repeat;
|
|
13
18
|
padding-right: 44px;
|
|
19
|
+
line-height: $input_height; /* Fix text being cut from the bottom of selects. */
|
|
14
20
|
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
$theme_color_jqv: rgb(255 255 255 / 0.1%);
|
|
2
|
+
$htc: white;
|
|
3
|
+
$tbn: $glass_color;
|
|
4
|
+
$gaq: #efefef;
|
|
5
|
+
/* stylelint-disable-next-line max-line-length */
|
|
6
|
+
$gqb:
|
|
7
|
+
linear-gradient(45deg, rgb(39 61 213) 0%, rgb(225 5 34 / 0%) 70%) repeat scroll 0% 0%,
|
|
8
|
+
linear-gradient(135deg, rgb(12 255 7) 10%, rgb(49 5 209 / 0%) 80%) repeat scroll 0% 0%,
|
|
9
|
+
linear-gradient(190deg, rgb(135 23 255) 10%, rgb(10 219 216 / 0%) 80%) repeat scroll 0% 0%,
|
|
10
|
+
rgb(0 0 0 / 0%) linear-gradient(315deg, rgb(51 205 196) 100%, rgb(9 245 5 / 0%) 70%) repeat
|
|
11
|
+
scroll 0% 0%;
|
|
12
|
+
$hfb: transparent;
|
|
13
|
+
$gvb: rgb(255 255 255 / 36%);
|
|
14
|
+
$npw: rgb(255 255 255 / 20%);
|
|
15
|
+
$hcx: $theme_color_jqv;
|
|
16
|
+
$hev: #bbb;
|
|
17
|
+
$hyn: rgb(255 255 255 / 50%);
|
|
18
|
+
$fxm: rgb(255 255 255 / 37.5%);
|
|
19
|
+
$nur: rgb(255 255 255 / 20.8%);
|
|
20
|
+
$yuv: rgb(255 255 255 / 60%);
|
|
21
|
+
$vqo: $theme_color_jqv;
|
|
22
|
+
$lpe: white;
|
|
23
|
+
$rbp: $black;
|
|
24
|
+
$mdc: #d9d9d9;
|
|
25
|
+
$yos: #16d3f5;
|
|
26
|
+
$nep: #90efff;
|
|
27
|
+
$htm: #ffa96c;
|
|
28
|
+
$qgp: #28dd57;
|
|
29
|
+
$hyv: #66ff8e;
|
|
30
|
+
$ycp: #000da1;
|
|
31
|
+
$iub: #2e8cff;
|
|
32
|
+
$cop: #303f00;
|
|
33
|
+
$yun: #14bf0a;
|
|
34
|
+
$ptn: #62008f;
|
|
35
|
+
$dwk: #d046e9;
|
|
36
|
+
$uzf: #572b00;
|
|
37
|
+
$hap: #f17442;
|
|
38
|
+
$rqb: #e7121c;
|
|
39
|
+
$thm: #6f0005;
|
|
40
|
+
$suc: #d0111a;
|
|
41
|
+
$pxd: #0014ff;
|
|
42
|
+
$ksu: #be1;
|
|
43
|
+
$upd: #ae00ff;
|
|
44
|
+
$fpw: #ff8f1f;
|
|
45
|
+
$dfp: #0cbea4;
|
|
46
|
+
$nqp: rgb(57 124 249 / 99%);
|
|
47
|
+
$hgb: rgb(255 77 85 / 99%);
|
|
48
|
+
$beu: rgb(255 255 255 / 75%);
|
|
@@ -1,14 +1,53 @@
|
|
|
1
|
-
$
|
|
2
|
-
$
|
|
3
|
-
$
|
|
4
|
-
$
|
|
5
|
-
$
|
|
1
|
+
$theme_color_ynq: #2a3038;
|
|
2
|
+
$theme_color_ytb: #1d2329;
|
|
3
|
+
$theme_color_hbt: #42505e;
|
|
4
|
+
$theme_color_kdc: white;
|
|
5
|
+
$theme_color_ecm: #1b5a17;
|
|
6
|
+
$theme_color_uvr: #144581;
|
|
7
|
+
$theme_color_kxn: #308af9;
|
|
8
|
+
$theme_color_tjn: #09a700;
|
|
9
|
+
$theme_color_bvc: #b938c7;
|
|
10
|
+
$theme_color_wnc: #ce7209;
|
|
11
|
+
$theme_color_yhn: #bb141c;
|
|
12
|
+
$theme_color_gsl: rgb(174 35 43 / 99%);
|
|
13
|
+
$htc: $theme_color_ynq;
|
|
14
|
+
$tbn: $theme_color_ynq;
|
|
15
|
+
$gaq: $theme_color_ytb;
|
|
16
|
+
$gqb: $theme_color_ytb;
|
|
17
|
+
$hfb: $theme_color_ytb;
|
|
18
|
+
$gvb: $theme_color_ytb;
|
|
19
|
+
$npw: $theme_color_ytb;
|
|
20
|
+
$hcx: $theme_color_ytb;
|
|
21
|
+
$hev: $theme_color_hbt;
|
|
22
|
+
$hyn: $theme_color_hbt;
|
|
23
|
+
$fxm: $theme_color_hbt;
|
|
24
|
+
$nur: $theme_color_hbt;
|
|
25
|
+
$yuv: $theme_color_hbt;
|
|
26
|
+
$vqo: $theme_color_hbt;
|
|
27
|
+
$lpe: $theme_color_kdc;
|
|
28
|
+
$rbp: $theme_color_kdc;
|
|
29
|
+
$mdc: #b1b1b1;
|
|
30
|
+
$yos: $theme_color_uvr;
|
|
31
|
+
$nep: $theme_color_uvr;
|
|
6
32
|
$htm: #8d4816;
|
|
7
|
-
$qgp:
|
|
8
|
-
$
|
|
9
|
-
$
|
|
10
|
-
$
|
|
11
|
-
$
|
|
12
|
-
$
|
|
33
|
+
$qgp: $theme_color_ecm;
|
|
34
|
+
$hyv: $theme_color_ecm;
|
|
35
|
+
$ycp: $theme_color_kxn;
|
|
36
|
+
$iub: $theme_color_kxn;
|
|
37
|
+
$cop: $theme_color_tjn;
|
|
38
|
+
$yun: $theme_color_tjn;
|
|
39
|
+
$ptn: $theme_color_bvc;
|
|
40
|
+
$dwk: $theme_color_bvc;
|
|
41
|
+
$uzf: $theme_color_wnc;
|
|
42
|
+
$hap: $theme_color_wnc;
|
|
43
|
+
$rqb: $theme_color_yhn;
|
|
44
|
+
$thm: $theme_color_yhn;
|
|
45
|
+
$suc: $theme_color_yhn;
|
|
46
|
+
$pxd: $theme_color_kxn;
|
|
47
|
+
$ksu: $theme_color_tjn;
|
|
48
|
+
$upd: $theme_color_bvc;
|
|
49
|
+
$fpw: $theme_color_wnc;
|
|
13
50
|
$dfp: #29394d;
|
|
14
|
-
$nqp:
|
|
51
|
+
$nqp: $theme_color_gsl;
|
|
52
|
+
$hgb: $theme_color_gsl;
|
|
53
|
+
$beu: rgb(0 0 0 / 90%);
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
$theme_color_jqv: rgb(255 255 255 / 0.1%);
|
|
2
|
+
$theme_color_udj: #19f4ff;
|
|
3
|
+
$theme_color_kvo: #4bff1f;
|
|
4
|
+
$theme_color_ftp: #fbff12;
|
|
5
|
+
$theme_color_oyq: #ff8400;
|
|
6
|
+
$htc: white;
|
|
7
|
+
$tbn: $glass_color;
|
|
8
|
+
$gaq: #efefef;
|
|
9
|
+
/* stylelint-disable-next-line max-line-length */
|
|
10
|
+
$gqb:
|
|
11
|
+
linear-gradient(45deg, rgb(52 15 189) 0%, rgb(225 5 34 / 0%) 70%) repeat scroll 0% 0%,
|
|
12
|
+
linear-gradient(135deg, rgb(241 22 168) 10%, rgb(49 5 209 / 0%) 80%) repeat scroll 0% 0%,
|
|
13
|
+
linear-gradient(190deg, rgb(26 211 208) 10%, rgb(10 219 216 / 0%) 80%) repeat scroll 0% 0%,
|
|
14
|
+
rgb(0 0 0 / 0%) linear-gradient(315deg, rgb(163 34 203) 100%, rgb(9 245 5 / 0%) 70%) repeat
|
|
15
|
+
scroll 0% 0%;
|
|
16
|
+
$hfb: transparent;
|
|
17
|
+
$gvb: rgb(255 255 255 / 36%);
|
|
18
|
+
$npw: rgb(255 255 255 / 20%);
|
|
19
|
+
$hcx: $theme_color_jqv;
|
|
20
|
+
$hev: #bbb;
|
|
21
|
+
$hyn: rgb(255 255 255 / 50%);
|
|
22
|
+
$fxm: rgb(255 255 255 / 37.5%);
|
|
23
|
+
$nur: rgb(255 255 255 / 20.8%);
|
|
24
|
+
$yuv: rgb(255 255 255 / 60%);
|
|
25
|
+
$vqo: $theme_color_jqv;
|
|
26
|
+
$lpe: white;
|
|
27
|
+
$rbp: $black;
|
|
28
|
+
$mdc: #d9d9d9;
|
|
29
|
+
$yos: #39c2db;
|
|
30
|
+
$nep: #90efff;
|
|
31
|
+
$htm: #ffa96c;
|
|
32
|
+
$qgp: #3ea559;
|
|
33
|
+
$hyv: #66ff8e;
|
|
34
|
+
$ycp: $theme_color_udj;
|
|
35
|
+
$iub: #2e8cff;
|
|
36
|
+
$cop: $theme_color_kvo;
|
|
37
|
+
$yun: #14bf0a;
|
|
38
|
+
$ptn: $theme_color_ftp;
|
|
39
|
+
$dwk: #d046e9;
|
|
40
|
+
$uzf: $theme_color_oyq;
|
|
41
|
+
$hap: #f17442;
|
|
42
|
+
$rqb: #ff471a;
|
|
43
|
+
$thm: #ffa993;
|
|
44
|
+
$suc: #d0111a;
|
|
45
|
+
$pxd: $theme_color_udj;
|
|
46
|
+
$ksu: $theme_color_kvo;
|
|
47
|
+
$upd: $theme_color_ftp;
|
|
48
|
+
$fpw: $theme_color_oyq;
|
|
49
|
+
$dfp: #842fa9;
|
|
50
|
+
$nqp: rgb(244 96 62 / 99%);
|
|
51
|
+
$hgb: rgb(255 77 85 / 99%);
|
|
52
|
+
$beu: rgb(255 255 255 / 75%);
|
|
@@ -1,14 +1,53 @@
|
|
|
1
|
-
$
|
|
2
|
-
$
|
|
3
|
-
$
|
|
4
|
-
$
|
|
5
|
-
$
|
|
1
|
+
$theme_color_ynq: white;
|
|
2
|
+
$theme_color_ytb: #efefef;
|
|
3
|
+
$theme_color_hbt: #bbb;
|
|
4
|
+
$theme_color_kdc: $black;
|
|
5
|
+
$theme_color_ecm: #66ff8e;
|
|
6
|
+
$theme_color_uvr: #90efff;
|
|
7
|
+
$theme_color_kxn: #2e8cff;
|
|
8
|
+
$theme_color_tjn: #14bf0a;
|
|
9
|
+
$theme_color_bvc: #d046e9;
|
|
10
|
+
$theme_color_wnc: #f17442;
|
|
11
|
+
$theme_color_yhn: #d0111a;
|
|
12
|
+
$theme_color_gsl: rgb(255 77 85 / 99%);
|
|
13
|
+
$htc: $theme_color_ynq;
|
|
14
|
+
$tbn: $theme_color_ynq;
|
|
15
|
+
$gaq: $theme_color_ytb;
|
|
16
|
+
$gqb: $theme_color_ytb;
|
|
17
|
+
$hfb: $theme_color_ytb;
|
|
18
|
+
$gvb: $theme_color_ytb;
|
|
19
|
+
$npw: $theme_color_ytb;
|
|
20
|
+
$hcx: $theme_color_ytb;
|
|
21
|
+
$hev: $theme_color_hbt;
|
|
22
|
+
$hyn: $theme_color_hbt;
|
|
23
|
+
$fxm: $theme_color_hbt;
|
|
24
|
+
$nur: $theme_color_hbt;
|
|
25
|
+
$yuv: $theme_color_hbt;
|
|
26
|
+
$vqo: $theme_color_hbt;
|
|
27
|
+
$lpe: $theme_color_kdc;
|
|
28
|
+
$rbp: $theme_color_kdc;
|
|
29
|
+
$mdc: #878787;
|
|
30
|
+
$yos: $theme_color_uvr;
|
|
31
|
+
$nep: $theme_color_uvr;
|
|
6
32
|
$htm: #ffa96c;
|
|
7
|
-
$qgp:
|
|
8
|
-
$
|
|
9
|
-
$
|
|
10
|
-
$
|
|
11
|
-
$
|
|
12
|
-
$
|
|
33
|
+
$qgp: $theme_color_ecm;
|
|
34
|
+
$hyv: $theme_color_ecm;
|
|
35
|
+
$ycp: $theme_color_kxn;
|
|
36
|
+
$iub: $theme_color_kxn;
|
|
37
|
+
$cop: $theme_color_tjn;
|
|
38
|
+
$yun: $theme_color_tjn;
|
|
39
|
+
$ptn: $theme_color_bvc;
|
|
40
|
+
$dwk: $theme_color_bvc;
|
|
41
|
+
$uzf: $theme_color_wnc;
|
|
42
|
+
$hap: $theme_color_wnc;
|
|
43
|
+
$rqb: $theme_color_yhn;
|
|
44
|
+
$thm: $theme_color_yhn;
|
|
45
|
+
$suc: $theme_color_yhn;
|
|
46
|
+
$pxd: $theme_color_kxn;
|
|
47
|
+
$ksu: $theme_color_tjn;
|
|
48
|
+
$upd: $theme_color_bvc;
|
|
49
|
+
$fpw: $theme_color_wnc;
|
|
13
50
|
$dfp: #a2d4ff;
|
|
14
|
-
$nqp:
|
|
51
|
+
$nqp: $theme_color_gsl;
|
|
52
|
+
$hgb: $theme_color_gsl;
|
|
53
|
+
$beu: rgb(255 255 255 / 75%);
|
|
@@ -1,14 +1,53 @@
|
|
|
1
|
-
$
|
|
2
|
-
$
|
|
3
|
-
$
|
|
4
|
-
$
|
|
5
|
-
$
|
|
1
|
+
$theme_color_ynq: #0a0e14;
|
|
2
|
+
$theme_color_ytb: #000308;
|
|
3
|
+
$theme_color_hbt: #1f2c40;
|
|
4
|
+
$theme_color_kdc: #e5e5e5;
|
|
5
|
+
$theme_color_ecm: #133e10;
|
|
6
|
+
$theme_color_uvr: #0e2e54;
|
|
7
|
+
$theme_color_kxn: #2176de;
|
|
8
|
+
$theme_color_tjn: #089200;
|
|
9
|
+
$theme_color_bvc: #af22bf;
|
|
10
|
+
$theme_color_wnc: #c96b00;
|
|
11
|
+
$theme_color_yhn: #b1131a;
|
|
12
|
+
$theme_color_gsl: rgb(120 30 34 / 99%);
|
|
13
|
+
$htc: $theme_color_ynq;
|
|
14
|
+
$tbn: $theme_color_ynq;
|
|
15
|
+
$gaq: $theme_color_ytb;
|
|
16
|
+
$gqb: $theme_color_ytb;
|
|
17
|
+
$hfb: $theme_color_ytb;
|
|
18
|
+
$gvb: $theme_color_ytb;
|
|
19
|
+
$npw: $theme_color_ytb;
|
|
20
|
+
$hcx: $theme_color_ytb;
|
|
21
|
+
$hev: $theme_color_hbt;
|
|
22
|
+
$hyn: $theme_color_hbt;
|
|
23
|
+
$fxm: $theme_color_hbt;
|
|
24
|
+
$nur: $theme_color_hbt;
|
|
25
|
+
$yuv: $theme_color_hbt;
|
|
26
|
+
$vqo: $theme_color_hbt;
|
|
27
|
+
$lpe: $theme_color_kdc;
|
|
28
|
+
$rbp: $theme_color_kdc;
|
|
29
|
+
$mdc: #8d8d8d;
|
|
30
|
+
$yos: $theme_color_uvr;
|
|
31
|
+
$nep: $theme_color_uvr;
|
|
6
32
|
$htm: #583013;
|
|
7
|
-
$qgp:
|
|
8
|
-
$
|
|
9
|
-
$
|
|
10
|
-
$
|
|
11
|
-
$
|
|
12
|
-
$
|
|
33
|
+
$qgp: $theme_color_ecm;
|
|
34
|
+
$hyv: $theme_color_ecm;
|
|
35
|
+
$ycp: $theme_color_kxn;
|
|
36
|
+
$iub: $theme_color_kxn;
|
|
37
|
+
$cop: $theme_color_tjn;
|
|
38
|
+
$yun: $theme_color_tjn;
|
|
39
|
+
$ptn: $theme_color_bvc;
|
|
40
|
+
$dwk: $theme_color_bvc;
|
|
41
|
+
$uzf: $theme_color_wnc;
|
|
42
|
+
$hap: $theme_color_wnc;
|
|
43
|
+
$rqb: $theme_color_yhn;
|
|
44
|
+
$thm: $theme_color_yhn;
|
|
45
|
+
$suc: $theme_color_yhn;
|
|
46
|
+
$pxd: $theme_color_kxn;
|
|
47
|
+
$ksu: $theme_color_tjn;
|
|
48
|
+
$upd: $theme_color_bvc;
|
|
49
|
+
$fpw: $theme_color_wnc;
|
|
13
50
|
$dfp: #0f1721;
|
|
14
|
-
$nqp:
|
|
51
|
+
$nqp: $theme_color_gsl;
|
|
52
|
+
$hgb: $theme_color_gsl;
|
|
53
|
+
$beu: rgb(0 0 0 / 90%);
|