indicator-ui 0.0.1
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/README.md +67 -0
- package/dist/fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2 +0 -0
- package/dist/fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf +0 -0
- package/dist/fonts/golos-ui_bold.e1122033a14151d7ea54.woff +0 -0
- package/dist/fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2 +0 -0
- package/dist/fonts/golos-ui_medium.727b1fef51a9bac82009.ttf +0 -0
- package/dist/fonts/golos-ui_medium.f9db984fc119d6aeca90.woff +0 -0
- package/dist/fonts/golos-ui_regular.144142fba245a224ac28.woff +0 -0
- package/dist/fonts/golos-ui_regular.28e502dbcc83c91565af.ttf +0 -0
- package/dist/fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2 +0 -0
- package/dist/index.css +1004 -0
- package/dist/index.css.map +1 -0
- package/dist/index.js +11477 -0
- package/dist/index.js.map +1 -0
- package/dist/scss/index.scss +2 -0
- package/dist/scss/styles/colors/index.scss +2 -0
- package/dist/scss/styles/colors/primary.scss +54 -0
- package/dist/scss/styles/colors/secondary.scss +12 -0
- package/dist/scss/styles/fonts.scss +31 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_bold.ttf +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_bold.woff +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_bold.woff2 +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_medium.ttf +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_medium.woff +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_medium.woff2 +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_regular.ttf +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_regular.woff +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_regular.woff2 +0 -0
- package/dist/scss/styles/index.scss +3 -0
- package/dist/scss/styles/mixins/centerInsideContent.scss +5 -0
- package/dist/scss/styles/mixins/changeSvg.scss +26 -0
- package/dist/scss/styles/mixins/fnt-flex.scss +35 -0
- package/dist/scss/styles/mixins/fnt.scss +24 -0
- package/dist/scss/styles/mixins/index.scss +6 -0
- package/dist/scss/styles/mixins/modify-flex.scss +18 -0
- package/dist/scss/styles/mixins/modify-svg.scss +19 -0
- package/dist/scss/test/global.scss +13 -0
- package/dist/scss/ui/Buttons/index.scss +1 -0
- package/dist/scss/ui/Buttons/styles/index.scss +1 -0
- package/dist/scss/ui/Buttons/styles/mixins/baseButton.scss +29 -0
- package/dist/scss/ui/Buttons/styles/mixins/button.scss +80 -0
- package/dist/scss/ui/Buttons/styles/mixins/index.scss +3 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/index.scss +20 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/large.scss +20 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/link-black.scss +29 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/link-color.scss +29 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/link-gray.scss +29 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/medium.scss +20 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/primary.scss +28 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-color.scss +28 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-gray.scss +32 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/small.scss +20 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/tab-active.scss +29 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/tab.scss +31 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-color.scss +25 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-gray.scss +25 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-white.scss +25 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/ultra.scss +20 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/warning-primary.scss +19 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/warning-secondary-color.scss +26 -0
- package/dist/scss/ui/InputFields/FlexField/index.scss +1 -0
- package/dist/scss/ui/InputFields/FlexField/styles/mixins/flexField.scss +70 -0
- package/dist/scss/ui/InputFields/FlexField/styles/mixins/index.scss +1 -0
- package/dist/scss/ui/InputFields/InputField/index.scss +1 -0
- package/dist/scss/ui/InputFields/InputField/styles/mixins/index.scss +1 -0
- package/dist/scss/ui/InputFields/InputField/styles/mixins/inputField.scss +17 -0
- package/dist/scss/ui/InputFields/InputFieldWrapper/index.scss +1 -0
- package/dist/scss/ui/InputFields/InputFieldWrapper/styles/mixins/index.scss +1 -0
- package/dist/scss/ui/InputFields/InputFieldWrapper/styles/mixins/inputFieldWrapper.scss +50 -0
- package/dist/scss/ui/InputFields/RadioField/index.scss +1 -0
- package/dist/scss/ui/InputFields/RadioField/styles/mixins/index.scss +1 -0
- package/dist/scss/ui/InputFields/RadioField/styles/mixins/radioField.scss +45 -0
- package/dist/scss/ui/InputFields/SelectField/index.scss +1 -0
- package/dist/scss/ui/InputFields/SelectField/styles/mixins/index.scss +1 -0
- package/dist/scss/ui/InputFields/SelectField/styles/mixins/selectField.scss +58 -0
- package/dist/scss/ui/InputFields/SwitcherField/index.scss +1 -0
- package/dist/scss/ui/InputFields/SwitcherField/styles/mixins/index.scss +1 -0
- package/dist/scss/ui/InputFields/SwitcherField/styles/mixins/switcherField.scss +92 -0
- package/dist/scss/ui/InputFields/TextareaField/index.scss +1 -0
- package/dist/scss/ui/InputFields/TextareaField/styles/mixin/index.scss +1 -0
- package/dist/scss/ui/InputFields/TextareaField/styles/mixin/textareaField.scss +41 -0
- package/dist/scss/ui/InputFields/index.scss +7 -0
- package/dist/scss/ui/MicroButton/index.scss +1 -0
- package/dist/scss/ui/MicroButton/styles/index.scss +1 -0
- package/dist/scss/ui/MicroButton/styles/mixins/base-button.scss +10 -0
- package/dist/scss/ui/MicroButton/styles/mixins/index.scss +1 -0
- package/dist/scss/ui/MicroButton/styles/mixins/micro-button.scss +64 -0
- package/dist/scss/ui/MicroButton/styles/mixins/properties/color-fill.scss +12 -0
- package/dist/scss/ui/MicroButton/styles/mixins/properties/color-hover.scss +11 -0
- package/dist/scss/ui/MicroButton/styles/mixins/properties/color.scss +11 -0
- package/dist/scss/ui/MicroButton/styles/mixins/properties/dark.scss +10 -0
- package/dist/scss/ui/MicroButton/styles/mixins/properties/gray-fill.scss +12 -0
- package/dist/scss/ui/MicroButton/styles/mixins/properties/gray.scss +11 -0
- package/dist/scss/ui/MicroButton/styles/mixins/properties/index.scss +15 -0
- package/dist/scss/ui/MicroButton/styles/mixins/properties/light.scss +11 -0
- package/dist/scss/ui/MicroButton/styles/mixins/properties/red-fill.scss +12 -0
- package/dist/scss/ui/MicroButton/styles/mixins/properties/red-hover.scss +11 -0
- package/dist/scss/ui/MicroButton/styles/mixins/properties/size-14.scss +11 -0
- package/dist/scss/ui/MicroButton/styles/mixins/properties/size-16.scss +11 -0
- package/dist/scss/ui/MicroButton/styles/mixins/properties/size-20.scss +11 -0
- package/dist/scss/ui/MicroButton/styles/mixins/properties/size-24.scss +11 -0
- package/dist/scss/ui/MicroButton/styles/mixins/properties/size-28.scss +11 -0
- package/dist/scss/ui/index.scss +2 -0
- package/dist/types/src/assets/icons/index.d.ts +88 -0
- package/dist/types/src/assets/index.d.ts +1 -0
- package/dist/types/src/hooks/index.d.ts +4 -0
- package/dist/types/src/hooks/useFormData.d.ts +18 -0
- package/dist/types/src/hooks/useIsErrorField.d.ts +23 -0
- package/dist/types/src/index.d.ts +1 -0
- package/dist/types/src/lib/array/getUniqueArray.d.ts +1 -0
- package/dist/types/src/lib/array/index.d.ts +3 -0
- package/dist/types/src/lib/array/isArray.d.ts +1 -0
- package/dist/types/src/lib/array/isEqualArrays.d.ts +1 -0
- package/dist/types/src/lib/dict/getDeepValue.d.ts +4 -0
- package/dist/types/src/lib/dict/index.d.ts +3 -0
- package/dist/types/src/lib/dict/isDict.d.ts +1 -0
- package/dist/types/src/lib/dict/setDeepValue.d.ts +8 -0
- package/dist/types/src/lib/index.d.ts +3 -0
- package/dist/types/src/lib/reactComponents/handleScrollEnd.d.ts +2 -0
- package/dist/types/src/lib/reactComponents/index.d.ts +2 -0
- package/dist/types/src/lib/reactComponents/isCustomComponent.d.ts +1 -0
- package/dist/types/src/test/App.d.ts +2 -0
- package/dist/types/src/test/index.d.ts +1 -0
- package/dist/types/src/test/layout/PageLayout.d.ts +3 -0
- package/dist/types/src/test/layout/index.d.ts +1 -0
- package/dist/types/src/test/pages/ButtonsPage.d.ts +1 -0
- package/dist/types/src/test/pages/DatePickerPage.d.ts +1 -0
- package/dist/types/src/test/pages/FieldsPage.d.ts +1 -0
- package/dist/types/src/test/pages/HomePage.d.ts +1 -0
- package/dist/types/src/test/pages/MicroButtonsPage.d.ts +1 -0
- package/dist/types/src/test/pages/index.d.ts +5 -0
- package/dist/types/src/types/DictDeepActionsTypes.d.ts +7 -0
- package/dist/types/src/types/HelperType.d.ts +1 -0
- package/dist/types/src/types/index.d.ts +2 -0
- package/dist/types/src/ui/Buttons/index.d.ts +2 -0
- package/dist/types/src/ui/Buttons/styles/index.d.ts +1 -0
- package/dist/types/src/ui/Buttons/types/ButtonTypes.d.ts +52 -0
- package/dist/types/src/ui/Buttons/types/index.d.ts +1 -0
- package/dist/types/src/ui/Buttons/ui/Button.d.ts +2 -0
- package/dist/types/src/ui/Buttons/ui/index.d.ts +1 -0
- package/dist/types/src/ui/DatePicker/const/index.d.ts +3 -0
- package/dist/types/src/ui/DatePicker/index.d.ts +3 -0
- package/dist/types/src/ui/DatePicker/lib/index.d.ts +21 -0
- package/dist/types/src/ui/DatePicker/styles/index.d.ts +6 -0
- package/dist/types/src/ui/DatePicker/types/CalendarDayTypes.d.ts +24 -0
- package/dist/types/src/ui/DatePicker/types/DateGridTypes.d.ts +10 -0
- package/dist/types/src/ui/DatePicker/types/DatePickerFooterTypes.d.ts +4 -0
- package/dist/types/src/ui/DatePicker/types/DatePickerHeaderTypes.d.ts +4 -0
- package/dist/types/src/ui/DatePicker/types/DatePickerMainTypes.d.ts +18 -0
- package/dist/types/src/ui/DatePicker/types/DatePickerTypes.d.ts +19 -0
- package/dist/types/src/ui/DatePicker/types/index.d.ts +6 -0
- package/dist/types/src/ui/DatePicker/ui/CalendarDay.d.ts +2 -0
- package/dist/types/src/ui/DatePicker/ui/DateGrid.d.ts +2 -0
- package/dist/types/src/ui/DatePicker/ui/DatePicker.d.ts +2 -0
- package/dist/types/src/ui/DatePicker/ui/DatePickerFooter.d.ts +2 -0
- package/dist/types/src/ui/DatePicker/ui/DatePickerHeader.d.ts +2 -0
- package/dist/types/src/ui/DatePicker/ui/DatePickerMain.d.ts +2 -0
- package/dist/types/src/ui/DatePicker/ui/index.d.ts +6 -0
- package/dist/types/src/ui/InputFields/FlexField/index.d.ts +2 -0
- package/dist/types/src/ui/InputFields/FlexField/styles/index.d.ts +1 -0
- package/dist/types/src/ui/InputFields/FlexField/types/FlexFieldTypes.d.ts +34 -0
- package/dist/types/src/ui/InputFields/FlexField/types/index.d.ts +1 -0
- package/dist/types/src/ui/InputFields/FlexField/ui/FlexField.d.ts +4 -0
- package/dist/types/src/ui/InputFields/InputField/index.d.ts +2 -0
- package/dist/types/src/ui/InputFields/InputField/styles/index.d.ts +1 -0
- package/dist/types/src/ui/InputFields/InputField/types/InputFieldTypes.d.ts +17 -0
- package/dist/types/src/ui/InputFields/InputField/types/index.d.ts +1 -0
- package/dist/types/src/ui/InputFields/InputField/ui/InputField.d.ts +3 -0
- package/dist/types/src/ui/InputFields/InputFieldWrapper/index.d.ts +2 -0
- package/dist/types/src/ui/InputFields/InputFieldWrapper/styles/index.d.ts +1 -0
- package/dist/types/src/ui/InputFields/InputFieldWrapper/types/InputFieldWrapperTypes.d.ts +29 -0
- package/dist/types/src/ui/InputFields/InputFieldWrapper/types/index.d.ts +1 -0
- package/dist/types/src/ui/InputFields/InputFieldWrapper/ui/InputFieldWrapper.d.ts +3 -0
- package/dist/types/src/ui/InputFields/RadioField/index.d.ts +2 -0
- package/dist/types/src/ui/InputFields/RadioField/styles/index.d.ts +1 -0
- package/dist/types/src/ui/InputFields/RadioField/types/RadioFieldItemTypes.d.ts +19 -0
- package/dist/types/src/ui/InputFields/RadioField/types/RadioFieldTypes.d.ts +21 -0
- package/dist/types/src/ui/InputFields/RadioField/types/index.d.ts +2 -0
- package/dist/types/src/ui/InputFields/RadioField/ui/RadioField.d.ts +3 -0
- package/dist/types/src/ui/InputFields/RadioField/ui/RadioFieldItem.d.ts +3 -0
- package/dist/types/src/ui/InputFields/SelectField/config/ScrollConfig.d.ts +1 -0
- package/dist/types/src/ui/InputFields/SelectField/config/index.d.ts +1 -0
- package/dist/types/src/ui/InputFields/SelectField/index.d.ts +2 -0
- package/dist/types/src/ui/InputFields/SelectField/lib/getStringValue.d.ts +2 -0
- package/dist/types/src/ui/InputFields/SelectField/lib/index.d.ts +2 -0
- package/dist/types/src/ui/InputFields/SelectField/lib/isActiveOption.d.ts +2 -0
- package/dist/types/src/ui/InputFields/SelectField/styles/index.d.ts +1 -0
- package/dist/types/src/ui/InputFields/SelectField/types/SelectFieldOptionsItemTypes.d.ts +16 -0
- package/dist/types/src/ui/InputFields/SelectField/types/SelectFieldTypes.d.ts +32 -0
- package/dist/types/src/ui/InputFields/SelectField/types/SelectModalWindowTypes.d.ts +12 -0
- package/dist/types/src/ui/InputFields/SelectField/types/index.d.ts +3 -0
- package/dist/types/src/ui/InputFields/SelectField/ui/SelectField.d.ts +3 -0
- package/dist/types/src/ui/InputFields/SelectField/ui/SelectFieldOptionsItem.d.ts +3 -0
- package/dist/types/src/ui/InputFields/SelectField/ui/SelectModalWindow.d.ts +3 -0
- package/dist/types/src/ui/InputFields/SwitcherField/index.d.ts +2 -0
- package/dist/types/src/ui/InputFields/SwitcherField/styles/index.d.ts +1 -0
- package/dist/types/src/ui/InputFields/SwitcherField/types/SwitcherFieldTypes.d.ts +13 -0
- package/dist/types/src/ui/InputFields/SwitcherField/types/index.d.ts +1 -0
- package/dist/types/src/ui/InputFields/SwitcherField/ui/SwitcherField.d.ts +3 -0
- package/dist/types/src/ui/InputFields/TextareaField/index.d.ts +2 -0
- package/dist/types/src/ui/InputFields/TextareaField/styles/index.d.ts +1 -0
- package/dist/types/src/ui/InputFields/TextareaField/types/TextareaFieldTypes.d.ts +14 -0
- package/dist/types/src/ui/InputFields/TextareaField/types/index.d.ts +1 -0
- package/dist/types/src/ui/InputFields/TextareaField/ui/TextareaField.d.ts +3 -0
- package/dist/types/src/ui/InputFields/index.d.ts +7 -0
- package/dist/types/src/ui/MicroButton/index.d.ts +2 -0
- package/dist/types/src/ui/MicroButton/styles/index.d.ts +1 -0
- package/dist/types/src/ui/MicroButton/types/MicroButtonTypes.d.ts +36 -0
- package/dist/types/src/ui/MicroButton/types/index.d.ts +1 -0
- package/dist/types/src/ui/MicroButton/ui/MicroButton.d.ts +2 -0
- package/dist/types/src/ui/MicroButton/ui/index.d.ts +1 -0
- package/dist/types/src/ui/index.d.ts +3 -0
- package/dist/types/test-project/src/icons/index.d.ts +1 -0
- package/package.json +87 -0
package/dist/index.css
ADDED
|
@@ -0,0 +1,1004 @@
|
|
|
1
|
+
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
|
|
2
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/Buttons/styles/Buttons.module.scss ***!
|
|
3
|
+
\*******************************************************************************************************************************************************************************************************************************************************************/
|
|
4
|
+
@font-face {
|
|
5
|
+
font-family: "Golos UI";
|
|
6
|
+
src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
|
|
7
|
+
font-weight: 400;
|
|
8
|
+
font-style: normal;
|
|
9
|
+
}
|
|
10
|
+
@font-face {
|
|
11
|
+
font-family: "Golos UI";
|
|
12
|
+
src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
|
|
13
|
+
font-weight: 500;
|
|
14
|
+
font-style: normal;
|
|
15
|
+
}
|
|
16
|
+
@font-face {
|
|
17
|
+
font-family: "Golos UI";
|
|
18
|
+
src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
|
|
19
|
+
font-weight: 600;
|
|
20
|
+
font-style: normal;
|
|
21
|
+
}
|
|
22
|
+
.Buttons-module__button___I3yLe {
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: row;
|
|
25
|
+
justify-content: center;
|
|
26
|
+
align-items: center;
|
|
27
|
+
}
|
|
28
|
+
.Buttons-module__button___I3yLe .Buttons-module__icon___U2AOU {
|
|
29
|
+
width: fit-content;
|
|
30
|
+
height: fit-content;
|
|
31
|
+
}
|
|
32
|
+
.Buttons-module__button___I3yLe .Buttons-module__icon___U2AOU {
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-direction: row;
|
|
35
|
+
justify-content: center;
|
|
36
|
+
align-items: center;
|
|
37
|
+
}
|
|
38
|
+
.Buttons-module__button___I3yLe.Buttons-module__widthFill___HXb85 {
|
|
39
|
+
width: 100%;
|
|
40
|
+
flex: 1;
|
|
41
|
+
}
|
|
42
|
+
.Buttons-module__button___I3yLe.Buttons-module__widthHug___Uy38K {
|
|
43
|
+
width: fit-content;
|
|
44
|
+
}
|
|
45
|
+
.Buttons-module__button___I3yLe.Buttons-module__heightFill___dwVrw {
|
|
46
|
+
height: 100%;
|
|
47
|
+
flex: 1;
|
|
48
|
+
}
|
|
49
|
+
.Buttons-module__button___I3yLe.Buttons-module__heightHug___El1C3 {
|
|
50
|
+
height: fit-content;
|
|
51
|
+
}
|
|
52
|
+
.Buttons-module__button___I3yLe.Buttons-module__small___x1NQN {
|
|
53
|
+
padding: 10px;
|
|
54
|
+
}
|
|
55
|
+
.Buttons-module__button___I3yLe.Buttons-module__small___x1NQN .Buttons-module__icon___U2AOU svg {
|
|
56
|
+
flex: none;
|
|
57
|
+
width: 16px;
|
|
58
|
+
height: 16px;
|
|
59
|
+
}
|
|
60
|
+
.Buttons-module__button___I3yLe.Buttons-module__small___x1NQN .Buttons-module__text___htxqX {
|
|
61
|
+
padding: 0 4px;
|
|
62
|
+
}
|
|
63
|
+
.Buttons-module__button___I3yLe.Buttons-module__small___x1NQN .Buttons-module__text___htxqX {
|
|
64
|
+
font-size: 14px;
|
|
65
|
+
line-height: 16px;
|
|
66
|
+
line-height: 16px;
|
|
67
|
+
font-weight: 500;
|
|
68
|
+
font-family: "Golos UI", sans-serif;
|
|
69
|
+
font-stretch: normal;
|
|
70
|
+
font-style: normal;
|
|
71
|
+
font-variant: normal;
|
|
72
|
+
}
|
|
73
|
+
.Buttons-module__button___I3yLe.Buttons-module__medium___BZfsd {
|
|
74
|
+
padding: 10px;
|
|
75
|
+
}
|
|
76
|
+
.Buttons-module__button___I3yLe.Buttons-module__medium___BZfsd .Buttons-module__icon___U2AOU svg {
|
|
77
|
+
flex: none;
|
|
78
|
+
width: 16px;
|
|
79
|
+
height: 16px;
|
|
80
|
+
}
|
|
81
|
+
.Buttons-module__button___I3yLe.Buttons-module__medium___BZfsd .Buttons-module__text___htxqX {
|
|
82
|
+
padding: 0 8px;
|
|
83
|
+
}
|
|
84
|
+
.Buttons-module__button___I3yLe.Buttons-module__medium___BZfsd .Buttons-module__text___htxqX {
|
|
85
|
+
font-size: 14px;
|
|
86
|
+
line-height: 20px;
|
|
87
|
+
line-height: 20px;
|
|
88
|
+
font-weight: 500;
|
|
89
|
+
font-family: "Golos UI", sans-serif;
|
|
90
|
+
font-stretch: normal;
|
|
91
|
+
font-style: normal;
|
|
92
|
+
font-variant: normal;
|
|
93
|
+
}
|
|
94
|
+
.Buttons-module__button___I3yLe.Buttons-module__large____KUDT {
|
|
95
|
+
padding: 10px;
|
|
96
|
+
}
|
|
97
|
+
.Buttons-module__button___I3yLe.Buttons-module__large____KUDT .Buttons-module__icon___U2AOU svg {
|
|
98
|
+
flex: none;
|
|
99
|
+
width: 20px;
|
|
100
|
+
height: 20px;
|
|
101
|
+
}
|
|
102
|
+
.Buttons-module__button___I3yLe.Buttons-module__large____KUDT .Buttons-module__text___htxqX {
|
|
103
|
+
padding: 0 6px;
|
|
104
|
+
}
|
|
105
|
+
.Buttons-module__button___I3yLe.Buttons-module__large____KUDT .Buttons-module__text___htxqX {
|
|
106
|
+
font-size: 14px;
|
|
107
|
+
line-height: 20px;
|
|
108
|
+
line-height: 20px;
|
|
109
|
+
font-weight: 500;
|
|
110
|
+
font-family: "Golos UI", sans-serif;
|
|
111
|
+
font-stretch: normal;
|
|
112
|
+
font-style: normal;
|
|
113
|
+
font-variant: normal;
|
|
114
|
+
}
|
|
115
|
+
.Buttons-module__button___I3yLe.Buttons-module__ultra___zBezN {
|
|
116
|
+
padding: 18px;
|
|
117
|
+
}
|
|
118
|
+
.Buttons-module__button___I3yLe.Buttons-module__ultra___zBezN .Buttons-module__icon___U2AOU svg {
|
|
119
|
+
flex: none;
|
|
120
|
+
width: 24px;
|
|
121
|
+
height: 24px;
|
|
122
|
+
}
|
|
123
|
+
.Buttons-module__button___I3yLe.Buttons-module__ultra___zBezN .Buttons-module__text___htxqX {
|
|
124
|
+
padding: 0 12px;
|
|
125
|
+
}
|
|
126
|
+
.Buttons-module__button___I3yLe.Buttons-module__ultra___zBezN .Buttons-module__text___htxqX {
|
|
127
|
+
font-size: 18px;
|
|
128
|
+
line-height: 24px;
|
|
129
|
+
line-height: 24px;
|
|
130
|
+
font-weight: 500;
|
|
131
|
+
font-family: "Golos UI", sans-serif;
|
|
132
|
+
font-stretch: normal;
|
|
133
|
+
font-style: normal;
|
|
134
|
+
font-variant: normal;
|
|
135
|
+
}
|
|
136
|
+
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN {
|
|
137
|
+
border-radius: 8px;
|
|
138
|
+
background-color: #2970FF;
|
|
139
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
140
|
+
}
|
|
141
|
+
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN .Buttons-module__icon___U2AOU svg * {
|
|
142
|
+
stroke: #FFFFFF;
|
|
143
|
+
}
|
|
144
|
+
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN .Buttons-module__text___htxqX {
|
|
145
|
+
color: #FFFFFF;
|
|
146
|
+
}
|
|
147
|
+
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:hover {
|
|
148
|
+
background-color: #155EEF;
|
|
149
|
+
}
|
|
150
|
+
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:focus {
|
|
151
|
+
background-color: #2970FF;
|
|
152
|
+
box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
153
|
+
}
|
|
154
|
+
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:disabled {
|
|
155
|
+
opacity: 0.3;
|
|
156
|
+
}
|
|
157
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ {
|
|
158
|
+
border-radius: 8px;
|
|
159
|
+
background-color: #FFFFFF;
|
|
160
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px #B2CCFF;
|
|
161
|
+
}
|
|
162
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__icon___U2AOU svg * {
|
|
163
|
+
stroke: #2970FF;
|
|
164
|
+
}
|
|
165
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__text___htxqX {
|
|
166
|
+
color: #2970FF;
|
|
167
|
+
}
|
|
168
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:hover {
|
|
169
|
+
background-color: #EFF4FF;
|
|
170
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px #84ADFF;
|
|
171
|
+
}
|
|
172
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:focus {
|
|
173
|
+
box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px #84ADFF;
|
|
174
|
+
}
|
|
175
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:disabled {
|
|
176
|
+
opacity: 0.5;
|
|
177
|
+
}
|
|
178
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne {
|
|
179
|
+
border-radius: 8px;
|
|
180
|
+
background-color: #FFFFFF;
|
|
181
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px #D0D5DD;
|
|
182
|
+
}
|
|
183
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne .Buttons-module__icon___U2AOU svg * {
|
|
184
|
+
stroke: #344054;
|
|
185
|
+
}
|
|
186
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne .Buttons-module__text___htxqX {
|
|
187
|
+
color: #344054;
|
|
188
|
+
}
|
|
189
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:hover {
|
|
190
|
+
background-color: #F9FAFB;
|
|
191
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px #D0D5DD;
|
|
192
|
+
}
|
|
193
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:hover .Buttons-module__text___htxqX {
|
|
194
|
+
color: #1D2939;
|
|
195
|
+
}
|
|
196
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:focus {
|
|
197
|
+
box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px #D0D5DD;
|
|
198
|
+
}
|
|
199
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:disabled {
|
|
200
|
+
opacity: 0.5;
|
|
201
|
+
}
|
|
202
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq .Buttons-module__icon___U2AOU svg * {
|
|
203
|
+
stroke: #D1E0FF;
|
|
204
|
+
}
|
|
205
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq .Buttons-module__text___htxqX {
|
|
206
|
+
color: #D1E0FF;
|
|
207
|
+
}
|
|
208
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:hover .Buttons-module__text___htxqX {
|
|
209
|
+
color: #FFFFFF;
|
|
210
|
+
}
|
|
211
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:hover .Buttons-module__icon___U2AOU svg * {
|
|
212
|
+
stroke: #FFFFFF;
|
|
213
|
+
}
|
|
214
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:disabled {
|
|
215
|
+
opacity: 0.5;
|
|
216
|
+
}
|
|
217
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw .Buttons-module__icon___U2AOU svg * {
|
|
218
|
+
stroke: #2970FF;
|
|
219
|
+
}
|
|
220
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw .Buttons-module__text___htxqX {
|
|
221
|
+
color: #2970FF;
|
|
222
|
+
}
|
|
223
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:hover .Buttons-module__text___htxqX {
|
|
224
|
+
color: #004EEB;
|
|
225
|
+
}
|
|
226
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:hover .Buttons-module__icon___U2AOU svg * {
|
|
227
|
+
stroke: #004EEB;
|
|
228
|
+
}
|
|
229
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:disabled {
|
|
230
|
+
opacity: 0.5;
|
|
231
|
+
}
|
|
232
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu .Buttons-module__icon___U2AOU svg * {
|
|
233
|
+
stroke: #344054;
|
|
234
|
+
}
|
|
235
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu .Buttons-module__text___htxqX {
|
|
236
|
+
color: #344054;
|
|
237
|
+
}
|
|
238
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu:hover .Buttons-module__text___htxqX {
|
|
239
|
+
color: #101828;
|
|
240
|
+
}
|
|
241
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu:hover .Buttons-module__icon___U2AOU svg * {
|
|
242
|
+
stroke: #101828;
|
|
243
|
+
}
|
|
244
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu:disabled {
|
|
245
|
+
opacity: 0.5;
|
|
246
|
+
}
|
|
247
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN {
|
|
248
|
+
padding: 0 !important;
|
|
249
|
+
gap: 4px;
|
|
250
|
+
}
|
|
251
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN .Buttons-module__icon___U2AOU svg * {
|
|
252
|
+
stroke: #2970FF;
|
|
253
|
+
}
|
|
254
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN .Buttons-module__text___htxqX {
|
|
255
|
+
color: #2970FF;
|
|
256
|
+
padding: 0 !important;
|
|
257
|
+
}
|
|
258
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN:hover .Buttons-module__text___htxqX {
|
|
259
|
+
color: #004EEB;
|
|
260
|
+
}
|
|
261
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN:hover .Buttons-module__icon___U2AOU svg * {
|
|
262
|
+
stroke: #004EEB;
|
|
263
|
+
}
|
|
264
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN:disabled {
|
|
265
|
+
opacity: 0.5;
|
|
266
|
+
}
|
|
267
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t {
|
|
268
|
+
padding: 0 !important;
|
|
269
|
+
gap: 4px;
|
|
270
|
+
}
|
|
271
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t .Buttons-module__icon___U2AOU svg * {
|
|
272
|
+
stroke: #344054;
|
|
273
|
+
}
|
|
274
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t .Buttons-module__text___htxqX {
|
|
275
|
+
color: #344054;
|
|
276
|
+
padding: 0 !important;
|
|
277
|
+
}
|
|
278
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t:hover .Buttons-module__text___htxqX {
|
|
279
|
+
color: #101828;
|
|
280
|
+
}
|
|
281
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t:hover .Buttons-module__icon___U2AOU svg * {
|
|
282
|
+
stroke: #101828;
|
|
283
|
+
}
|
|
284
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t:disabled {
|
|
285
|
+
opacity: 0.5;
|
|
286
|
+
}
|
|
287
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd {
|
|
288
|
+
padding: 0 !important;
|
|
289
|
+
gap: 4px;
|
|
290
|
+
}
|
|
291
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd .Buttons-module__icon___U2AOU svg * {
|
|
292
|
+
stroke: #98A2B3;
|
|
293
|
+
}
|
|
294
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd .Buttons-module__text___htxqX {
|
|
295
|
+
color: #98A2B3;
|
|
296
|
+
padding: 0 !important;
|
|
297
|
+
}
|
|
298
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:hover .Buttons-module__text___htxqX {
|
|
299
|
+
color: #667085;
|
|
300
|
+
}
|
|
301
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:hover .Buttons-module__icon___U2AOU svg * {
|
|
302
|
+
stroke: #667085;
|
|
303
|
+
}
|
|
304
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:disabled {
|
|
305
|
+
opacity: 0.5;
|
|
306
|
+
}
|
|
307
|
+
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq {
|
|
308
|
+
border-radius: 6px;
|
|
309
|
+
background-color: #FFFFFF;
|
|
310
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
311
|
+
}
|
|
312
|
+
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq .Buttons-module__icon___U2AOU svg * {
|
|
313
|
+
stroke: #344054;
|
|
314
|
+
}
|
|
315
|
+
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq .Buttons-module__text___htxqX {
|
|
316
|
+
color: #344054;
|
|
317
|
+
}
|
|
318
|
+
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:hover .Buttons-module__icon___U2AOU svg * {
|
|
319
|
+
stroke: #101828;
|
|
320
|
+
}
|
|
321
|
+
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:hover .Buttons-module__text___htxqX {
|
|
322
|
+
color: #101828;
|
|
323
|
+
}
|
|
324
|
+
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:disabled {
|
|
325
|
+
opacity: 0.5;
|
|
326
|
+
}
|
|
327
|
+
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo {
|
|
328
|
+
border-radius: 6px;
|
|
329
|
+
background-color: #F2F4F7;
|
|
330
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
331
|
+
}
|
|
332
|
+
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo .Buttons-module__icon___U2AOU svg * {
|
|
333
|
+
stroke: #667085;
|
|
334
|
+
}
|
|
335
|
+
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo .Buttons-module__text___htxqX {
|
|
336
|
+
color: #667085;
|
|
337
|
+
}
|
|
338
|
+
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:hover {
|
|
339
|
+
background-color: #EAECF0;
|
|
340
|
+
}
|
|
341
|
+
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:hover .Buttons-module__icon___U2AOU svg * {
|
|
342
|
+
stroke: #1D2939;
|
|
343
|
+
}
|
|
344
|
+
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:hover .Buttons-module__text___htxqX {
|
|
345
|
+
color: #1D2939;
|
|
346
|
+
}
|
|
347
|
+
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:disabled {
|
|
348
|
+
opacity: 0.5;
|
|
349
|
+
}
|
|
350
|
+
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN {
|
|
351
|
+
border-radius: 8px;
|
|
352
|
+
background-color: #F04438;
|
|
353
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
354
|
+
}
|
|
355
|
+
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN:hover {
|
|
356
|
+
background-color: #D92D20;
|
|
357
|
+
}
|
|
358
|
+
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN:focus {
|
|
359
|
+
background-color: #F04438;
|
|
360
|
+
}
|
|
361
|
+
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN:disabled {
|
|
362
|
+
opacity: 0.3;
|
|
363
|
+
}
|
|
364
|
+
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ {
|
|
365
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px #FECDCA;
|
|
366
|
+
}
|
|
367
|
+
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ .Buttons-module__icon___U2AOU svg * {
|
|
368
|
+
stroke: #F04438;
|
|
369
|
+
}
|
|
370
|
+
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ .Buttons-module__text___htxqX {
|
|
371
|
+
color: #F04438;
|
|
372
|
+
}
|
|
373
|
+
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ:hover {
|
|
374
|
+
background-color: #FEF3F2;
|
|
375
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px #F97066;
|
|
376
|
+
}
|
|
377
|
+
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ:focus {
|
|
378
|
+
box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px #FECDCA;
|
|
379
|
+
}
|
|
380
|
+
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ:disabled {
|
|
381
|
+
opacity: 0.5;
|
|
382
|
+
}
|
|
383
|
+
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
384
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/MicroButton/styles/MicroButton.module.scss ***!
|
|
385
|
+
\***************************************************************************************************************************************************************************************************************************************************************************/
|
|
386
|
+
@font-face {
|
|
387
|
+
font-family: "Golos UI";
|
|
388
|
+
src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
|
|
389
|
+
font-weight: 400;
|
|
390
|
+
font-style: normal;
|
|
391
|
+
}
|
|
392
|
+
@font-face {
|
|
393
|
+
font-family: "Golos UI";
|
|
394
|
+
src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
|
|
395
|
+
font-weight: 500;
|
|
396
|
+
font-style: normal;
|
|
397
|
+
}
|
|
398
|
+
@font-face {
|
|
399
|
+
font-family: "Golos UI";
|
|
400
|
+
src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
|
|
401
|
+
font-weight: 600;
|
|
402
|
+
font-style: normal;
|
|
403
|
+
}
|
|
404
|
+
.MicroButton-module__button___QMj95 {
|
|
405
|
+
width: fit-content;
|
|
406
|
+
height: fit-content;
|
|
407
|
+
}
|
|
408
|
+
.MicroButton-module__button___QMj95 {
|
|
409
|
+
display: flex;
|
|
410
|
+
flex-direction: row;
|
|
411
|
+
justify-content: center;
|
|
412
|
+
align-items: center;
|
|
413
|
+
}
|
|
414
|
+
.MicroButton-module__button___QMj95 svg {
|
|
415
|
+
flex: none;
|
|
416
|
+
}
|
|
417
|
+
.MicroButton-module__button___QMj95.MicroButton-module__light___pwfS3 {
|
|
418
|
+
background: none;
|
|
419
|
+
}
|
|
420
|
+
.MicroButton-module__button___QMj95.MicroButton-module__light___pwfS3 svg * {
|
|
421
|
+
stroke: #98A2B3;
|
|
422
|
+
}
|
|
423
|
+
.MicroButton-module__button___QMj95.MicroButton-module__light___pwfS3:hover {
|
|
424
|
+
background-color: #EAECF0;
|
|
425
|
+
}
|
|
426
|
+
.MicroButton-module__button___QMj95.MicroButton-module__light___pwfS3:hover svg * {
|
|
427
|
+
stroke: #475467;
|
|
428
|
+
}
|
|
429
|
+
.MicroButton-module__button___QMj95.MicroButton-module__dark___YCw8u {
|
|
430
|
+
background-color: rgba(12, 17, 29, 0.5019607843);
|
|
431
|
+
}
|
|
432
|
+
.MicroButton-module__button___QMj95.MicroButton-module__dark___YCw8u svg * {
|
|
433
|
+
stroke: #FFFFFF;
|
|
434
|
+
}
|
|
435
|
+
.MicroButton-module__button___QMj95.MicroButton-module__dark___YCw8u:hover {
|
|
436
|
+
background-color: rgba(12, 17, 29, 0.8);
|
|
437
|
+
}
|
|
438
|
+
.MicroButton-module__button___QMj95.MicroButton-module__gray___pwAy2 {
|
|
439
|
+
background: none;
|
|
440
|
+
}
|
|
441
|
+
.MicroButton-module__button___QMj95.MicroButton-module__gray___pwAy2 svg * {
|
|
442
|
+
stroke: #667085;
|
|
443
|
+
}
|
|
444
|
+
.MicroButton-module__button___QMj95.MicroButton-module__gray___pwAy2:hover {
|
|
445
|
+
background-color: #FFFFFF;
|
|
446
|
+
}
|
|
447
|
+
.MicroButton-module__button___QMj95.MicroButton-module__gray___pwAy2:hover svg * {
|
|
448
|
+
stroke: #475467;
|
|
449
|
+
}
|
|
450
|
+
.MicroButton-module__button___QMj95.MicroButton-module__color___RO79e {
|
|
451
|
+
background: none;
|
|
452
|
+
}
|
|
453
|
+
.MicroButton-module__button___QMj95.MicroButton-module__color___RO79e svg * {
|
|
454
|
+
stroke: #2970FF;
|
|
455
|
+
}
|
|
456
|
+
.MicroButton-module__button___QMj95.MicroButton-module__color___RO79e:hover {
|
|
457
|
+
background-color: #FFFFFF;
|
|
458
|
+
}
|
|
459
|
+
.MicroButton-module__button___QMj95.MicroButton-module__color___RO79e:hover svg * {
|
|
460
|
+
stroke: #155EEF;
|
|
461
|
+
}
|
|
462
|
+
.MicroButton-module__button___QMj95.MicroButton-module__colorHover___Rvxx7 {
|
|
463
|
+
background: none;
|
|
464
|
+
}
|
|
465
|
+
.MicroButton-module__button___QMj95.MicroButton-module__colorHover___Rvxx7 svg * {
|
|
466
|
+
stroke: #528BFF;
|
|
467
|
+
}
|
|
468
|
+
.MicroButton-module__button___QMj95.MicroButton-module__colorHover___Rvxx7:hover {
|
|
469
|
+
background-color: #D1E0FF;
|
|
470
|
+
}
|
|
471
|
+
.MicroButton-module__button___QMj95.MicroButton-module__colorHover___Rvxx7:hover svg * {
|
|
472
|
+
stroke: #2970FF;
|
|
473
|
+
}
|
|
474
|
+
.MicroButton-module__button___QMj95.MicroButton-module__redHover____WGXq {
|
|
475
|
+
background: none;
|
|
476
|
+
}
|
|
477
|
+
.MicroButton-module__button___QMj95.MicroButton-module__redHover____WGXq svg * {
|
|
478
|
+
stroke: #F97066;
|
|
479
|
+
}
|
|
480
|
+
.MicroButton-module__button___QMj95.MicroButton-module__redHover____WGXq:hover {
|
|
481
|
+
background-color: #FEE4E2;
|
|
482
|
+
}
|
|
483
|
+
.MicroButton-module__button___QMj95.MicroButton-module__redHover____WGXq:hover svg * {
|
|
484
|
+
stroke: #F04438;
|
|
485
|
+
}
|
|
486
|
+
.MicroButton-module__button___QMj95.MicroButton-module__colorFill___yLr74 {
|
|
487
|
+
background: #FFFFFF;
|
|
488
|
+
box-shadow: 0 0 0 1px #B2CCFF;
|
|
489
|
+
}
|
|
490
|
+
.MicroButton-module__button___QMj95.MicroButton-module__colorFill___yLr74 svg * {
|
|
491
|
+
stroke: #2970FF;
|
|
492
|
+
}
|
|
493
|
+
.MicroButton-module__button___QMj95.MicroButton-module__colorFill___yLr74:hover {
|
|
494
|
+
background: #EFF4FF;
|
|
495
|
+
}
|
|
496
|
+
.MicroButton-module__button___QMj95.MicroButton-module__colorFill___yLr74:hover svg * {
|
|
497
|
+
stroke: #2970FF;
|
|
498
|
+
}
|
|
499
|
+
.MicroButton-module__button___QMj95.MicroButton-module__grayFill___Rr1s4 {
|
|
500
|
+
background: #FFFFFF;
|
|
501
|
+
box-shadow: 0 0 0 1px #D0D5DD;
|
|
502
|
+
}
|
|
503
|
+
.MicroButton-module__button___QMj95.MicroButton-module__grayFill___Rr1s4 svg * {
|
|
504
|
+
stroke: #344054;
|
|
505
|
+
}
|
|
506
|
+
.MicroButton-module__button___QMj95.MicroButton-module__grayFill___Rr1s4:hover {
|
|
507
|
+
background: #F9FAFB;
|
|
508
|
+
}
|
|
509
|
+
.MicroButton-module__button___QMj95.MicroButton-module__grayFill___Rr1s4:hover svg * {
|
|
510
|
+
stroke: #101828;
|
|
511
|
+
}
|
|
512
|
+
.MicroButton-module__button___QMj95.MicroButton-module__redFill___ANZAX {
|
|
513
|
+
background: #FFFFFF;
|
|
514
|
+
box-shadow: 0 0 0 1px #FDA29B;
|
|
515
|
+
}
|
|
516
|
+
.MicroButton-module__button___QMj95.MicroButton-module__redFill___ANZAX svg * {
|
|
517
|
+
stroke: #F04438;
|
|
518
|
+
}
|
|
519
|
+
.MicroButton-module__button___QMj95.MicroButton-module__redFill___ANZAX:hover {
|
|
520
|
+
background: #FEF3F2;
|
|
521
|
+
}
|
|
522
|
+
.MicroButton-module__button___QMj95.MicroButton-module__redFill___ANZAX:hover svg * {
|
|
523
|
+
stroke: #D92D20;
|
|
524
|
+
}
|
|
525
|
+
.MicroButton-module__button___QMj95.MicroButton-module__size14___qZD63 {
|
|
526
|
+
border-radius: 3px;
|
|
527
|
+
padding: 2px;
|
|
528
|
+
}
|
|
529
|
+
.MicroButton-module__button___QMj95.MicroButton-module__size14___qZD63 svg {
|
|
530
|
+
width: 10px;
|
|
531
|
+
height: 10px;
|
|
532
|
+
}
|
|
533
|
+
.MicroButton-module__button___QMj95.MicroButton-module__size16___WFrFl {
|
|
534
|
+
border-radius: 3px;
|
|
535
|
+
padding: 2px;
|
|
536
|
+
}
|
|
537
|
+
.MicroButton-module__button___QMj95.MicroButton-module__size16___WFrFl svg {
|
|
538
|
+
width: 12px;
|
|
539
|
+
height: 12px;
|
|
540
|
+
}
|
|
541
|
+
.MicroButton-module__button___QMj95.MicroButton-module__size20___ZVrVg {
|
|
542
|
+
border-radius: 3px;
|
|
543
|
+
padding: 3px;
|
|
544
|
+
}
|
|
545
|
+
.MicroButton-module__button___QMj95.MicroButton-module__size20___ZVrVg svg {
|
|
546
|
+
width: 14px;
|
|
547
|
+
height: 14px;
|
|
548
|
+
}
|
|
549
|
+
.MicroButton-module__button___QMj95.MicroButton-module__size24___JOi7y {
|
|
550
|
+
border-radius: 4px;
|
|
551
|
+
padding: 4px;
|
|
552
|
+
}
|
|
553
|
+
.MicroButton-module__button___QMj95.MicroButton-module__size24___JOi7y svg {
|
|
554
|
+
width: 16px;
|
|
555
|
+
height: 16px;
|
|
556
|
+
}
|
|
557
|
+
.MicroButton-module__button___QMj95.MicroButton-module__size28___KCc7P {
|
|
558
|
+
border-radius: 4px;
|
|
559
|
+
padding: 4px;
|
|
560
|
+
}
|
|
561
|
+
.MicroButton-module__button___QMj95.MicroButton-module__size28___KCc7P svg {
|
|
562
|
+
width: 20px;
|
|
563
|
+
height: 20px;
|
|
564
|
+
}
|
|
565
|
+
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
566
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/DatePicker/styles/CalendarDay.module.scss ***!
|
|
567
|
+
\**************************************************************************************************************************************************************************************************************************************************************************/
|
|
568
|
+
@font-face {
|
|
569
|
+
font-family: "Golos UI";
|
|
570
|
+
src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
|
|
571
|
+
font-weight: 400;
|
|
572
|
+
font-style: normal;
|
|
573
|
+
}
|
|
574
|
+
@font-face {
|
|
575
|
+
font-family: "Golos UI";
|
|
576
|
+
src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
|
|
577
|
+
font-weight: 500;
|
|
578
|
+
font-style: normal;
|
|
579
|
+
}
|
|
580
|
+
@font-face {
|
|
581
|
+
font-family: "Golos UI";
|
|
582
|
+
src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
|
|
583
|
+
font-weight: 600;
|
|
584
|
+
font-style: normal;
|
|
585
|
+
}
|
|
586
|
+
.CalendarDay-module__calendarDay___SMwl6 {
|
|
587
|
+
position: relative;
|
|
588
|
+
flex: none;
|
|
589
|
+
width: 40px;
|
|
590
|
+
height: 40px;
|
|
591
|
+
border-radius: 8px;
|
|
592
|
+
background-color: #FFFFFF;
|
|
593
|
+
}
|
|
594
|
+
.CalendarDay-module__calendarDay___SMwl6 {
|
|
595
|
+
display: flex;
|
|
596
|
+
flex-direction: column;
|
|
597
|
+
justify-content: center;
|
|
598
|
+
align-items: center;
|
|
599
|
+
}
|
|
600
|
+
.CalendarDay-module__calendarDay___SMwl6 .CalendarDay-module__mark___plkAJ {
|
|
601
|
+
width: 100%;
|
|
602
|
+
height: 12px;
|
|
603
|
+
padding: 4px 0 0 0;
|
|
604
|
+
}
|
|
605
|
+
.CalendarDay-module__calendarDay___SMwl6 .CalendarDay-module__mark___plkAJ {
|
|
606
|
+
display: flex;
|
|
607
|
+
flex-direction: column;
|
|
608
|
+
justify-content: center;
|
|
609
|
+
align-items: center;
|
|
610
|
+
}
|
|
611
|
+
.CalendarDay-module__calendarDay___SMwl6 .CalendarDay-module__mark___plkAJ::after {
|
|
612
|
+
content: "";
|
|
613
|
+
width: 4px;
|
|
614
|
+
height: 4px;
|
|
615
|
+
border-radius: 50%;
|
|
616
|
+
background-color: #528BFF;
|
|
617
|
+
}
|
|
618
|
+
.CalendarDay-module__calendarDay___SMwl6 .CalendarDay-module__day___ZPsML {
|
|
619
|
+
flex: 1;
|
|
620
|
+
width: 100%;
|
|
621
|
+
}
|
|
622
|
+
.CalendarDay-module__calendarDay___SMwl6 .CalendarDay-module__day___ZPsML {
|
|
623
|
+
display: flex;
|
|
624
|
+
flex-direction: column;
|
|
625
|
+
justify-content: center;
|
|
626
|
+
align-items: center;
|
|
627
|
+
}
|
|
628
|
+
.CalendarDay-module__calendarDay___SMwl6 .CalendarDay-module__day___ZPsML {
|
|
629
|
+
font-size: 16px;
|
|
630
|
+
line-height: 16px;
|
|
631
|
+
color: #344054;
|
|
632
|
+
font-weight: 400;
|
|
633
|
+
font-family: "Golos UI", sans-serif;
|
|
634
|
+
font-stretch: normal;
|
|
635
|
+
font-style: normal;
|
|
636
|
+
font-variant: normal;
|
|
637
|
+
}
|
|
638
|
+
.CalendarDay-module__calendarDay___SMwl6 .CalendarDay-module__info___pRAf0 {
|
|
639
|
+
width: 100%;
|
|
640
|
+
height: 12px;
|
|
641
|
+
padding: 0 0 2px 0;
|
|
642
|
+
}
|
|
643
|
+
.CalendarDay-module__calendarDay___SMwl6 .CalendarDay-module__info___pRAf0 {
|
|
644
|
+
font-size: 10px;
|
|
645
|
+
line-height: 10px;
|
|
646
|
+
color: #98A2B3;
|
|
647
|
+
font-weight: 400;
|
|
648
|
+
font-family: "Golos UI", sans-serif;
|
|
649
|
+
font-stretch: normal;
|
|
650
|
+
font-style: normal;
|
|
651
|
+
font-variant: normal;
|
|
652
|
+
}
|
|
653
|
+
.CalendarDay-module__calendarDay___SMwl6:hover {
|
|
654
|
+
background-color: #F2F4F7;
|
|
655
|
+
}
|
|
656
|
+
.CalendarDay-module__calendarDay___SMwl6.CalendarDay-module__holiday___gzeHn .CalendarDay-module__day___ZPsML {
|
|
657
|
+
color: #F04438;
|
|
658
|
+
}
|
|
659
|
+
.CalendarDay-module__calendarDay___SMwl6.CalendarDay-module__active___KnfaY {
|
|
660
|
+
background-color: #2970FF;
|
|
661
|
+
}
|
|
662
|
+
.CalendarDay-module__calendarDay___SMwl6.CalendarDay-module__active___KnfaY .CalendarDay-module__mark___plkAJ::after {
|
|
663
|
+
background-color: #FFFFFF;
|
|
664
|
+
}
|
|
665
|
+
.CalendarDay-module__calendarDay___SMwl6.CalendarDay-module__active___KnfaY .CalendarDay-module__day___ZPsML {
|
|
666
|
+
color: #FFFFFF;
|
|
667
|
+
}
|
|
668
|
+
.CalendarDay-module__calendarDay___SMwl6.CalendarDay-module__active___KnfaY .CalendarDay-module__info___pRAf0 {
|
|
669
|
+
color: #84ADFF;
|
|
670
|
+
}
|
|
671
|
+
.CalendarDay-module__calendarDay___SMwl6.CalendarDay-module__active___KnfaY:hover {
|
|
672
|
+
background-color: #155EEF;
|
|
673
|
+
}
|
|
674
|
+
.CalendarDay-module__calendarDay___SMwl6.CalendarDay-module__filter___VvlBz {
|
|
675
|
+
background-color: #F2F4F7;
|
|
676
|
+
}
|
|
677
|
+
.CalendarDay-module__calendarDay___SMwl6.CalendarDay-module__filter___VvlBz:hover {
|
|
678
|
+
background-color: #EAECF0;
|
|
679
|
+
}
|
|
680
|
+
.CalendarDay-module__calendarDay___SMwl6.CalendarDay-module__filter___VvlBz:before {
|
|
681
|
+
content: "";
|
|
682
|
+
width: 60px;
|
|
683
|
+
height: 40px;
|
|
684
|
+
position: absolute;
|
|
685
|
+
background-color: #F2F4F7;
|
|
686
|
+
z-index: -1;
|
|
687
|
+
}
|
|
688
|
+
.CalendarDay-module__calendarDay___SMwl6:disabled {
|
|
689
|
+
background-color: #FFFFFF;
|
|
690
|
+
z-index: 1;
|
|
691
|
+
}
|
|
692
|
+
.CalendarDay-module__calendarDay___SMwl6:disabled:before {
|
|
693
|
+
background: #FFFFFF;
|
|
694
|
+
width: 100%;
|
|
695
|
+
height: 100%;
|
|
696
|
+
}
|
|
697
|
+
.CalendarDay-module__calendarDay___SMwl6:disabled .CalendarDay-module__mark___plkAJ::after {
|
|
698
|
+
background-color: #D0D5DD;
|
|
699
|
+
}
|
|
700
|
+
.CalendarDay-module__calendarDay___SMwl6:disabled .CalendarDay-module__day___ZPsML {
|
|
701
|
+
color: #98A2B3;
|
|
702
|
+
font-family: "Golos UI", sans-serif;
|
|
703
|
+
font-stretch: normal;
|
|
704
|
+
font-style: normal;
|
|
705
|
+
font-variant: normal;
|
|
706
|
+
}
|
|
707
|
+
.CalendarDay-module__calendarDay___SMwl6:disabled .CalendarDay-module__info___pRAf0 {
|
|
708
|
+
color: #D0D5DD;
|
|
709
|
+
font-family: "Golos UI", sans-serif;
|
|
710
|
+
font-stretch: normal;
|
|
711
|
+
font-style: normal;
|
|
712
|
+
font-variant: normal;
|
|
713
|
+
}
|
|
714
|
+
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
715
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/DatePicker/styles/DatePicker.module.scss ***!
|
|
716
|
+
\*************************************************************************************************************************************************************************************************************************************************************************/
|
|
717
|
+
@font-face {
|
|
718
|
+
font-family: "Golos UI";
|
|
719
|
+
src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
|
|
720
|
+
font-weight: 400;
|
|
721
|
+
font-style: normal;
|
|
722
|
+
}
|
|
723
|
+
@font-face {
|
|
724
|
+
font-family: "Golos UI";
|
|
725
|
+
src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
|
|
726
|
+
font-weight: 500;
|
|
727
|
+
font-style: normal;
|
|
728
|
+
}
|
|
729
|
+
@font-face {
|
|
730
|
+
font-family: "Golos UI";
|
|
731
|
+
src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
|
|
732
|
+
font-weight: 600;
|
|
733
|
+
font-style: normal;
|
|
734
|
+
}
|
|
735
|
+
.DatePicker-module__datePicker___t3iuq {
|
|
736
|
+
width: fit-content;
|
|
737
|
+
height: fit-content;
|
|
738
|
+
border-radius: 16px;
|
|
739
|
+
border: 1px solid #EAECF0;
|
|
740
|
+
background-color: #FFFFFF;
|
|
741
|
+
box-shadow: 0 8px 8px -4px rgba(16, 24, 40, 0.031372549), 0 20px 24px -4px rgba(16, 24, 40, 0.0784313725);
|
|
742
|
+
}
|
|
743
|
+
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
744
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/DatePicker/styles/DatePickerMain.module.scss ***!
|
|
745
|
+
\*****************************************************************************************************************************************************************************************************************************************************************************/
|
|
746
|
+
@font-face {
|
|
747
|
+
font-family: "Golos UI";
|
|
748
|
+
src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
|
|
749
|
+
font-weight: 400;
|
|
750
|
+
font-style: normal;
|
|
751
|
+
}
|
|
752
|
+
@font-face {
|
|
753
|
+
font-family: "Golos UI";
|
|
754
|
+
src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
|
|
755
|
+
font-weight: 500;
|
|
756
|
+
font-style: normal;
|
|
757
|
+
}
|
|
758
|
+
@font-face {
|
|
759
|
+
font-family: "Golos UI";
|
|
760
|
+
src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
|
|
761
|
+
font-weight: 600;
|
|
762
|
+
font-style: normal;
|
|
763
|
+
}
|
|
764
|
+
.DatePickerMain-module__datePickerMain___G7IMt {
|
|
765
|
+
position: relative;
|
|
766
|
+
width: 100%;
|
|
767
|
+
padding: 16px;
|
|
768
|
+
gap: 8px;
|
|
769
|
+
z-index: 1;
|
|
770
|
+
overflow: hidden;
|
|
771
|
+
}
|
|
772
|
+
.DatePickerMain-module__datePickerMain___G7IMt {
|
|
773
|
+
display: flex;
|
|
774
|
+
flex-direction: column;
|
|
775
|
+
}
|
|
776
|
+
.DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__header___XeOZO {
|
|
777
|
+
width: 100%;
|
|
778
|
+
gap: 2px;
|
|
779
|
+
z-index: 2;
|
|
780
|
+
backdrop-filter: blur(10px);
|
|
781
|
+
}
|
|
782
|
+
.DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__header___XeOZO {
|
|
783
|
+
display: flex;
|
|
784
|
+
flex-direction: row;
|
|
785
|
+
}
|
|
786
|
+
.DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__header___XeOZO .DatePickerMain-module__item___UNZyP {
|
|
787
|
+
width: 40px;
|
|
788
|
+
height: 16px;
|
|
789
|
+
text-align: center;
|
|
790
|
+
}
|
|
791
|
+
.DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__header___XeOZO .DatePickerMain-module__item___UNZyP {
|
|
792
|
+
font-size: 14px;
|
|
793
|
+
line-height: 16px;
|
|
794
|
+
color: #98A2B3;
|
|
795
|
+
font-weight: 500;
|
|
796
|
+
font-family: "Golos UI", sans-serif;
|
|
797
|
+
font-stretch: normal;
|
|
798
|
+
font-style: normal;
|
|
799
|
+
font-variant: normal;
|
|
800
|
+
}
|
|
801
|
+
.DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__main___i975m {
|
|
802
|
+
z-index: 0;
|
|
803
|
+
}
|
|
804
|
+
.DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__main___i975m .DatePickerMain-module__meta___XqHRG {
|
|
805
|
+
width: 100%;
|
|
806
|
+
gap: 6px;
|
|
807
|
+
z-index: 2;
|
|
808
|
+
}
|
|
809
|
+
.DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__main___i975m .DatePickerMain-module__meta___XqHRG {
|
|
810
|
+
display: flex;
|
|
811
|
+
flex-direction: row;
|
|
812
|
+
}
|
|
813
|
+
.DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__main___i975m .DatePickerMain-module__meta___XqHRG .DatePickerMain-module__month___lyaBg {
|
|
814
|
+
font-size: 16px;
|
|
815
|
+
line-height: 20px;
|
|
816
|
+
color: #101828;
|
|
817
|
+
font-weight: 400;
|
|
818
|
+
font-family: "Golos UI", sans-serif;
|
|
819
|
+
font-stretch: normal;
|
|
820
|
+
font-style: normal;
|
|
821
|
+
font-variant: normal;
|
|
822
|
+
}
|
|
823
|
+
.DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__main___i975m .DatePickerMain-module__meta___XqHRG .DatePickerMain-module__year___fXQLm {
|
|
824
|
+
font-size: 16px;
|
|
825
|
+
line-height: 20px;
|
|
826
|
+
color: #98A2B3;
|
|
827
|
+
font-weight: 400;
|
|
828
|
+
font-family: "Golos UI", sans-serif;
|
|
829
|
+
font-stretch: normal;
|
|
830
|
+
font-style: normal;
|
|
831
|
+
font-variant: normal;
|
|
832
|
+
}
|
|
833
|
+
.DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__main___i975m .DatePickerMain-module__grid___SXNOt {
|
|
834
|
+
width: 100%;
|
|
835
|
+
height: 250px;
|
|
836
|
+
overflow-y: hidden;
|
|
837
|
+
}
|
|
838
|
+
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
|
|
839
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/DatePicker/styles/DateGrid.module.scss ***!
|
|
840
|
+
\***********************************************************************************************************************************************************************************************************************************************************************/
|
|
841
|
+
@font-face {
|
|
842
|
+
font-family: "Golos UI";
|
|
843
|
+
src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
|
|
844
|
+
font-weight: 400;
|
|
845
|
+
font-style: normal;
|
|
846
|
+
}
|
|
847
|
+
@font-face {
|
|
848
|
+
font-family: "Golos UI";
|
|
849
|
+
src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
|
|
850
|
+
font-weight: 500;
|
|
851
|
+
font-style: normal;
|
|
852
|
+
}
|
|
853
|
+
@font-face {
|
|
854
|
+
font-family: "Golos UI";
|
|
855
|
+
src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
|
|
856
|
+
font-weight: 600;
|
|
857
|
+
font-style: normal;
|
|
858
|
+
}
|
|
859
|
+
.DateGrid-module__dateGrid___zK2Lk {
|
|
860
|
+
max-height: 250px;
|
|
861
|
+
position: relative;
|
|
862
|
+
z-index: 1;
|
|
863
|
+
display: grid;
|
|
864
|
+
grid-template-columns: repeat(7, 1fr);
|
|
865
|
+
grid-template-rows: repeat(5, 1fr);
|
|
866
|
+
gap: 2px;
|
|
867
|
+
overflow: hidden;
|
|
868
|
+
}
|
|
869
|
+
.DateGrid-module__dateGrid___zK2Lk.DateGrid-module__upEntrance___hyY1E {
|
|
870
|
+
animation: DateGrid-module__up-entrance___VdpW2 1s forwards;
|
|
871
|
+
}
|
|
872
|
+
.DateGrid-module__dateGrid___zK2Lk.DateGrid-module__downEntrance___NwUT1 {
|
|
873
|
+
animation: DateGrid-module__down-entrance___T99rw 1s forwards;
|
|
874
|
+
}
|
|
875
|
+
.DateGrid-module__dateGrid___zK2Lk.DateGrid-module__upExit___qbeVq {
|
|
876
|
+
animation: DateGrid-module__up-exit___jXHUk 1s forwards;
|
|
877
|
+
}
|
|
878
|
+
.DateGrid-module__dateGrid___zK2Lk.DateGrid-module__downExit___vptj6 {
|
|
879
|
+
animation: DateGrid-module__down-exit___rlRJU 1s forwards;
|
|
880
|
+
}
|
|
881
|
+
.DateGrid-module__dateGrid___zK2Lk.DateGrid-module__displayNone___Rk4Fb {
|
|
882
|
+
display: none;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
@keyframes DateGrid-module__up-entrance___VdpW2 {
|
|
886
|
+
from {
|
|
887
|
+
transform: translateY(-100%);
|
|
888
|
+
}
|
|
889
|
+
to {
|
|
890
|
+
transform: translateY(0);
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
@keyframes DateGrid-module__down-entrance___T99rw {
|
|
894
|
+
from {
|
|
895
|
+
transform: translateY(100%);
|
|
896
|
+
}
|
|
897
|
+
to {
|
|
898
|
+
transform: translateY(0);
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
@keyframes DateGrid-module__up-exit___jXHUk {
|
|
902
|
+
from {
|
|
903
|
+
transform: translateY(0);
|
|
904
|
+
}
|
|
905
|
+
to {
|
|
906
|
+
transform: translateY(-100%);
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
@keyframes DateGrid-module__down-exit___rlRJU {
|
|
910
|
+
from {
|
|
911
|
+
transform: translateY(0);
|
|
912
|
+
}
|
|
913
|
+
to {
|
|
914
|
+
transform: translateY(100%);
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
918
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/DatePicker/styles/DatePickerHeader.module.scss ***!
|
|
919
|
+
\*******************************************************************************************************************************************************************************************************************************************************************************/
|
|
920
|
+
@font-face {
|
|
921
|
+
font-family: "Golos UI";
|
|
922
|
+
src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
|
|
923
|
+
font-weight: 400;
|
|
924
|
+
font-style: normal;
|
|
925
|
+
}
|
|
926
|
+
@font-face {
|
|
927
|
+
font-family: "Golos UI";
|
|
928
|
+
src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
|
|
929
|
+
font-weight: 500;
|
|
930
|
+
font-style: normal;
|
|
931
|
+
}
|
|
932
|
+
@font-face {
|
|
933
|
+
font-family: "Golos UI";
|
|
934
|
+
src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
|
|
935
|
+
font-weight: 600;
|
|
936
|
+
font-style: normal;
|
|
937
|
+
}
|
|
938
|
+
.DatePickerHeader-module__datePickerHeader___tQ5fM {
|
|
939
|
+
width: 100%;
|
|
940
|
+
height: fit-content;
|
|
941
|
+
padding: 16px 16px 0 16px;
|
|
942
|
+
}
|
|
943
|
+
.DatePickerHeader-module__datePickerHeader___tQ5fM {
|
|
944
|
+
display: flex;
|
|
945
|
+
flex-direction: row;
|
|
946
|
+
}
|
|
947
|
+
.DatePickerHeader-module__datePickerHeader___tQ5fM .DatePickerHeader-module__text___mNfC_ {
|
|
948
|
+
flex: 1;
|
|
949
|
+
}
|
|
950
|
+
.DatePickerHeader-module__datePickerHeader___tQ5fM .DatePickerHeader-module__text___mNfC_ {
|
|
951
|
+
font-size: 20px;
|
|
952
|
+
line-height: 24px;
|
|
953
|
+
color: #101828;
|
|
954
|
+
font-weight: 600;
|
|
955
|
+
font-family: "Golos UI", sans-serif;
|
|
956
|
+
font-stretch: normal;
|
|
957
|
+
font-style: normal;
|
|
958
|
+
font-variant: normal;
|
|
959
|
+
}
|
|
960
|
+
.DatePickerHeader-module__datePickerHeader___tQ5fM .DatePickerHeader-module__switchers___QlY8s {
|
|
961
|
+
width: fit-content;
|
|
962
|
+
height: fit-content;
|
|
963
|
+
gap: 2px;
|
|
964
|
+
}
|
|
965
|
+
.DatePickerHeader-module__datePickerHeader___tQ5fM .DatePickerHeader-module__switchers___QlY8s {
|
|
966
|
+
display: flex;
|
|
967
|
+
flex-direction: row;
|
|
968
|
+
}
|
|
969
|
+
.DatePickerHeader-module__datePickerHeader___tQ5fM .DatePickerHeader-module__switchers___QlY8s .DatePickerHeader-module__item___nVpSe {
|
|
970
|
+
flex: none;
|
|
971
|
+
}
|
|
972
|
+
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
973
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/DatePicker/styles/DatePickerFooter.module.scss ***!
|
|
974
|
+
\*******************************************************************************************************************************************************************************************************************************************************************************/
|
|
975
|
+
@font-face {
|
|
976
|
+
font-family: "Golos UI";
|
|
977
|
+
src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
|
|
978
|
+
font-weight: 400;
|
|
979
|
+
font-style: normal;
|
|
980
|
+
}
|
|
981
|
+
@font-face {
|
|
982
|
+
font-family: "Golos UI";
|
|
983
|
+
src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
|
|
984
|
+
font-weight: 500;
|
|
985
|
+
font-style: normal;
|
|
986
|
+
}
|
|
987
|
+
@font-face {
|
|
988
|
+
font-family: "Golos UI";
|
|
989
|
+
src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
|
|
990
|
+
font-weight: 600;
|
|
991
|
+
font-style: normal;
|
|
992
|
+
}
|
|
993
|
+
.DatePickerFooter-module__datePickerFooter___S3vJR {
|
|
994
|
+
width: 100%;
|
|
995
|
+
display: flex;
|
|
996
|
+
border-top: 1px solid #EAECF0;
|
|
997
|
+
padding: 16px;
|
|
998
|
+
gap: 8px;
|
|
999
|
+
}
|
|
1000
|
+
.DatePickerFooter-module__datePickerFooter___S3vJR .DatePickerFooter-module__item___I9fi6 {
|
|
1001
|
+
flex: 1;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
/*# sourceMappingURL=index.css.map*/
|