@itcase/ui 1.1.17 → 1.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/components/Accordion/Accordion.css +87 -11
- package/dist/css/components/Avatar/Avatar.css +102 -7
- package/dist/css/components/Badge/Badge.css +66 -8
- package/dist/css/components/Button/Button.css +335 -16
- package/dist/css/components/Caption/Caption.css +22 -4
- package/dist/css/components/Card/Card.css +18 -3
- package/dist/css/components/Cell/Cell.css +119 -13
- package/dist/css/components/Checkbox/Checkbox.css +95 -5
- package/dist/css/components/Chips/Chips.css +59 -5
- package/dist/css/components/Choice/Choice.css +84 -6
- package/dist/css/components/Choice/css/__item/choice__item.css +0 -2
- package/dist/css/components/Code/Code.css +38 -6
- package/dist/css/components/ContextMenu/ContextMenu.css +36 -5
- package/dist/css/components/ContextMenu/css/__item/context-menu__item.css +0 -2
- package/dist/css/components/CookiesWarning/CookiesWarning.css +36 -2
- package/dist/css/components/DadataHintField/DadataHintField.css +36 -6
- package/dist/css/components/DatePicker/DatePicker.css +1175 -8
- package/dist/css/components/Divider/Divider.css +48 -6
- package/dist/css/components/Dot/Dot.css +25 -5
- package/dist/css/components/Drawer/Drawer.css +52 -4
- package/dist/css/components/Dropdown/Dropdown.css +129 -13
- package/dist/css/components/Flex/Flex.css +178 -17
- package/dist/css/components/Flex/css/__item/flex__item.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_align.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_direction.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_grow.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_justify-content.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_shape.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_wrap.css +0 -2
- package/dist/css/components/Grid/Grid.css +218 -22
- package/dist/css/components/Grid/css/__item/grid__item.css +0 -2
- package/dist/css/components/Grid/css/__item/grid__item_align-self.css +0 -2
- package/dist/css/components/Grid/css/__item/grid__item_column.css +0 -2
- package/dist/css/components/Grid/css/__item/grid__item_justify-self.css +0 -2
- package/dist/css/components/Grid/css/__item/grid__item_row.css +0 -2
- package/dist/css/components/Grid/css/__row/grid__row.css +0 -2
- package/dist/css/components/Group/Group.css +94 -9
- package/dist/css/components/HTMLContent/HTMLContent.css +98 -7
- package/dist/css/components/Icon/Icon.css +123 -12
- package/dist/css/components/Image/Image.css +132 -9
- package/dist/css/components/Input/Input.css +85 -6
- package/dist/css/components/InputMask/Input.css +77 -6
- package/dist/css/components/InputPassword/InputPassword.css +68 -5
- package/dist/css/components/Label/Label.css +83 -8
- package/dist/css/components/Link/Link.css +32 -5
- package/dist/css/components/List/List.css +112 -9
- package/dist/css/components/Loader/Loader.css +44 -4
- package/dist/css/components/Logo/Logo.css +55 -7
- package/dist/css/components/Menu/Menu.css +56 -6
- package/dist/css/components/MenuItem/MenuItem.css +81 -9
- package/dist/css/components/Modal/Modal.css +39 -5
- package/dist/css/components/Notification/Notification.css +143 -11
- package/dist/css/components/Notification/css/__item/notification__item_set_float.css +0 -2
- package/dist/css/components/Notification/css/__item/notification__item_set_form.css +0 -2
- package/dist/css/components/Notification/css/__item/notification__item_set_toast.css +0 -2
- package/dist/css/components/Notification/css/__item/notification__item_set_top.css +0 -2
- package/dist/css/components/Notification/css/__item/notification__item_status.css +0 -2
- package/dist/css/components/Notification/css/__item/notification__item_type_close-button.css +0 -2
- package/dist/css/components/Overlay/Overlay.css +43 -5
- package/dist/css/components/Page/Page.css +8 -3
- package/dist/css/components/Pagination/Pagination.css +107 -8
- package/dist/css/components/Pagination/css/__item/pagination__item.css +0 -2
- package/dist/css/components/Pagination/css/__item/pagination__item_state_active.css +0 -2
- package/dist/css/components/Pagination/css/__item/pagination__item_state_disabled.css +0 -2
- package/dist/css/components/Panel/Panel.css +107 -10
- package/dist/css/components/Radio/Radio.css +113 -6
- package/dist/css/components/RangeSlider/RangeSlider.css +418 -15
- package/dist/css/components/Response/Response.css +29 -4
- package/dist/css/components/SVGContent/SVGContent.css +2 -3
- package/dist/css/components/ScrollOnDrag/ScrollOnDrag.css +30 -2
- package/dist/css/components/Scrollbar/Scrollbar.css +58 -3
- package/dist/css/components/Search/Search.css +114 -10
- package/dist/css/components/Search/css/search-input/search-input.css +0 -2
- package/dist/css/components/Search/css/search-input/search-input_shape.css +0 -2
- package/dist/css/components/Search/css/search-input/search-input_size.css +0 -2
- package/dist/css/components/Search/css/search-result/search-result.css +0 -2
- package/dist/css/components/Search/css/search-result/search-result_shape.css +0 -2
- package/dist/css/components/Segmented/Segmented.css +117 -6
- package/dist/css/components/Select/Select.css +373 -22
- package/dist/css/components/Select/css/__control/select__control.css +0 -2
- package/dist/css/components/Select/css/__control/select__control_fill.css +0 -2
- package/dist/css/components/Select/css/__control/select__control_shape.css +0 -2
- package/dist/css/components/Select/css/__indicators/select__indicators.css +0 -2
- package/dist/css/components/Select/css/__input-container/select__input-container.css +0 -2
- package/dist/css/components/Select/css/__menu/select__menu-list-item_size.css +0 -2
- package/dist/css/components/Select/css/__menu/select__menu-notice.css +0 -2
- package/dist/css/components/Select/css/__menu/select__menu.css +0 -2
- package/dist/css/components/Select/css/__multi-value/select__multi-value.css +0 -2
- package/dist/css/components/Select/css/__option/select__option.css +0 -2
- package/dist/css/components/Select/css/__placeholder/select__placeholder.css +0 -2
- package/dist/css/components/Select/css/__single-value/select__single-value.css +0 -2
- package/dist/css/components/Select/css/__value-container/select__value-container.css +0 -2
- package/dist/css/components/SiteMenu/SiteMenu.css +37 -3
- package/dist/css/components/Swiper/Swiper.css +973 -7
- package/dist/css/components/Swiper/css/__item/swiper-block__item.css +0 -2
- package/dist/css/components/Switch/Switch.css +68 -5
- package/dist/css/components/Tab/Tab.css +69 -9
- package/dist/css/components/Text/Text.css +57 -6
- package/dist/css/components/Textarea/Textarea.css +40 -5
- package/dist/css/components/Tile/Tile.css +47 -6
- package/dist/css/components/Title/Title.css +59 -7
- package/dist/css/components/Tooltip/Tooltip.css +121 -9
- package/dist/css/components/Video/Video.css +37 -7
- package/dist/css/components/Wrapper/Wrapper.css +35 -4
- package/dist/css/styles/align/align.css +0 -2
- package/dist/css/styles/align/align_horizontal-reverse.css +0 -2
- package/dist/css/styles/align/align_horizontal.css +0 -2
- package/dist/css/styles/align/align_vertical-reverse.css +0 -2
- package/dist/css/styles/align/align_vertical.css +0 -2
- package/dist/css/styles/alignment/alignment.css +0 -2
- package/dist/css/styles/border-color/border-color.css +0 -2
- package/dist/css/styles/border-color/border-color_focus.css +0 -2
- package/dist/css/styles/border-color/border-color_hover.css +0 -2
- package/dist/css/styles/border-type/border-type.css +0 -2
- package/dist/css/styles/border-width/border-width.css +0 -2
- package/dist/css/styles/caret-color/caret-color.css +0 -2
- package/dist/css/styles/column-gap/column-gap.css +0 -2
- package/dist/css/styles/constraints/constraints.css +0 -2
- package/dist/css/styles/cursor/cursor.css +0 -2
- package/dist/css/styles/direction/direction.css +0 -2
- package/dist/css/styles/elevation/elevation.css +0 -2
- package/dist/css/styles/elevation/elevation_hover.css +0 -2
- package/dist/css/styles/fill/fill.css +0 -2
- package/dist/css/styles/fill/fill_active.css +0 -2
- package/dist/css/styles/fill/fill_active_hover.css +0 -2
- package/dist/css/styles/fill/fill_disabled.css +0 -2
- package/dist/css/styles/fill/fill_hover.css +0 -2
- package/dist/css/styles/fill-gradient/fill-gradient.css +0 -2
- package/dist/css/styles/flex/flex-grow.css +0 -2
- package/dist/css/styles/gap/gap.css +0 -2
- package/dist/css/styles/height/height.css +0 -2
- package/dist/css/styles/hover/hover-fill-color.css +0 -2
- package/dist/css/styles/hover/hover-item-color.css +0 -2
- package/dist/css/styles/hover/hover-text-color.css +0 -2
- package/dist/css/styles/justify-content/justify-content.css +0 -2
- package/dist/css/styles/mediaqueries.css +24 -2
- package/dist/css/styles/mixin_elevation.css +0 -2
- package/dist/css/styles/mixin_fill-gradient.css +0 -2
- package/dist/css/styles/mixin_global.css +0 -2
- package/dist/css/styles/opacity/opacity.css +0 -2
- package/dist/css/styles/placeholder-text-color/placeholder-text-color.css +0 -2
- package/dist/css/styles/position/position.css +0 -2
- package/dist/css/styles/resize-horizontal/resize-horizontal.css +0 -2
- package/dist/css/styles/resize-vertical/resize-vertical.css +0 -2
- package/dist/css/styles/row-gap/row-gap.css +0 -2
- package/dist/css/styles/shape/shape.css +0 -2
- package/dist/css/styles/svg-color/svg_fill.css +1 -2
- package/dist/css/styles/svg-color/svg_fill_hover.css +0 -2
- package/dist/css/styles/text-align/text-align.css +0 -2
- package/dist/css/styles/text-color/text-color.css +0 -2
- package/dist/css/styles/text-color/text-color_active.css +0 -2
- package/dist/css/styles/text-color/text-color_hover.css +0 -2
- package/dist/css/styles/text-decoration/text-decoration.css +0 -2
- package/dist/css/styles/text-gradient/text-gradient.css +0 -2
- package/dist/css/styles/text-style/text-style.css +0 -2
- package/dist/css/styles/text-truncate/text-truncate.css +0 -2
- package/dist/css/styles/text-weight/text-weight.css +0 -2
- package/dist/css/styles/width/width.css +0 -2
- package/dist/css/styles/word-wrap/word-wrap.css +0 -2
- package/package.json +5 -5
|
@@ -1,26 +1,222 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
1
|
+
.grid {
|
|
2
|
+
display: grid;
|
|
3
|
+
width: 100%;
|
|
4
|
+
position: relative;
|
|
5
|
+
&__before {
|
|
6
|
+
position: relative;
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
}
|
|
9
|
+
&__after {
|
|
10
|
+
position: relative;
|
|
11
|
+
overflow: hidden;
|
|
12
|
+
}
|
|
13
|
+
&__background {
|
|
14
|
+
width: 100%;
|
|
15
|
+
height: 100%;
|
|
16
|
+
position: absolute;
|
|
17
|
+
left: 0;
|
|
18
|
+
top: 0;
|
|
19
|
+
}
|
|
20
|
+
&__wrapper {
|
|
21
|
+
width: 100%;
|
|
22
|
+
max-width: var(--max);
|
|
23
|
+
margin: 0 auto;
|
|
24
|
+
&-inner {
|
|
25
|
+
display: grid;
|
|
26
|
+
position: relative;
|
|
27
|
+
}
|
|
28
|
+
^&__item {
|
|
29
|
+
position: relative;
|
|
30
|
+
}
|
|
31
|
+
&-background {
|
|
32
|
+
width: 100%;
|
|
33
|
+
height: 100%;
|
|
34
|
+
position: absolute;
|
|
35
|
+
left: 0;
|
|
36
|
+
top: 0;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
.grid {
|
|
41
|
+
@each $val in auto, normal, stretch, center, start, end, space-around, space-between, space-evenly,
|
|
42
|
+
safe center, unsafe center, self-start, self-end, first, baseline, first, baseline,
|
|
43
|
+
last baseline {
|
|
44
|
+
&_align-content_$(val) {
|
|
45
|
+
align-content: $(val);
|
|
46
|
+
}
|
|
47
|
+
&_align-items_$(val) {
|
|
48
|
+
align-items: $(val);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
.grid {
|
|
53
|
+
@each $val in 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,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,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200 {
|
|
54
|
+
&_columns_$(val) {
|
|
55
|
+
grid-template-columns: repeat($(val), 1fr);
|
|
56
|
+
& > ^&__wrapper {
|
|
57
|
+
& > div {
|
|
58
|
+
grid-template-columns: repeat($(val), 1fr);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
.grid {
|
|
65
|
+
@each $val in 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,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,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200 {
|
|
66
|
+
&_row-gap_$(val) {
|
|
67
|
+
& > ^&__wrapper {
|
|
68
|
+
& > div {
|
|
69
|
+
row-gap: $(val)px;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
&_column-gap_$(val) {
|
|
74
|
+
& > ^&__wrapper {
|
|
75
|
+
& > div {
|
|
76
|
+
column-gap: $(val)px;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
.grid {
|
|
83
|
+
@each $val in auto, legacy, normal, stretch, center, start, end, left, right, space-around,
|
|
84
|
+
space-between, space-evenly, safe, center, unsafe center, self-start, self-end, left, right,
|
|
85
|
+
baseline, first baseline, last baseline {
|
|
86
|
+
&_justify-content_$(val) {
|
|
87
|
+
justify-content: $(val);
|
|
88
|
+
}
|
|
89
|
+
&_justify-items_$(val) {
|
|
90
|
+
justify-items: $(val);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
.grid {
|
|
95
|
+
@each $val in 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,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,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200 {
|
|
96
|
+
&_rows_$(val) {
|
|
97
|
+
grid-template-columns: repeat($(val), 1fr);
|
|
98
|
+
& > ^&__wrapper {
|
|
99
|
+
& > div {
|
|
100
|
+
grid-template-columns: repeat($(val), 1fr);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
.grid {
|
|
107
|
+
&_scroll_horizontal {
|
|
108
|
+
min-width: 100%;
|
|
109
|
+
overflow-x: auto;
|
|
110
|
+
scrollbar-width: thin;
|
|
111
|
+
scrollbar-color: var(--color-accent-secondary) var(--color-surface-tertiary);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
.grid {
|
|
115
|
+
&_shape {
|
|
116
|
+
&_rounded {
|
|
117
|
+
border-radius: var(--grid-shape-rounded, 12px);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
.grid {
|
|
122
|
+
&&_state {
|
|
123
|
+
&_system {
|
|
124
|
+
^^&__wrapper {
|
|
125
|
+
padding: 0 var(--grid-system-margin);
|
|
126
|
+
&-inner {
|
|
127
|
+
grid-template-columns: 1fr repeat(var(--grid-system-columns), var(--grid-system-gutter) 1fr);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
.grid {
|
|
134
|
+
&&_type {
|
|
135
|
+
&_surface {
|
|
136
|
+
&-secondary {
|
|
137
|
+
^^^&__wrapper {
|
|
138
|
+
background: var(--color-surface-secondary);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
.grid {
|
|
145
|
+
&&_vertical-resizing {
|
|
146
|
+
&_fill {
|
|
147
|
+
& > ^&__wrapper {
|
|
148
|
+
height: 100%;
|
|
149
|
+
& > div {
|
|
150
|
+
height: 100%;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
.grid {
|
|
157
|
+
&__item {
|
|
158
|
+
transition: var(--grid-item-transition);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
.grid {
|
|
162
|
+
&__item {
|
|
163
|
+
@each $val in auto, normal, stretch, center, start, end, space-around, space-between, space-evenly, safe center, unsafe center, self-start, self-end, first, baseline, first, baseline, last baseline {
|
|
164
|
+
&_align-self_$(val) {
|
|
165
|
+
align-self: $(val);
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
.grid {
|
|
171
|
+
&__item {
|
|
172
|
+
@each $val in -1,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,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,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200 {
|
|
173
|
+
&_column {
|
|
174
|
+
&-start_$(val) {
|
|
175
|
+
grid-column-start: $(val);
|
|
176
|
+
}
|
|
177
|
+
&-end_$(val) {
|
|
178
|
+
grid-column-end: $(val);
|
|
179
|
+
}
|
|
180
|
+
&-span_$(val) {
|
|
181
|
+
grid-column-end: span $(val);
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
.grid {
|
|
188
|
+
&__item {
|
|
189
|
+
@each $val in auto, legacy, normal, stretch, center, start, end, left, right, space-around, space-between, space-evenly, safe, center, unsafe center, self-start, self-end, left, right, baseline, first baseline, last baseline {
|
|
190
|
+
&_justify-self_$(val) {
|
|
191
|
+
justify-self: $(val);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
.grid {
|
|
197
|
+
&__item {
|
|
198
|
+
@each $val in -1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 {
|
|
199
|
+
&_row {
|
|
200
|
+
&-start_$(val) {
|
|
201
|
+
grid-row-start: $(val);
|
|
202
|
+
}
|
|
203
|
+
&-end_$(val) {
|
|
204
|
+
grid-row-end: $(val);
|
|
205
|
+
}
|
|
206
|
+
&-span_$(val) {
|
|
207
|
+
grid-row-end: span $(val);
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
.grid {
|
|
214
|
+
&__row {
|
|
215
|
+
display: grid;
|
|
216
|
+
transition: var(--grid-row-transition);
|
|
217
|
+
}
|
|
218
|
+
}
|
|
21
219
|
:root {
|
|
22
220
|
--grid-row-transition: all 0.2s ease 0s;
|
|
23
221
|
--grid-item-transition: all 0.2s ease 0s;
|
|
24
222
|
}
|
|
25
|
-
|
|
26
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0dyaWQvR3JpZC5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiR3JpZC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9ncmlkLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9ncmlkX2FsaWduLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9ncmlkX2NvbHVtbnMuY3NzJztcbkBpbXBvcnQgJy4vY3NzL2dyaWRfZ2FwLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9ncmlkX2p1c3RpZnkuY3NzJztcbkBpbXBvcnQgJy4vY3NzL2dyaWRfcm93cy5jc3MnO1xuQGltcG9ydCAnLi9jc3MvZ3JpZF9zY3JvbGxfaG9yaXpvbnRhbC5jc3MnO1xuQGltcG9ydCAnLi9jc3MvZ3JpZF9zaGFwZS5jc3MnO1xuQGltcG9ydCAnLi9jc3MvZ3JpZF9zdGF0ZV9zeXN0ZW0uY3NzJztcbkBpbXBvcnQgJy4vY3NzL2dyaWRfdHlwZS5jc3MnO1xuQGltcG9ydCAnLi9jc3MvZ3JpZF92ZXJ0aWNhbC1yZXNpemluZy5jc3MnO1xuXG5AaW1wb3J0ICcuL2Nzcy9fX2l0ZW0vZ3JpZF9faXRlbS5jc3MnO1xuQGltcG9ydCAnLi9jc3MvX19pdGVtL2dyaWRfX2l0ZW1fYWxpZ24tc2VsZi5jc3MnO1xuQGltcG9ydCAnLi9jc3MvX19pdGVtL2dyaWRfX2l0ZW1fY29sdW1uLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9fX2l0ZW0vZ3JpZF9faXRlbV9qdXN0aWZ5LXNlbGYuY3NzJztcbkBpbXBvcnQgJy4vY3NzL19faXRlbS9ncmlkX19pdGVtX3Jvdy5jc3MnO1xuXG5AaW1wb3J0ICcuL2Nzcy9fX3Jvdy9ncmlkX19yb3cuY3NzJztcblxuOnJvb3Qge1xuICAtLWdyaWQtcm93LXRyYW5zaXRpb246IGFsbCAwLjJzIGVhc2UgMHM7XG4gIC0tZ3JpZC1pdGVtLXRyYW5zaXRpb246IGFsbCAwLjJzIGVhc2UgMHM7XG59XG4iXX0= */
|
|
@@ -3,5 +3,3 @@
|
|
|
3
3
|
transition: var(--grid-item-transition);
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
|
-
|
|
7
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0dyaWQvY3NzL19faXRlbS9ncmlkX19pdGVtLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSIsImZpbGUiOiJncmlkX19pdGVtLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5ncmlkIHtcbiAgJl9faXRlbSB7XG4gICAgdHJhbnNpdGlvbjogdmFyKC0tZ3JpZC1pdGVtLXRyYW5zaXRpb24pO1xuICB9XG59XG4iXX0= */
|
|
@@ -7,5 +7,3 @@
|
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
|
|
11
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0dyaWQvY3NzL19faXRlbS9ncmlkX19pdGVtX2FsaWduLXNlbGYuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6ImdyaWRfX2l0ZW1fYWxpZ24tc2VsZi5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuZ3JpZCB7XG4gICZfX2l0ZW0ge1xuICAgIEBlYWNoICR2YWwgaW4gYXV0bywgbm9ybWFsLCBzdHJldGNoLCBjZW50ZXIsIHN0YXJ0LCBlbmQsIHNwYWNlLWFyb3VuZCwgc3BhY2UtYmV0d2Vlbiwgc3BhY2UtZXZlbmx5LCBzYWZlIGNlbnRlciwgdW5zYWZlIGNlbnRlciwgc2VsZi1zdGFydCwgc2VsZi1lbmQsIGZpcnN0LCBiYXNlbGluZSwgZmlyc3QsIGJhc2VsaW5lLCBsYXN0IGJhc2VsaW5lIHtcbiAgICAgICZfYWxpZ24tc2VsZl8kKHZhbCkge1xuICAgICAgICBhbGlnbi1zZWxmOiAkKHZhbCk7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iXX0= */
|
|
@@ -15,5 +15,3 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
|
|
19
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0dyaWQvY3NzL19faXRlbS9ncmlkX19pdGVtX2NvbHVtbi5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiZ3JpZF9faXRlbV9jb2x1bW4uY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLmdyaWQge1xuICAmX19pdGVtIHtcbiAgICBAZWFjaCAkdmFsIGluIC0xLDEsMiwzLDQsNSw2LDcsOCw5LDEwLDExLDEyLDEzLDE0LDE1LDE2LDE3LDE4LDE5LDIwLDIxLDIyLDIzLDI0LDI1LDI2LDI3LDI4LDI5LDMwLDMxLDMyLDMzLDM0LDM1LDM2LDM3LDM4LDM5LDQwLDQxLDQyLDQzLDQ0LDQ1LDQ2LDQ3LDQ4LDQ5LDUwLDUxLDUyLDUzLDU0LDU1LDU2LDU3LDU4LDU5LDYwLDYxLDYyLDYzLDY0LDY1LDY2LDY3LDY4LDY5LDcwLDcxLDcyLDczLDc0LDc1LDc2LDc3LDc4LDc5LDgwLDgxLDgyLDgzLDg0LDg1LDg2LDg3LDg4LDg5LDkwLDkxLDkyLDkzLDk0LDk1LDk2LDk3LDk4LDk5LDEwMCwxMDEsMTAyLDEwMywxMDQsMTA1LDEwNiwxMDcsMTA4LDEwOSwxMTAsMTExLDExMiwxMTMsMTE0LDExNSwxMTYsMTE3LDExOCwxMTksMTIwLDEyMSwxMjIsMTIzLDEyNCwxMjUsMTI2LDEyNywxMjgsMTI5LDEzMCwxMzEsMTMyLDEzMywxMzQsMTM1LDEzNiwxMzcsMTM4LDEzOSwxNDAsMTQxLDE0MiwxNDMsMTQ0LDE0NSwxNDYsMTQ3LDE0OCwxNDksMTUwLDE1MSwxNTIsMTUzLDE1NCwxNTUsMTU2LDE1NywxNTgsMTU5LDE2MCwxNjEsMTYyLDE2MywxNjQsMTY1LDE2NiwxNjcsMTY4LDE2OSwxNzAsMTcxLDE3MiwxNzMsMTc0LDE3NSwxNzYsMTc3LDE3OCwxNzksMTgwLDE4MSwxODIsMTgzLDE4NCwxODUsMTg2LDE4NywxODgsMTg5LDE5MCwxOTEsMTkyLDE5MywxOTQsMTk1LDE5NiwxOTcsMTk4LDE5OSwyMDAge1xuICAgICAgJl9jb2x1bW4ge1xuICAgICAgICAmLXN0YXJ0XyQodmFsKSB7XG4gICAgICAgICAgZ3JpZC1jb2x1bW4tc3RhcnQ6ICQodmFsKTtcbiAgICAgICAgfVxuICAgICAgICAmLWVuZF8kKHZhbCkge1xuICAgICAgICAgIGdyaWQtY29sdW1uLWVuZDogJCh2YWwpO1xuICAgICAgICB9XG4gICAgICAgICYtc3Bhbl8kKHZhbCkge1xuICAgICAgICAgIGdyaWQtY29sdW1uLWVuZDogc3BhbiAkKHZhbCk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiJdfQ== */
|
|
@@ -7,5 +7,3 @@
|
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
|
|
11
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0dyaWQvY3NzL19faXRlbS9ncmlkX19pdGVtX2p1c3RpZnktc2VsZi5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiZ3JpZF9faXRlbV9qdXN0aWZ5LXNlbGYuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLmdyaWQge1xuICAmX19pdGVtIHtcbiAgICBAZWFjaCAkdmFsIGluIGF1dG8sIGxlZ2FjeSwgbm9ybWFsLCBzdHJldGNoLCBjZW50ZXIsIHN0YXJ0LCBlbmQsIGxlZnQsIHJpZ2h0LCBzcGFjZS1hcm91bmQsIHNwYWNlLWJldHdlZW4sIHNwYWNlLWV2ZW5seSwgc2FmZSwgY2VudGVyLCB1bnNhZmUgY2VudGVyLCBzZWxmLXN0YXJ0LCBzZWxmLWVuZCwgbGVmdCwgcmlnaHQsIGJhc2VsaW5lLCBmaXJzdCBiYXNlbGluZSwgbGFzdCBiYXNlbGluZSB7XG4gICAgICAmX2p1c3RpZnktc2VsZl8kKHZhbCkge1xuICAgICAgICBqdXN0aWZ5LXNlbGY6ICQodmFsKTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiJdfQ== */
|
|
@@ -15,5 +15,3 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
|
|
19
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0dyaWQvY3NzL19faXRlbS9ncmlkX19pdGVtX3Jvdy5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiZ3JpZF9faXRlbV9yb3cuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLmdyaWQge1xuICAmX19pdGVtIHtcbiAgICBAZWFjaCAkdmFsIGluIC0xLCAxLCAyLCAzLCA0LCA1LCA2LCA3LCA4LCA5LCAxMCwgMTEsIDEyLCAxMywgMTQsIDE1LCAxNiwgMTcsIDE4LCAxOSwgMjAsIDIxLCAyMiwgMjMsIDI0IHtcbiAgICAgICZfcm93IHtcbiAgICAgICAgJi1zdGFydF8kKHZhbCkge1xuICAgICAgICAgIGdyaWQtcm93LXN0YXJ0OiAkKHZhbCk7XG4gICAgICAgIH1cbiAgICAgICAgJi1lbmRfJCh2YWwpIHtcbiAgICAgICAgICBncmlkLXJvdy1lbmQ6ICQodmFsKTtcbiAgICAgICAgfVxuICAgICAgICAmLXNwYW5fJCh2YWwpIHtcbiAgICAgICAgICBncmlkLXJvdy1lbmQ6IHNwYW4gJCh2YWwpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iXX0= */
|
|
@@ -4,5 +4,3 @@
|
|
|
4
4
|
transition: var(--grid-row-transition);
|
|
5
5
|
}
|
|
6
6
|
}
|
|
7
|
-
|
|
8
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0dyaWQvY3NzL19fcm93L2dyaWRfX3Jvdy5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiZ3JpZF9fcm93LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5ncmlkIHtcbiAgJl9fcm93IHtcbiAgICBkaXNwbGF5OiBncmlkO1xuICAgIHRyYW5zaXRpb246IHZhcigtLWdyaWQtcm93LXRyYW5zaXRpb24pO1xuICB9XG59XG4iXX0= */
|
|
@@ -1,12 +1,97 @@
|
|
|
1
|
-
|
|
1
|
+
.group {
|
|
2
|
+
display: block;
|
|
3
|
+
transition: var(--group-transition);
|
|
4
|
+
}
|
|
2
5
|
|
|
3
|
-
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
.group {
|
|
7
|
+
@each $val in stretch, flex-start, flex-end, center, baseline, auto {
|
|
8
|
+
&_align-self_$(val) {
|
|
9
|
+
align-self: $(val);
|
|
10
|
+
}
|
|
11
|
+
&_align-items_$(val) {
|
|
12
|
+
align-items: $(val);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
9
16
|
|
|
10
|
-
|
|
17
|
+
.group {
|
|
18
|
+
@each $val in 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 {
|
|
19
|
+
&&_columns_$(val) {
|
|
20
|
+
display: grid;
|
|
21
|
+
grid-template-columns: repeat($(val), 1fr);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
11
25
|
|
|
12
|
-
|
|
26
|
+
.group {
|
|
27
|
+
&_direction {
|
|
28
|
+
@each $val in row, row-reverse, column, column-reverse {
|
|
29
|
+
&_$(val) {
|
|
30
|
+
display: flex;
|
|
31
|
+
flex-direction: $(val);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
&_horizontal {
|
|
35
|
+
display: flex;
|
|
36
|
+
flex-direction: row;
|
|
37
|
+
align-items: flex-start;
|
|
38
|
+
}
|
|
39
|
+
&_vertical {
|
|
40
|
+
display: flex;
|
|
41
|
+
flex-direction: column;
|
|
42
|
+
align-items: flex-start;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.group {
|
|
48
|
+
&_shape {
|
|
49
|
+
&_rounded {
|
|
50
|
+
border-radius: var(--group-shape-rounded, 12px);
|
|
51
|
+
}
|
|
52
|
+
&_circular {
|
|
53
|
+
border-radius: 50%;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.group {
|
|
59
|
+
&_stacking {
|
|
60
|
+
&_first-on-top {
|
|
61
|
+
@each $order, $indexValue in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20), (20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1) {
|
|
62
|
+
:nth-child($order) {
|
|
63
|
+
z-index: $indexValue;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
&_last-on-top {
|
|
68
|
+
@each $order, $indexValue in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20), (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20) {
|
|
69
|
+
:nth-child($order) {
|
|
70
|
+
z-index: $indexValue;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.group {
|
|
78
|
+
&_wrap {
|
|
79
|
+
@each $val in nowrap, wrap, wrap-reverse {
|
|
80
|
+
&_$(val) {
|
|
81
|
+
flex-wrap: $(val);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.group {
|
|
88
|
+
&_type {
|
|
89
|
+
&_horizontal_scroll {
|
|
90
|
+
^^&__wrapper {
|
|
91
|
+
display: flex;
|
|
92
|
+
overflow-x: scroll;
|
|
93
|
+
overflow-y: hidden;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -1,7 +1,98 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
.html-content {
|
|
2
|
+
& h1 {
|
|
3
|
+
width: 100%;
|
|
4
|
+
color: var(--html-content-title-color);
|
|
5
|
+
padding: var(--html-content-title-h1-padding, 0);
|
|
6
|
+
margin: var(--html-content-title-h1-margin, 0);
|
|
7
|
+
@mixin h1;
|
|
8
|
+
}
|
|
9
|
+
& h2 {
|
|
10
|
+
width: 100%;
|
|
11
|
+
color: var(--html-content-title-color);
|
|
12
|
+
padding: var(--html-content-title-h2-padding, 0);
|
|
13
|
+
margin: var(--html-content-title-h2-margin, 0);
|
|
14
|
+
@mixin h2;
|
|
15
|
+
}
|
|
16
|
+
& h3 {
|
|
17
|
+
width: 100%;
|
|
18
|
+
color: var(--html-content-title-color);
|
|
19
|
+
padding: var(--html-content-title-h3-padding, 0);
|
|
20
|
+
margin: var(--html-content-title-h3-margin, 0);
|
|
21
|
+
@mixin h3;
|
|
22
|
+
}
|
|
23
|
+
& h4 {
|
|
24
|
+
width: 100%;
|
|
25
|
+
color: var(--html-content-title-color);
|
|
26
|
+
padding: var(--html-content-title-h4-padding, 0);
|
|
27
|
+
margin: var(--html-content-title-h4-margin, 0);
|
|
28
|
+
@mixin h4;
|
|
29
|
+
}
|
|
30
|
+
& h5 {
|
|
31
|
+
width: 100%;
|
|
32
|
+
color: var(--html-content-title-color);
|
|
33
|
+
padding: var(--html-content-title-h5-padding, 0);
|
|
34
|
+
margin: var(--html-content-title-h5-margin, 0);
|
|
35
|
+
@mixin h5;
|
|
36
|
+
}
|
|
37
|
+
& h6 {
|
|
38
|
+
width: 100%;
|
|
39
|
+
color: var(--html-content-title-color);
|
|
40
|
+
padding: var(--html-content-title-h6-padding, 0);
|
|
41
|
+
margin: var(--html-content-title-h6-margin, 0);
|
|
42
|
+
@mixin h6;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
.html-content {
|
|
46
|
+
& ol {
|
|
47
|
+
counter-reset: index;
|
|
48
|
+
list-style-type: none;
|
|
49
|
+
padding: 0;
|
|
50
|
+
margin: 0;
|
|
51
|
+
& ol {
|
|
52
|
+
counter-reset: index;
|
|
53
|
+
padding: 0 0 16px 24px;
|
|
54
|
+
}
|
|
55
|
+
& > li {
|
|
56
|
+
gap: 32px;
|
|
57
|
+
padding: 0 0 16px 0;
|
|
58
|
+
margin: 0;
|
|
59
|
+
display: block;
|
|
60
|
+
@mixin p;
|
|
61
|
+
&::before {
|
|
62
|
+
counter-increment: index;
|
|
63
|
+
content: counters(index, '.') '. ';
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
.html-content table {
|
|
69
|
+
margin: var(--html-content-table-margin, 0);
|
|
70
|
+
@media (width <= 768px) {
|
|
71
|
+
margin: var(--html-content-table-margin-mobile, 0);
|
|
72
|
+
}
|
|
73
|
+
& tr {
|
|
74
|
+
display: flex;
|
|
75
|
+
flex-wrap: wrap;
|
|
76
|
+
}
|
|
77
|
+
& td {
|
|
78
|
+
white-space: nowrap;
|
|
79
|
+
padding: var(--html-content-table-td-padding, 0);
|
|
80
|
+
@media (width <= 768px) {
|
|
81
|
+
padding: var(--html-content-table-td-padding-mobile, 0);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
.html-content {
|
|
86
|
+
& p {
|
|
87
|
+
color: var(--html-content-text-color);
|
|
88
|
+
margin: var(--p-margin, auto);
|
|
89
|
+
@mixin p;
|
|
90
|
+
}
|
|
91
|
+
& a {
|
|
92
|
+
color: var(--html-content-link-color);
|
|
93
|
+
text-decoration: none;
|
|
94
|
+
@mixin text-xl 700;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
.html-content {
|
|
98
|
+
}
|
|
@@ -1,16 +1,127 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
.icon {
|
|
2
|
+
&__item {
|
|
3
|
+
position: relative;
|
|
4
|
+
display: flex;
|
|
5
|
+
& svg {
|
|
6
|
+
transition: var(--icon-transition);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
.icon {
|
|
11
|
+
&_size {
|
|
12
|
+
@each $size in 14, 16, 24, 32, 40, 48, 56, 60, 64, 72, 80, 96, 112, 144 {
|
|
13
|
+
&_$(size) {
|
|
14
|
+
width: $(size)px;
|
|
15
|
+
height: $(size)px;
|
|
16
|
+
min-width: $(size)px;
|
|
17
|
+
min-height: $(size)px;
|
|
18
|
+
font-size: $(size)px;
|
|
19
|
+
display: flex;
|
|
20
|
+
justify-content: center;
|
|
21
|
+
align-items: center;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
.icon_fill {
|
|
27
|
+
@each $type in accent, primary, secondary, tertiary, surface, success, error {
|
|
28
|
+
&_$(type) {
|
|
29
|
+
&-item {
|
|
30
|
+
@each $color in primary, secondary, tertiary, quaternary, quinary, senary, accent, disabled, hover, invert {
|
|
31
|
+
&-$(color) {
|
|
32
|
+
& svg {
|
|
33
|
+
stroke: none;
|
|
34
|
+
fill: var(--color-$(type)-item-$(color));
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
@each $color in primary, secondary, tertiary, quaternary, quinary, senary, accent, disabled, hover, invert {
|
|
40
|
+
&-$(color) {
|
|
41
|
+
& svg {
|
|
42
|
+
stroke: none;
|
|
43
|
+
fill: var(--color-$(type)-$(color));
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
.icon_fill_hover {
|
|
51
|
+
@each $type in accent, primary, secondary, tertiary, surface, success, error {
|
|
52
|
+
&_$(type) {
|
|
53
|
+
&-item {
|
|
54
|
+
@each $color in primary, secondary, tertiary, quaternary, quinary, senary, accent, disabled, hover {
|
|
55
|
+
&-$(color) {
|
|
56
|
+
&:hover {
|
|
57
|
+
& svg {
|
|
58
|
+
stroke: none;
|
|
59
|
+
fill: var(--color-$(type)-item-$(color));
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
.icon_fill {
|
|
69
|
+
&_size {
|
|
70
|
+
@each $size in 14, 16, 24, 32, 40, 48, 56, 60, 72 {
|
|
71
|
+
&_$(size) {
|
|
72
|
+
width: $(size)px;
|
|
73
|
+
height: $(size)px;
|
|
74
|
+
min-width: $(size)px;
|
|
75
|
+
min-height: $(size)px;
|
|
76
|
+
font-size: $(size)px;
|
|
77
|
+
display: flex;
|
|
78
|
+
justify-content: center;
|
|
79
|
+
align-items: center;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
.icon_shape {
|
|
85
|
+
&_rounded {
|
|
86
|
+
border-radius: var(--icon-shape-rounded, 12px);
|
|
87
|
+
}
|
|
88
|
+
&_circular {
|
|
89
|
+
border-radius: 50%;
|
|
90
|
+
}
|
|
91
|
+
&_geometric {
|
|
92
|
+
border-radius: 0;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
.icon {
|
|
96
|
+
&_type {
|
|
97
|
+
&_with-badge {
|
|
98
|
+
position: relative;
|
|
99
|
+
^^&__link,
|
|
100
|
+
^^&__item {
|
|
101
|
+
text-decoration: none;
|
|
102
|
+
@each $size in 14, 16, 24, 32, 40, 56, 60, 72 {
|
|
103
|
+
&^^^&_size_$(size) {
|
|
104
|
+
& .badge {
|
|
105
|
+
transform: translate(var(--icon-size-$(size)-badge-position));
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
.icon {
|
|
114
|
+
&__tooltip {
|
|
115
|
+
&.tooltip {
|
|
116
|
+
min-width: 200px;
|
|
117
|
+
padding: 8px;
|
|
118
|
+
border-radius: 8px;
|
|
119
|
+
visibility: visible;
|
|
120
|
+
opacity: 100%;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
11
124
|
:root {
|
|
12
125
|
--icon-transition: all 0.2s ease 0s;
|
|
13
126
|
--icon-size-24-badge-position: 12px, 12px;
|
|
14
127
|
}
|
|
15
|
-
|
|
16
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0ljb24vSWNvbi5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiSWNvbi5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9pY29uLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9pY29uX3NpemUuY3NzJztcbkBpbXBvcnQgJy4vY3NzL2ljb25fZmlsbC5jc3MnO1xuQGltcG9ydCAnLi9jc3MvaWNvbl9maWxsX2hvdmVyLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9pY29uX2ZpbGxfc2l6ZS5jc3MnO1xuQGltcG9ydCAnLi9jc3MvaWNvbl9zaGFwZS5jc3MnO1xuQGltcG9ydCAnLi9jc3MvaWNvbl90eXBlX3dpdGgtYmFkZ2UuY3NzJztcblxuQGltcG9ydCAnLi9jc3MvaWNvbl9fdG9vbHRpcC5jc3MnO1xuXG46cm9vdCB7XG4gIC0taWNvbi10cmFuc2l0aW9uOiBhbGwgMC4ycyBlYXNlIDBzO1xuICAtLWljb24tc2l6ZS0yNC1iYWRnZS1wb3NpdGlvbjogMTJweCwgMTJweDtcbn1cbiJdfQ== */
|