triafly-ui-kit 1.0.31 → 1.0.33
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 +93 -93
- package/dist/assets/src/components/Ui/DatePicker/DatePicker.css +1 -1
- package/dist/assets/src/components/Ui/DateRangePicker/DateRangePicker.css +1 -1
- package/dist/assets/src/components/Ui/Skeleton/Skeleton.module.css +1 -1
- package/dist/assets/src/components/Ui/Table/TableSkeletonRow/TableSkeletonRow.css +1 -0
- package/dist/assets/src/components/Ui/Tooltip/Tooltip.stories.module.css +1 -1
- package/dist/components/Ui/ButtonsArray/ButtonsArray.js +23 -17
- package/dist/components/Ui/Icons/Icons.js +32 -24
- package/dist/components/Ui/Icons/index.js +69 -67
- package/dist/components/Ui/Table/Table.js +85 -80
- package/dist/components/Ui/Table/TableSkeletonRow/TableSkeletonRow.js +11 -0
- package/dist/main.d.ts +23 -3
- package/dist/main.js +105 -103
- package/dist/src/components/Ui/Skeleton/Skeleton.module.scss.js +5 -5
- package/dist/src/components/Ui/Tooltip/Tooltip.stories.module.css.js +1 -1
- package/dist/styles/_mixins.scss +21 -21
- package/dist/styles/fix.scss +3 -3
- package/dist/styles/main.scss +26 -26
- package/dist/styles/reset.scss +105 -105
- package/dist/styles/typography.scss +106 -106
- package/dist/styles/variables.scss +277 -275
- package/package.json +112 -111
- package/src/assets/fonts/FiraCode-Regular.ttf +0 -0
- package/src/assets/fonts/Manrope-Bold.ttf +0 -0
- package/src/assets/fonts/Manrope-Regular.ttf +0 -0
- package/src/assets/fonts/Manrope-SemiBold.ttf +0 -0
- package/src/assets/fonts/RobotoSlab-SemiBold.ttf +0 -0
- package/src/styles/_mixins.scss +21 -21
- package/src/styles/fix.scss +3 -3
- package/src/styles/main.scss +26 -26
- package/src/styles/reset.scss +105 -105
- package/src/styles/typography.scss +106 -106
- package/src/styles/variables.scss +277 -277
package/dist/main.js
CHANGED
@@ -1,58 +1,58 @@
|
|
1
1
|
import { Accordeon as e } from "./components/Ui/Accordeon/Accordeon.js";
|
2
2
|
import { Alert as t } from "./components/Ui/Alert/Alert.js";
|
3
|
-
import { Avatar as
|
3
|
+
import { Avatar as i } from "./components/Ui/Avatar/Avatar.js";
|
4
4
|
import { ModalWindow as p } from "./components/Ui/ModalWindow/ModalWindow.js";
|
5
5
|
import { Badge as f } from "./components/Ui/Badge/Badge.js";
|
6
6
|
import { DatePicker as x } from "./components/Ui/DatePicker/DatePicker.js";
|
7
7
|
import { DateRangePicker as u } from "./components/Ui/DateRangePicker/DateRangePicker.js";
|
8
|
-
import { Button as
|
9
|
-
import { ButtonsArray as
|
10
|
-
import { Checkbox as
|
11
|
-
import { CliTextareaInput as
|
8
|
+
import { Button as d } from "./components/Ui/Button/Button.js";
|
9
|
+
import { ButtonsArray as w } from "./components/Ui/ButtonsArray/ButtonsArray.js";
|
10
|
+
import { Checkbox as k } from "./components/Ui/Checkbox/Checkbox.js";
|
11
|
+
import { CliTextareaInput as T } from "./components/Ui/CliTextareaInput/CliTextareaInput.js";
|
12
12
|
import "react";
|
13
13
|
import { CustomLink as D } from "./components/Ui/CustomLink/CustomLink.js";
|
14
14
|
import { DropdownInput as P } from "./components/Ui/DropdownInput/DropdownInput.js";
|
15
|
-
import { DropdownMenu as
|
15
|
+
import { DropdownMenu as B } from "./components/Ui/DropdownMenu/DropdownMenu.js";
|
16
16
|
import { FileUpload as F } from "./components/Ui/FileUpload/FileUpload.js";
|
17
17
|
import { Form as R } from "./components/Ui/Form/FormRoot/FormRoot.js";
|
18
18
|
import { useForm as X } from "./components/Ui/Form/useForm/useForm.js";
|
19
19
|
import { Loader as H } from "./components/Ui/Loader/Loader.js";
|
20
|
-
import { Pagination as
|
21
|
-
import { Radio as
|
20
|
+
import { Pagination as N } from "./components/Ui/Pagination/Pagination.js";
|
21
|
+
import { Radio as Q } from "./components/Ui/Radio/Radio.js";
|
22
22
|
import { SearchInput as W } from "./components/Ui/SearchInput/SearchInput.js";
|
23
23
|
import { Skeleton as z } from "./components/Ui/Skeleton/Skeleton.js";
|
24
24
|
import { Switch as Y } from "./components/Ui/Switch/Switch.js";
|
25
25
|
import { Table as q } from "./components/Ui/Table/Table.js";
|
26
26
|
import { TextInput as Z } from "./components/Ui/TextInput/TextInput.js";
|
27
27
|
import { TextareaInput as $ } from "./components/Ui/TextareaInput/TextareaInput.js";
|
28
|
-
import { Tooltip as
|
28
|
+
import { Tooltip as no } from "./components/Ui/Tooltip/Tooltip.js";
|
29
29
|
import { Tabs as eo } from "./components/Ui/Tabs/Tabs.js";
|
30
|
-
import { IconArrowBendUpRight as to, IconArrowClockwise as Io, IconArrowDown as
|
31
|
-
import { ToastProvider as
|
32
|
-
import { TriaflyContext as
|
33
|
-
import { useBreakpointValueTriafly as
|
34
|
-
import { useThemeLogic as
|
35
|
-
import { useModalState as
|
30
|
+
import { IconArrowBendUpRight as to, IconArrowClockwise as Io, IconArrowDown as io, IconArrowLeft as ao, IconArrowLineDown as po, IconArrowLineLeft as lo, IconArrowLineRight as fo, IconArrowLineUp as mo, IconArrowRight as xo, IconArrowUp as so, IconArrowsOut as uo, IconArticle as Co, IconAt as ho, IconBellSimple as wo, IconBookOpenText as go, IconCalendarBlank as ko, IconCaretDown as So, IconCaretLeft as To, IconCaretRight as Ao, IconCaretUp as Do, IconCaretUpDown as Lo, IconChartPieSlice as Po, IconChatText as yo, IconCheck as Bo, IconCheckCircle as Uo, IconChecks as Fo, IconCircleNotch as Mo, IconClickHouse as Ro, IconCopy as vo, IconCornersOut as Xo, IconCsv as bo, IconCube as Ho, IconDatabase as Go, IconDotsNine as No, IconDotsThreeVertical as Oo, IconExport as Qo, IconEye as Eo, IconEyeSlash as Wo, IconFile as Vo, IconFiles as zo, IconFloppyDisk as Jo, IconFolderSimple as Yo, IconFolderSimpleX as jo, IconFunnel as qo, IconGauge as Ko, IconGear as Zo, IconGitBranchX as _o, IconGoogleDrive as $o, IconHand as on, IconHeadCircuit as nn, IconHouse as rn, IconIcon as en, IconInfo as cn, IconJoin as tn, IconLanguage as In, IconLink as an, IconList as pn, IconLock as ln, IconLockOpen as fn, IconMariaDB as mn, IconMinus as xn, IconMongoDB as sn, IconMoon as un, IconMySQL as Cn, IconNavigationArrow as dn, IconNotePencil as hn, IconPassword as wn, IconPen as gn, IconPlay as kn, IconPlugsX as Sn, IconPlus as Tn, IconPorsgteSQL as An, IconPresentationChart as Dn, IconQuestion as Ln, IconQuestionFullfilled as Pn, IconRedo as yn, IconRoleX as Bn, IconSearch as Un, IconSearchX as Fn, IconSelection as Mn, IconServer as Rn, IconSlidersHorizontal as vn, IconSticker as Xn, IconSun as bn, IconThreeDot as Hn, IconTrash as Gn, IconTriangleDown as Nn, IconTriangleUp as On, IconUndo as Qn, IconUploadSimple as En, IconUser as Wn, IconUserX as Vn, IconWarningCircle as zn, IconWrench as Jn, IconX as Yn, IconYandexDisk as jn } from "./components/Ui/Icons/Icons.js";
|
31
|
+
import { ToastProvider as Kn } from "./context/ToastContext/ToastContext.js";
|
32
|
+
import { TriaflyContext as _n, TriaflyProvider as $n, useTriafly as or } from "./context/TriaflyContext/TriaflyProvider.js";
|
33
|
+
import { useBreakpointValueTriafly as rr } from "./context/TriaflyContext/hooks/useBreakpointValue/useBreakpointValue.js";
|
34
|
+
import { useThemeLogic as cr } from "./context/TriaflyContext/hooks/useTheme/useTheme.js";
|
35
|
+
import { useModalState as Ir } from "./context/TriaflyContext/hooks/useModal/useModal.js";
|
36
36
|
export {
|
37
37
|
e as Accordeon,
|
38
38
|
t as Alert,
|
39
|
-
|
39
|
+
i as Avatar,
|
40
40
|
f as Badge,
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
41
|
+
d as Button,
|
42
|
+
w as ButtonsArray,
|
43
|
+
k as Checkbox,
|
44
|
+
T as CliTextareaInput,
|
45
45
|
D as CustomLink,
|
46
46
|
x as DatePicker,
|
47
47
|
u as DateRangePicker,
|
48
48
|
P as DropdownInput,
|
49
|
-
|
49
|
+
B as DropdownMenu,
|
50
50
|
F as FileUpload,
|
51
51
|
R as Form,
|
52
52
|
to as IconArrowBendUpRight,
|
53
53
|
Io as IconArrowClockwise,
|
54
|
-
|
55
|
-
|
54
|
+
io as IconArrowDown,
|
55
|
+
ao as IconArrowLeft,
|
56
56
|
po as IconArrowLineDown,
|
57
57
|
lo as IconArrowLineLeft,
|
58
58
|
fo as IconArrowLineRight,
|
@@ -61,92 +61,94 @@ export {
|
|
61
61
|
so as IconArrowUp,
|
62
62
|
uo as IconArrowsOut,
|
63
63
|
Co as IconArticle,
|
64
|
-
|
65
|
-
|
64
|
+
ho as IconAt,
|
65
|
+
wo as IconBellSimple,
|
66
66
|
go as IconBookOpenText,
|
67
|
-
|
68
|
-
|
69
|
-
|
67
|
+
ko as IconCalendarBlank,
|
68
|
+
So as IconCaretDown,
|
69
|
+
To as IconCaretLeft,
|
70
70
|
Ao as IconCaretRight,
|
71
71
|
Do as IconCaretUp,
|
72
72
|
Lo as IconCaretUpDown,
|
73
73
|
Po as IconChartPieSlice,
|
74
74
|
yo as IconChatText,
|
75
|
-
|
76
|
-
|
75
|
+
Bo as IconCheck,
|
76
|
+
Uo as IconCheckCircle,
|
77
77
|
Fo as IconChecks,
|
78
78
|
Mo as IconCircleNotch,
|
79
|
-
Ro as
|
80
|
-
vo as
|
81
|
-
Xo as
|
82
|
-
bo as
|
83
|
-
Ho as
|
79
|
+
Ro as IconClickHouse,
|
80
|
+
vo as IconCopy,
|
81
|
+
Xo as IconCornersOut,
|
82
|
+
bo as IconCsv,
|
83
|
+
Ho as IconCube,
|
84
|
+
Go as IconDatabase,
|
84
85
|
No as IconDotsNine,
|
85
86
|
Oo as IconDotsThreeVertical,
|
86
87
|
Qo as IconExport,
|
87
88
|
Eo as IconEye,
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
89
|
+
Wo as IconEyeSlash,
|
90
|
+
Vo as IconFile,
|
91
|
+
zo as IconFiles,
|
92
|
+
Jo as IconFloppyDisk,
|
93
|
+
Yo as IconFolderSimple,
|
94
|
+
jo as IconFolderSimpleX,
|
95
|
+
qo as IconFunnel,
|
96
|
+
Ko as IconGauge,
|
97
|
+
Zo as IconGear,
|
98
|
+
_o as IconGitBranchX,
|
99
|
+
$o as IconGoogleDrive,
|
100
|
+
on as IconHand,
|
101
|
+
nn as IconHeadCircuit,
|
102
|
+
rn as IconHouse,
|
103
|
+
en as IconIcon,
|
104
|
+
cn as IconInfo,
|
105
|
+
tn as IconJoin,
|
106
|
+
In as IconLanguage,
|
107
|
+
an as IconLink,
|
108
|
+
pn as IconList,
|
109
|
+
ln as IconLock,
|
110
|
+
fn as IconLockOpen,
|
111
|
+
mn as IconMariaDB,
|
112
|
+
xn as IconMinus,
|
113
|
+
sn as IconMongoDB,
|
114
|
+
un as IconMoon,
|
115
|
+
Cn as IconMySQL,
|
116
|
+
dn as IconNavigationArrow,
|
117
|
+
hn as IconNotePencil,
|
118
|
+
wn as IconPassword,
|
119
|
+
gn as IconPen,
|
120
|
+
kn as IconPlay,
|
121
|
+
Sn as IconPlugsX,
|
122
|
+
Tn as IconPlus,
|
123
|
+
An as IconPorsgteSQL,
|
124
|
+
Dn as IconPresentationChart,
|
125
|
+
Ln as IconQuestion,
|
126
|
+
Pn as IconQuestionFullfilled,
|
127
|
+
yn as IconRedo,
|
128
|
+
Bn as IconRoleX,
|
129
|
+
Un as IconSearch,
|
130
|
+
Fn as IconSearchX,
|
131
|
+
Mn as IconSelection,
|
132
|
+
Rn as IconServer,
|
133
|
+
vn as IconSlidersHorizontal,
|
134
|
+
Xn as IconSticker,
|
135
|
+
bn as IconSun,
|
136
|
+
Hn as IconThreeDot,
|
137
|
+
Gn as IconTrash,
|
138
|
+
Nn as IconTriangleDown,
|
139
|
+
On as IconTriangleUp,
|
140
|
+
Qn as IconUndo,
|
141
|
+
En as IconUploadSimple,
|
142
|
+
Wn as IconUser,
|
143
|
+
Vn as IconUserX,
|
144
|
+
zn as IconWarningCircle,
|
145
|
+
Jn as IconWrench,
|
146
|
+
Yn as IconX,
|
147
|
+
jn as IconYandexDisk,
|
146
148
|
H as Loader,
|
147
149
|
p as ModalWindow,
|
148
|
-
|
149
|
-
|
150
|
+
N as Pagination,
|
151
|
+
Q as Radio,
|
150
152
|
W as SearchInput,
|
151
153
|
z as Skeleton,
|
152
154
|
Y as Switch,
|
@@ -154,13 +156,13 @@ export {
|
|
154
156
|
eo as Tabs,
|
155
157
|
Z as TextInput,
|
156
158
|
$ as TextareaInput,
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
159
|
+
Kn as ToastProvider,
|
160
|
+
no as Tooltip,
|
161
|
+
_n as TriaflyContext,
|
162
|
+
$n as TriaflyProvider,
|
163
|
+
rr as useBreakpointValueTriafly,
|
162
164
|
X as useForm,
|
163
|
-
|
164
|
-
|
165
|
-
|
165
|
+
Ir as useModalState,
|
166
|
+
cr as useThemeLogic,
|
167
|
+
or as useTriafly
|
166
168
|
};
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import '../../../../assets/src/components/Ui/Skeleton/Skeleton.module.css';const
|
2
|
-
skeleton:
|
3
|
-
animated:
|
1
|
+
import '../../../../assets/src/components/Ui/Skeleton/Skeleton.module.css';const e = "_skeleton_1xagr_1", t = "_animated_1xagr_6", a = {
|
2
|
+
skeleton: e,
|
3
|
+
animated: t
|
4
4
|
};
|
5
5
|
export {
|
6
|
-
|
6
|
+
t as animated,
|
7
7
|
a as default,
|
8
|
-
|
8
|
+
e as skeleton
|
9
9
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import '../../../../assets/src/components/Ui/Tooltip/Tooltip.stories.module.css';const i = "
|
1
|
+
import '../../../../assets/src/components/Ui/Tooltip/Tooltip.stories.module.css';const i = "_container_193w2_1", o = "_trigger_193w2_14", t = "_clickTrigger_193w2_29 _trigger_193w2_14", n = "_positionsContainer_193w2_38", r = "_positionGroup_193w2_42", s = {
|
2
2
|
container: i,
|
3
3
|
trigger: o,
|
4
4
|
clickTrigger: t,
|
package/dist/styles/_mixins.scss
CHANGED
@@ -1,22 +1,22 @@
|
|
1
|
-
@mixin wrapper($bg-color: var(--color-bg-island-default), $padding: 20px 24px 20px 24px) {
|
2
|
-
background-color: $bg-color;
|
3
|
-
padding: $padding;
|
4
|
-
border-radius: 16px;
|
5
|
-
}
|
6
|
-
|
7
|
-
@mixin outlinedColorScheme ($borderColor, $textColor) { //NOTE: дублирование стилей UI-кита изза модулей?
|
8
|
-
background-color: transparent !important;
|
9
|
-
border: 1px solid $borderColor;
|
10
|
-
color: $textColor;
|
11
|
-
&[disabled] {
|
12
|
-
pointer-events: none;
|
13
|
-
}
|
14
|
-
&:hover {
|
15
|
-
background-color: transparent;
|
16
|
-
box-shadow: inset 0 0 0 1px $borderColor;
|
17
|
-
}
|
18
|
-
|
19
|
-
svg * {
|
20
|
-
fill: $textColor;
|
21
|
-
}
|
1
|
+
@mixin wrapper($bg-color: var(--color-bg-island-default), $padding: 20px 24px 20px 24px) {
|
2
|
+
background-color: $bg-color;
|
3
|
+
padding: $padding;
|
4
|
+
border-radius: 16px;
|
5
|
+
}
|
6
|
+
|
7
|
+
@mixin outlinedColorScheme ($borderColor, $textColor) { //NOTE: дублирование стилей UI-кита изза модулей?
|
8
|
+
background-color: transparent !important;
|
9
|
+
border: 1px solid $borderColor;
|
10
|
+
color: $textColor;
|
11
|
+
&[disabled] {
|
12
|
+
pointer-events: none;
|
13
|
+
}
|
14
|
+
&:hover {
|
15
|
+
background-color: transparent;
|
16
|
+
box-shadow: inset 0 0 0 1px $borderColor;
|
17
|
+
}
|
18
|
+
|
19
|
+
svg * {
|
20
|
+
fill: $textColor;
|
21
|
+
}
|
22
22
|
}
|
package/dist/styles/fix.scss
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// Скрываем браузерный крестик в полях поиска
|
2
|
-
input[type="search"]::-webkit-search-cancel-button {
|
3
|
-
display: none;
|
1
|
+
// Скрываем браузерный крестик в полях поиска
|
2
|
+
input[type="search"]::-webkit-search-cancel-button {
|
3
|
+
display: none;
|
4
4
|
}
|
package/dist/styles/main.scss
CHANGED
@@ -1,27 +1,27 @@
|
|
1
|
-
@import "./reset.scss";
|
2
|
-
@import "./variables.scss";
|
3
|
-
@import "./fix.scss";
|
4
|
-
@import './_mixins.scss';
|
5
|
-
@import './typography.scss';
|
6
|
-
|
7
|
-
// Пока не трогать, тестовая подсветка блоков
|
8
|
-
// html {
|
9
|
-
// border: 4px solid red;
|
10
|
-
// padding: 1px;
|
11
|
-
// }
|
12
|
-
|
13
|
-
// body {
|
14
|
-
// border: 2px dashed;
|
15
|
-
// margin: 1px;
|
16
|
-
// }
|
17
|
-
|
18
|
-
// div {
|
19
|
-
// border: 1px dotted;
|
20
|
-
// margin: 1px;
|
21
|
-
// }
|
22
|
-
|
23
|
-
|
24
|
-
//layout.module.scss не позволяет дочерним компонентам наследовать стили почему то. Сделать нормальный
|
25
|
-
.page-content {
|
26
|
-
border-radius: 16px;
|
1
|
+
@import "./reset.scss";
|
2
|
+
@import "./variables.scss";
|
3
|
+
@import "./fix.scss";
|
4
|
+
@import './_mixins.scss';
|
5
|
+
@import './typography.scss';
|
6
|
+
|
7
|
+
// Пока не трогать, тестовая подсветка блоков
|
8
|
+
// html {
|
9
|
+
// border: 4px solid red;
|
10
|
+
// padding: 1px;
|
11
|
+
// }
|
12
|
+
|
13
|
+
// body {
|
14
|
+
// border: 2px dashed;
|
15
|
+
// margin: 1px;
|
16
|
+
// }
|
17
|
+
|
18
|
+
// div {
|
19
|
+
// border: 1px dotted;
|
20
|
+
// margin: 1px;
|
21
|
+
// }
|
22
|
+
|
23
|
+
|
24
|
+
//layout.module.scss не позволяет дочерним компонентам наследовать стили почему то. Сделать нормальный
|
25
|
+
.page-content {
|
26
|
+
border-radius: 16px;
|
27
27
|
}
|
package/dist/styles/reset.scss
CHANGED
@@ -1,106 +1,106 @@
|
|
1
|
-
* {
|
2
|
-
margin: 0;
|
3
|
-
padding: 0;
|
4
|
-
border: 0;
|
5
|
-
|
6
|
-
/*color: #1a2026;*/
|
7
|
-
}
|
8
|
-
|
9
|
-
*,
|
10
|
-
*::before,
|
11
|
-
*::after {
|
12
|
-
-moz-box-sizing: border-box;
|
13
|
-
-webkit-box-sizing: border-box;
|
14
|
-
box-sizing: border-box;
|
15
|
-
}
|
16
|
-
|
17
|
-
:focus,
|
18
|
-
:active {
|
19
|
-
outline: none;
|
20
|
-
}
|
21
|
-
|
22
|
-
nav,
|
23
|
-
footer,
|
24
|
-
header,
|
25
|
-
aside {
|
26
|
-
display: block;
|
27
|
-
}
|
28
|
-
|
29
|
-
html,
|
30
|
-
body {
|
31
|
-
width: 100%;
|
32
|
-
height: 100%;
|
33
|
-
|
34
|
-
font-size: 100%;
|
35
|
-
font-size: 14px;
|
36
|
-
line-height: 1;
|
37
|
-
-ms-text-size-adjust: 100%;
|
38
|
-
-moz-text-size-adjust: 100%;
|
39
|
-
-webkit-text-size-adjust: 100%;
|
40
|
-
}
|
41
|
-
|
42
|
-
input,
|
43
|
-
button,
|
44
|
-
textarea {
|
45
|
-
font-family: inherit;
|
46
|
-
}
|
47
|
-
|
48
|
-
input::-ms-clear {
|
49
|
-
display: none;
|
50
|
-
}
|
51
|
-
|
52
|
-
button {
|
53
|
-
cursor: pointer;
|
54
|
-
}
|
55
|
-
|
56
|
-
button::-moz-focus-inner {
|
57
|
-
padding: 0;
|
58
|
-
|
59
|
-
border: 0;
|
60
|
-
}
|
61
|
-
|
62
|
-
a,
|
63
|
-
a:visited {
|
64
|
-
text-decoration: none;
|
65
|
-
}
|
66
|
-
|
67
|
-
a:focus,
|
68
|
-
a:active {
|
69
|
-
outline: none;
|
70
|
-
}
|
71
|
-
|
72
|
-
a:hover {
|
73
|
-
text-decoration: none;
|
74
|
-
}
|
75
|
-
|
76
|
-
ul li {
|
77
|
-
list-style: none;
|
78
|
-
}
|
79
|
-
|
80
|
-
img {
|
81
|
-
vertical-align: top;
|
82
|
-
}
|
83
|
-
|
84
|
-
h1,
|
85
|
-
h2,
|
86
|
-
h3,
|
87
|
-
h4,
|
88
|
-
h5,
|
89
|
-
h6 {
|
90
|
-
font-size: inherit;
|
91
|
-
font-weight: 400;
|
92
|
-
}
|
93
|
-
|
94
|
-
#root {
|
95
|
-
background-color: var(--color-bg-island-default);
|
96
|
-
}
|
97
|
-
|
98
|
-
.page-wrapper {
|
99
|
-
width: 100%;
|
100
|
-
max-width: 1920px;
|
101
|
-
min-height: 100vh;
|
102
|
-
margin: 0 auto;
|
103
|
-
display: flex;
|
104
|
-
flex-direction: column;
|
105
|
-
background-color: var(--color-bg-island-default);
|
1
|
+
* {
|
2
|
+
margin: 0;
|
3
|
+
padding: 0;
|
4
|
+
border: 0;
|
5
|
+
|
6
|
+
/*color: #1a2026;*/
|
7
|
+
}
|
8
|
+
|
9
|
+
*,
|
10
|
+
*::before,
|
11
|
+
*::after {
|
12
|
+
-moz-box-sizing: border-box;
|
13
|
+
-webkit-box-sizing: border-box;
|
14
|
+
box-sizing: border-box;
|
15
|
+
}
|
16
|
+
|
17
|
+
:focus,
|
18
|
+
:active {
|
19
|
+
outline: none;
|
20
|
+
}
|
21
|
+
|
22
|
+
nav,
|
23
|
+
footer,
|
24
|
+
header,
|
25
|
+
aside {
|
26
|
+
display: block;
|
27
|
+
}
|
28
|
+
|
29
|
+
html,
|
30
|
+
body {
|
31
|
+
width: 100%;
|
32
|
+
height: 100%;
|
33
|
+
|
34
|
+
font-size: 100%;
|
35
|
+
font-size: 14px;
|
36
|
+
line-height: 1;
|
37
|
+
-ms-text-size-adjust: 100%;
|
38
|
+
-moz-text-size-adjust: 100%;
|
39
|
+
-webkit-text-size-adjust: 100%;
|
40
|
+
}
|
41
|
+
|
42
|
+
input,
|
43
|
+
button,
|
44
|
+
textarea {
|
45
|
+
font-family: inherit;
|
46
|
+
}
|
47
|
+
|
48
|
+
input::-ms-clear {
|
49
|
+
display: none;
|
50
|
+
}
|
51
|
+
|
52
|
+
button {
|
53
|
+
cursor: pointer;
|
54
|
+
}
|
55
|
+
|
56
|
+
button::-moz-focus-inner {
|
57
|
+
padding: 0;
|
58
|
+
|
59
|
+
border: 0;
|
60
|
+
}
|
61
|
+
|
62
|
+
a,
|
63
|
+
a:visited {
|
64
|
+
text-decoration: none;
|
65
|
+
}
|
66
|
+
|
67
|
+
a:focus,
|
68
|
+
a:active {
|
69
|
+
outline: none;
|
70
|
+
}
|
71
|
+
|
72
|
+
a:hover {
|
73
|
+
text-decoration: none;
|
74
|
+
}
|
75
|
+
|
76
|
+
ul li {
|
77
|
+
list-style: none;
|
78
|
+
}
|
79
|
+
|
80
|
+
img {
|
81
|
+
vertical-align: top;
|
82
|
+
}
|
83
|
+
|
84
|
+
h1,
|
85
|
+
h2,
|
86
|
+
h3,
|
87
|
+
h4,
|
88
|
+
h5,
|
89
|
+
h6 {
|
90
|
+
font-size: inherit;
|
91
|
+
font-weight: 400;
|
92
|
+
}
|
93
|
+
|
94
|
+
#root {
|
95
|
+
background-color: var(--color-bg-island-default);
|
96
|
+
}
|
97
|
+
|
98
|
+
.page-wrapper {
|
99
|
+
width: 100%;
|
100
|
+
max-width: 1920px;
|
101
|
+
min-height: 100vh;
|
102
|
+
margin: 0 auto;
|
103
|
+
display: flex;
|
104
|
+
flex-direction: column;
|
105
|
+
background-color: var(--color-bg-island-default);
|
106
106
|
}
|