@mantine/core 8.3.3 → 8.3.5
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/cjs/components/Alert/Alert.cjs +2 -2
- package/cjs/components/Alert/Alert.cjs.map +1 -1
- package/cjs/components/Checkbox/Checkbox.cjs +6 -1
- package/cjs/components/Checkbox/Checkbox.cjs.map +1 -1
- package/cjs/components/Input/InputClearSection/InputClearSection.cjs +1 -1
- package/cjs/components/Input/InputClearSection/InputClearSection.cjs.map +1 -1
- package/cjs/components/Transition/get-transition-styles/get-transition-styles.cjs +0 -1
- package/cjs/components/Transition/get-transition-styles/get-transition-styles.cjs.map +1 -1
- package/esm/components/Alert/Alert.mjs +2 -2
- package/esm/components/Alert/Alert.mjs.map +1 -1
- package/esm/components/Checkbox/Checkbox.mjs +6 -1
- package/esm/components/Checkbox/Checkbox.mjs.map +1 -1
- package/esm/components/Input/InputClearSection/InputClearSection.mjs +1 -1
- package/esm/components/Input/InputClearSection/InputClearSection.mjs.map +1 -1
- package/esm/components/Transition/get-transition-styles/get-transition-styles.mjs +0 -1
- package/esm/components/Transition/get-transition-styles/get-transition-styles.mjs.map +1 -1
- package/package.json +2 -2
- package/styles/Accordion.css +178 -0
- package/styles/Accordion.layer.css +179 -0
- package/styles/ActionIcon.css +188 -0
- package/styles/ActionIcon.layer.css +189 -0
- package/styles/Affix.css +8 -0
- package/styles/Affix.layer.css +9 -0
- package/styles/Alert.css +82 -0
- package/styles/Alert.layer.css +83 -0
- package/styles/Anchor.css +56 -0
- package/styles/Anchor.layer.css +57 -0
- package/styles/AngleSlider.css +106 -0
- package/styles/AngleSlider.layer.css +107 -0
- package/styles/AppShell.css +127 -0
- package/styles/AppShell.layer.css +128 -0
- package/styles/AspectRatio.css +13 -0
- package/styles/AspectRatio.layer.css +14 -0
- package/styles/Avatar.css +68 -0
- package/styles/Avatar.layer.css +69 -0
- package/styles/BackgroundImage.css +9 -0
- package/styles/BackgroundImage.layer.css +10 -0
- package/styles/Badge.css +127 -0
- package/styles/Badge.layer.css +128 -0
- package/styles/Blockquote.css +41 -0
- package/styles/Blockquote.layer.css +42 -0
- package/styles/Breadcrumbs.css +27 -0
- package/styles/Breadcrumbs.layer.css +28 -0
- package/styles/Burger.css +68 -0
- package/styles/Burger.layer.css +69 -0
- package/styles/Button.css +261 -0
- package/styles/Button.layer.css +262 -0
- package/styles/Card.css +54 -0
- package/styles/Card.layer.css +55 -0
- package/styles/Center.css +9 -0
- package/styles/Center.layer.css +10 -0
- package/styles/Checkbox.css +110 -0
- package/styles/Checkbox.layer.css +111 -0
- package/styles/CheckboxCard.css +24 -0
- package/styles/CheckboxCard.layer.css +25 -0
- package/styles/CheckboxIndicator.css +97 -0
- package/styles/CheckboxIndicator.layer.css +98 -0
- package/styles/Chip.css +199 -0
- package/styles/Chip.layer.css +200 -0
- package/styles/CloseButton.css +58 -0
- package/styles/CloseButton.layer.css +59 -0
- package/styles/Code.css +21 -0
- package/styles/Code.layer.css +22 -0
- package/styles/ColorInput.css +21 -0
- package/styles/ColorInput.layer.css +22 -0
- package/styles/ColorPicker.css +160 -0
- package/styles/ColorPicker.layer.css +161 -0
- package/styles/ColorSwatch.css +71 -0
- package/styles/ColorSwatch.layer.css +72 -0
- package/styles/Combobox.css +210 -0
- package/styles/Combobox.layer.css +211 -0
- package/styles/Container.css +37 -0
- package/styles/Container.layer.css +38 -0
- package/styles/Dialog.css +19 -0
- package/styles/Dialog.layer.css +20 -0
- package/styles/Divider.css +62 -0
- package/styles/Divider.layer.css +63 -0
- package/styles/Drawer.css +33 -0
- package/styles/Drawer.layer.css +34 -0
- package/styles/Fieldset.css +49 -0
- package/styles/Fieldset.layer.css +50 -0
- package/styles/Flex.css +3 -0
- package/styles/Flex.layer.css +4 -0
- package/styles/FloatingIndicator.css +20 -0
- package/styles/FloatingIndicator.layer.css +21 -0
- package/styles/Grid.css +34 -0
- package/styles/Grid.layer.css +35 -0
- package/styles/Group.css +13 -0
- package/styles/Group.layer.css +14 -0
- package/styles/Image.css +6 -0
- package/styles/Image.layer.css +7 -0
- package/styles/Indicator.css +64 -0
- package/styles/Indicator.layer.css +65 -0
- package/styles/InlineInput.css +66 -0
- package/styles/InlineInput.layer.css +67 -0
- package/styles/Input.css +333 -0
- package/styles/Input.layer.css +334 -0
- package/styles/Kbd.css +31 -0
- package/styles/Kbd.layer.css +32 -0
- package/styles/List.css +51 -0
- package/styles/List.layer.css +52 -0
- package/styles/Loader.css +114 -0
- package/styles/Loader.layer.css +115 -0
- package/styles/LoadingOverlay.css +18 -0
- package/styles/LoadingOverlay.layer.css +19 -0
- package/styles/Mark.css +11 -0
- package/styles/Mark.layer.css +12 -0
- package/styles/Menu.css +80 -0
- package/styles/Menu.layer.css +81 -0
- package/styles/Modal.css +61 -0
- package/styles/Modal.layer.css +62 -0
- package/styles/ModalBase.css +56 -0
- package/styles/ModalBase.layer.css +57 -0
- package/styles/NavLink.css +118 -0
- package/styles/NavLink.layer.css +119 -0
- package/styles/Notification.css +131 -0
- package/styles/Notification.layer.css +132 -0
- package/styles/NumberInput.css +81 -0
- package/styles/NumberInput.layer.css +82 -0
- package/styles/Overlay.css +19 -0
- package/styles/Overlay.layer.css +20 -0
- package/styles/Pagination.css +96 -0
- package/styles/Pagination.layer.css +97 -0
- package/styles/Paper.css +24 -0
- package/styles/Paper.layer.css +25 -0
- package/styles/PasswordInput.css +62 -0
- package/styles/PasswordInput.layer.css +63 -0
- package/styles/Pill.css +117 -0
- package/styles/Pill.layer.css +118 -0
- package/styles/PillsInput.css +45 -0
- package/styles/PillsInput.layer.css +46 -0
- package/styles/PinInput.css +13 -0
- package/styles/PinInput.layer.css +14 -0
- package/styles/Popover.css +36 -0
- package/styles/Popover.layer.css +37 -0
- package/styles/Progress.css +142 -0
- package/styles/Progress.layer.css +143 -0
- package/styles/Radio.css +109 -0
- package/styles/Radio.layer.css +110 -0
- package/styles/RadioCard.css +24 -0
- package/styles/RadioCard.layer.css +25 -0
- package/styles/RadioIndicator.css +91 -0
- package/styles/RadioIndicator.layer.css +92 -0
- package/styles/Rating.css +82 -0
- package/styles/Rating.layer.css +83 -0
- package/styles/RingProgress.css +39 -0
- package/styles/RingProgress.layer.css +40 -0
- package/styles/ScrollArea.css +189 -0
- package/styles/ScrollArea.layer.css +190 -0
- package/styles/SegmentedControl.css +224 -0
- package/styles/SegmentedControl.layer.css +225 -0
- package/styles/SemiCircleProgress.css +56 -0
- package/styles/SemiCircleProgress.layer.css +57 -0
- package/styles/SimpleGrid.css +9 -0
- package/styles/SimpleGrid.layer.css +10 -0
- package/styles/Skeleton.css +50 -0
- package/styles/Skeleton.layer.css +51 -0
- package/styles/Slider.css +209 -0
- package/styles/Slider.layer.css +210 -0
- package/styles/Spoiler.css +21 -0
- package/styles/Spoiler.layer.css +22 -0
- package/styles/Stack.css +7 -0
- package/styles/Stack.layer.css +8 -0
- package/styles/Stepper.css +204 -0
- package/styles/Stepper.layer.css +205 -0
- package/styles/Switch.css +172 -0
- package/styles/Switch.layer.css +173 -0
- package/styles/Table.css +159 -0
- package/styles/Table.layer.css +160 -0
- package/styles/TableOfContents.css +38 -0
- package/styles/TableOfContents.layer.css +39 -0
- package/styles/Tabs.css +368 -0
- package/styles/Tabs.layer.css +369 -0
- package/styles/Text.css +51 -0
- package/styles/Text.layer.css +52 -0
- package/styles/ThemeIcon.css +24 -0
- package/styles/ThemeIcon.layer.css +25 -0
- package/styles/Timeline.css +173 -0
- package/styles/Timeline.layer.css +174 -0
- package/styles/Title.css +16 -0
- package/styles/Title.layer.css +17 -0
- package/styles/Tooltip.css +34 -0
- package/styles/Tooltip.layer.css +35 -0
- package/styles/Tree.css +36 -0
- package/styles/Tree.layer.css +37 -0
- package/styles/Typography.css +209 -0
- package/styles/Typography.layer.css +210 -0
- package/styles/UnstyledButton.css +17 -0
- package/styles/UnstyledButton.layer.css +18 -0
- package/styles/VisuallyHidden.css +11 -0
- package/styles/VisuallyHidden.layer.css +12 -0
- package/styles/baseline.css +40 -0
- package/styles/baseline.layer.css +41 -0
- package/styles/default-css-variables.css +519 -0
- package/styles/default-css-variables.layer.css +520 -0
- package/styles/global.css +40 -0
- package/styles/global.layer.css +41 -0
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
@layer mantine {.m_d08caa0 :first-child {
|
|
2
|
+
margin-top: 0;
|
|
3
|
+
}
|
|
4
|
+
.m_d08caa0 :last-child {
|
|
5
|
+
margin-bottom: 0;
|
|
6
|
+
}
|
|
7
|
+
.m_d08caa0 :where(h1, h2, h3, h4, h5, h6) {
|
|
8
|
+
margin-bottom: var(--mantine-spacing-xs);
|
|
9
|
+
text-wrap: var(--mantine-heading-text-wrap);
|
|
10
|
+
font-family: var(--mantine-font-family-headings);
|
|
11
|
+
}
|
|
12
|
+
.m_d08caa0 :where(h1) {
|
|
13
|
+
margin-top: calc(1.5 * var(--mantine-spacing-xl));
|
|
14
|
+
font-size: var(--mantine-h1-font-size);
|
|
15
|
+
line-height: var(--mantine-h1-line-height);
|
|
16
|
+
font-weight: var(--mantine-h1-font-weight);
|
|
17
|
+
}
|
|
18
|
+
.m_d08caa0 :where(h2) {
|
|
19
|
+
margin-top: var(--mantine-spacing-xl);
|
|
20
|
+
font-size: var(--mantine-h2-font-size);
|
|
21
|
+
line-height: var(--mantine-h2-line-height);
|
|
22
|
+
font-weight: var(--mantine-h2-font-weight);
|
|
23
|
+
}
|
|
24
|
+
.m_d08caa0 :where(h3) {
|
|
25
|
+
margin-top: calc(0.8 * var(--mantine-spacing-xl));
|
|
26
|
+
font-size: var(--mantine-h3-font-size);
|
|
27
|
+
line-height: var(--mantine-h3-line-height);
|
|
28
|
+
font-weight: var(--mantine-h3-font-weight);
|
|
29
|
+
}
|
|
30
|
+
.m_d08caa0 :where(h4) {
|
|
31
|
+
margin-top: calc(0.8 * var(--mantine-spacing-xl));
|
|
32
|
+
font-size: var(--mantine-h4-font-size);
|
|
33
|
+
line-height: var(--mantine-h4-line-height);
|
|
34
|
+
font-weight: var(--mantine-h4-font-weight);
|
|
35
|
+
}
|
|
36
|
+
.m_d08caa0 :where(h5) {
|
|
37
|
+
margin-top: calc(0.5 * var(--mantine-spacing-xl));
|
|
38
|
+
font-size: var(--mantine-h5-font-size);
|
|
39
|
+
line-height: var(--mantine-h5-line-height);
|
|
40
|
+
font-weight: var(--mantine-h5-font-weight);
|
|
41
|
+
}
|
|
42
|
+
.m_d08caa0 :where(h6) {
|
|
43
|
+
margin-top: calc(0.5 * var(--mantine-spacing-xl));
|
|
44
|
+
font-size: var(--mantine-h6-font-size);
|
|
45
|
+
line-height: var(--mantine-h6-line-height);
|
|
46
|
+
font-weight: var(--mantine-h6-font-weight);
|
|
47
|
+
}
|
|
48
|
+
.m_d08caa0 :where(img) {
|
|
49
|
+
max-width: 100%;
|
|
50
|
+
margin-bottom: var(--mantine-spacing-xs);
|
|
51
|
+
}
|
|
52
|
+
.m_d08caa0 :where(p) {
|
|
53
|
+
margin-top: 0;
|
|
54
|
+
margin-bottom: var(--mantine-spacing-lg);
|
|
55
|
+
}
|
|
56
|
+
:where([data-mantine-color-scheme='light']) .m_d08caa0 :where(mark) {
|
|
57
|
+
background-color: var(--mantine-color-yellow-2);
|
|
58
|
+
color: inherit;
|
|
59
|
+
}
|
|
60
|
+
:where([data-mantine-color-scheme='dark']) .m_d08caa0 :where(mark) {
|
|
61
|
+
background-color: var(--mantine-color-yellow-5);
|
|
62
|
+
color: var(--mantine-color-black);
|
|
63
|
+
}
|
|
64
|
+
.m_d08caa0 :where(a) {
|
|
65
|
+
color: var(--mantine-color-anchor);
|
|
66
|
+
text-decoration: none;
|
|
67
|
+
}
|
|
68
|
+
@media (hover: hover) {
|
|
69
|
+
.m_d08caa0 :where(a):hover {
|
|
70
|
+
text-decoration: underline;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
@media (hover: none) {
|
|
74
|
+
.m_d08caa0 :where(a):active {
|
|
75
|
+
text-decoration: underline;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
.m_d08caa0 :where(hr) {
|
|
79
|
+
margin-top: var(--mantine-spacing-md);
|
|
80
|
+
margin-bottom: var(--mantine-spacing-md);
|
|
81
|
+
border: 0;
|
|
82
|
+
border-top: 1px solid;
|
|
83
|
+
}
|
|
84
|
+
:where([data-mantine-color-scheme='light']) .m_d08caa0 :where(hr) {
|
|
85
|
+
border-color: var(--mantine-color-gray-3);
|
|
86
|
+
}
|
|
87
|
+
:where([data-mantine-color-scheme='dark']) .m_d08caa0 :where(hr) {
|
|
88
|
+
border-color: var(--mantine-color-dark-3);
|
|
89
|
+
}
|
|
90
|
+
.m_d08caa0 :where(pre) {
|
|
91
|
+
padding: var(--mantine-spacing-xs);
|
|
92
|
+
line-height: var(--mantine-line-height);
|
|
93
|
+
margin: 0;
|
|
94
|
+
margin-top: var(--mantine-spacing-md);
|
|
95
|
+
margin-bottom: var(--mantine-spacing-md);
|
|
96
|
+
overflow-x: auto;
|
|
97
|
+
font-family: var(--mantine-font-family-monospace);
|
|
98
|
+
font-size: var(--mantine-font-size-xs);
|
|
99
|
+
border-radius: var(--mantine-radius-sm);
|
|
100
|
+
}
|
|
101
|
+
:where([data-mantine-color-scheme='light']) .m_d08caa0 :where(pre) {
|
|
102
|
+
background-color: var(--mantine-color-gray-0);
|
|
103
|
+
}
|
|
104
|
+
:where([data-mantine-color-scheme='dark']) .m_d08caa0 :where(pre) {
|
|
105
|
+
background-color: var(--mantine-color-dark-8);
|
|
106
|
+
}
|
|
107
|
+
.m_d08caa0 :where(pre) :where(code) {
|
|
108
|
+
background-color: transparent;
|
|
109
|
+
padding: 0;
|
|
110
|
+
border-radius: 0;
|
|
111
|
+
color: inherit;
|
|
112
|
+
border: 0;
|
|
113
|
+
}
|
|
114
|
+
.m_d08caa0 :where(kbd) {
|
|
115
|
+
--kbd-fz: 12px;
|
|
116
|
+
--kbd-padding: 3px 5px;
|
|
117
|
+
|
|
118
|
+
font-family: var(--mantine-font-family-monospace);
|
|
119
|
+
line-height: var(--mantine-line-height);
|
|
120
|
+
font-weight: 700;
|
|
121
|
+
padding: var(--kbd-padding);
|
|
122
|
+
font-size: var(--kbd-fz);
|
|
123
|
+
border-radius: var(--mantine-radius-sm);
|
|
124
|
+
border: 1px solid;
|
|
125
|
+
border-bottom-width: 3px;
|
|
126
|
+
}
|
|
127
|
+
:where([data-mantine-color-scheme='light']) .m_d08caa0 :where(kbd) {
|
|
128
|
+
border-color: var(--mantine-color-gray-3);
|
|
129
|
+
color: var(--mantine-color-gray-7);
|
|
130
|
+
background-color: var(--mantine-color-gray-0);
|
|
131
|
+
}
|
|
132
|
+
:where([data-mantine-color-scheme='dark']) .m_d08caa0 :where(kbd) {
|
|
133
|
+
border-color: var(--mantine-color-dark-3);
|
|
134
|
+
color: var(--mantine-color-dark-0);
|
|
135
|
+
background-color: var(--mantine-color-dark-5);
|
|
136
|
+
}
|
|
137
|
+
.m_d08caa0 :where(code) {
|
|
138
|
+
line-height: var(--mantine-line-height);
|
|
139
|
+
padding: 1px 5px;
|
|
140
|
+
border-radius: var(--mantine-radius-sm);
|
|
141
|
+
font-family: var(--mantine-font-family-monospace);
|
|
142
|
+
font-size: var(--mantine-font-size-xs);
|
|
143
|
+
}
|
|
144
|
+
:where([data-mantine-color-scheme='light']) .m_d08caa0 :where(code) {
|
|
145
|
+
background-color: var(--mantine-color-gray-0);
|
|
146
|
+
color: var(--mantine-color-black);
|
|
147
|
+
}
|
|
148
|
+
:where([data-mantine-color-scheme='dark']) .m_d08caa0 :where(code) {
|
|
149
|
+
background-color: var(--mantine-color-dark-5);
|
|
150
|
+
color: var(--mantine-color-white);
|
|
151
|
+
}
|
|
152
|
+
.m_d08caa0 :where(ul, ol):not([data-type='taskList']) {
|
|
153
|
+
margin-bottom: var(--mantine-spacing-md);
|
|
154
|
+
padding-inline-start: var(--mantine-spacing-xl);
|
|
155
|
+
list-style-position: outside;
|
|
156
|
+
}
|
|
157
|
+
.m_d08caa0 :where(table) {
|
|
158
|
+
width: 100%;
|
|
159
|
+
border-collapse: collapse;
|
|
160
|
+
caption-side: bottom;
|
|
161
|
+
margin-bottom: var(--mantine-spacing-md);
|
|
162
|
+
}
|
|
163
|
+
:where([data-mantine-color-scheme='light']) .m_d08caa0 :where(table) {
|
|
164
|
+
--table-border-color: var(--mantine-color-gray-3);
|
|
165
|
+
}
|
|
166
|
+
:where([data-mantine-color-scheme='dark']) .m_d08caa0 :where(table) {
|
|
167
|
+
--table-border-color: var(--mantine-color-dark-4);
|
|
168
|
+
}
|
|
169
|
+
.m_d08caa0 :where(table) :where(caption) {
|
|
170
|
+
margin-top: var(--mantine-spacing-xs);
|
|
171
|
+
font-size: var(--mantine-font-size-sm);
|
|
172
|
+
color: var(--mantine-color-dimmed);
|
|
173
|
+
}
|
|
174
|
+
.m_d08caa0 :where(table) :where(th) {
|
|
175
|
+
text-align: left;
|
|
176
|
+
font-weight: bold;
|
|
177
|
+
font-size: var(--mantine-font-size-sm);
|
|
178
|
+
padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
|
|
179
|
+
}
|
|
180
|
+
.m_d08caa0 :where(table) :where(thead th) {
|
|
181
|
+
border-bottom: 1px solid;
|
|
182
|
+
border-color: var(--table-border-color);
|
|
183
|
+
}
|
|
184
|
+
.m_d08caa0 :where(table) :where(tfoot th) {
|
|
185
|
+
border-top: 1px solid;
|
|
186
|
+
border-color: var(--table-border-color);
|
|
187
|
+
}
|
|
188
|
+
.m_d08caa0 :where(table) :where(td) {
|
|
189
|
+
padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
|
|
190
|
+
border-bottom: 1px solid;
|
|
191
|
+
border-color: var(--table-border-color);
|
|
192
|
+
font-size: var(--mantine-font-size-sm);
|
|
193
|
+
}
|
|
194
|
+
.m_d08caa0 :where(table) :where(tr:last-of-type td) {
|
|
195
|
+
border-bottom: 0;
|
|
196
|
+
}
|
|
197
|
+
.m_d08caa0 :where(blockquote) {
|
|
198
|
+
font-size: var(--mantine-font-size-lg);
|
|
199
|
+
line-height: var(--mantine-line-height);
|
|
200
|
+
margin: var(--mantine-spacing-md) 0;
|
|
201
|
+
border-radius: var(--mantine-radius-sm);
|
|
202
|
+
padding: var(--mantine-spacing-md) var(--mantine-spacing-lg);
|
|
203
|
+
}
|
|
204
|
+
:where([data-mantine-color-scheme='light']) .m_d08caa0 :where(blockquote) {
|
|
205
|
+
background-color: var(--mantine-color-gray-0);
|
|
206
|
+
}
|
|
207
|
+
:where([data-mantine-color-scheme='dark']) .m_d08caa0 :where(blockquote) {
|
|
208
|
+
background-color: var(--mantine-color-dark-8);
|
|
209
|
+
}
|
|
210
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
.m_87cf2631 {
|
|
2
|
+
background-color: transparent;
|
|
3
|
+
cursor: pointer;
|
|
4
|
+
border: 0;
|
|
5
|
+
padding: 0;
|
|
6
|
+
appearance: none;
|
|
7
|
+
font-size: var(--mantine-font-size-md);
|
|
8
|
+
text-align: left;
|
|
9
|
+
text-decoration: none;
|
|
10
|
+
color: inherit;
|
|
11
|
+
touch-action: manipulation;
|
|
12
|
+
-webkit-tap-highlight-color: transparent;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
:where([dir="rtl"]) .m_87cf2631 {
|
|
16
|
+
text-align: right;
|
|
17
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
@layer mantine {.m_87cf2631 {
|
|
2
|
+
background-color: transparent;
|
|
3
|
+
cursor: pointer;
|
|
4
|
+
border: 0;
|
|
5
|
+
padding: 0;
|
|
6
|
+
appearance: none;
|
|
7
|
+
font-size: var(--mantine-font-size-md);
|
|
8
|
+
text-align: left;
|
|
9
|
+
text-decoration: none;
|
|
10
|
+
color: inherit;
|
|
11
|
+
touch-action: manipulation;
|
|
12
|
+
-webkit-tap-highlight-color: transparent;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
:where([dir="rtl"]) .m_87cf2631 {
|
|
16
|
+
text-align: right;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
color-scheme: var(--mantine-color-scheme);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
*,
|
|
6
|
+
*::before,
|
|
7
|
+
*::after {
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
input,
|
|
12
|
+
button,
|
|
13
|
+
textarea,
|
|
14
|
+
select {
|
|
15
|
+
font: inherit;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
button,
|
|
19
|
+
select {
|
|
20
|
+
text-transform: none;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
body {
|
|
24
|
+
margin: 0;
|
|
25
|
+
font-family: var(--mantine-font-family);
|
|
26
|
+
font-size: var(--mantine-font-size-md);
|
|
27
|
+
line-height: var(--mantine-line-height);
|
|
28
|
+
background-color: var(--mantine-color-body);
|
|
29
|
+
color: var(--mantine-color-text);
|
|
30
|
+
|
|
31
|
+
-webkit-font-smoothing: var(--mantine-webkit-font-smoothing);
|
|
32
|
+
-moz-osx-font-smoothing: var(--mantine-moz-font-smoothing);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
@media screen and (max-device-width: 31.25em) {
|
|
36
|
+
|
|
37
|
+
body {
|
|
38
|
+
-webkit-text-size-adjust: 100%
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
@layer mantine {:root {
|
|
2
|
+
color-scheme: var(--mantine-color-scheme);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
*,
|
|
6
|
+
*::before,
|
|
7
|
+
*::after {
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
input,
|
|
12
|
+
button,
|
|
13
|
+
textarea,
|
|
14
|
+
select {
|
|
15
|
+
font: inherit;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
button,
|
|
19
|
+
select {
|
|
20
|
+
text-transform: none;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
body {
|
|
24
|
+
margin: 0;
|
|
25
|
+
font-family: var(--mantine-font-family);
|
|
26
|
+
font-size: var(--mantine-font-size-md);
|
|
27
|
+
line-height: var(--mantine-line-height);
|
|
28
|
+
background-color: var(--mantine-color-body);
|
|
29
|
+
color: var(--mantine-color-text);
|
|
30
|
+
|
|
31
|
+
-webkit-font-smoothing: var(--mantine-webkit-font-smoothing);
|
|
32
|
+
-moz-osx-font-smoothing: var(--mantine-moz-font-smoothing);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
@media screen and (max-device-width: 31.25em) {
|
|
36
|
+
|
|
37
|
+
body {
|
|
38
|
+
-webkit-text-size-adjust: 100%
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|