polaris_view_helpers 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/lib/polaris_view_helpers/version.rb +1 -1
  3. data/vendor/assets/stylesheets/shopify-polaris-1.0.3.css +3414 -0
  4. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles.scss +4 -0
  5. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components.scss +51 -0
  6. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/AccountConnection.scss +9 -0
  7. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/ActionList.scss +75 -0
  8. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Avatar.scss +70 -0
  9. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Badge.scss +68 -0
  10. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Banner.scss +140 -0
  11. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Breadcrumbs.scss +45 -0
  12. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Button.scss +228 -0
  13. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/ButtonGroup.scss +67 -0
  14. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/CalloutCard.scss +27 -0
  15. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Caption.scss +4 -0
  16. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Card.scss +43 -0
  17. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Checkbox.scss +78 -0
  18. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Choice.scss +62 -0
  19. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/ChoiceList.scss +22 -0
  20. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Collapsible.scss +18 -0
  21. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/ColorPicker.scss +133 -0
  22. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Connected.scss +67 -0
  23. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/DatePicker.scss +147 -0
  24. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/DescriptionList.scss +44 -0
  25. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/DisplayText.scss +19 -0
  26. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/EmptyState.scss +63 -0
  27. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/FooterHelp.scss +26 -0
  28. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/FormLayout.scss +35 -0
  29. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Heading.scss +4 -0
  30. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Icon.scss +226 -0
  31. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/KeyboardKey.scss +22 -0
  32. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Label.scss +18 -0
  33. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Labelled.scss +24 -0
  34. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Layout.scss +69 -0
  35. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Link.scss +18 -0
  36. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/List.scss +52 -0
  37. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Page.scss +125 -0
  38. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/PageActions.scss +9 -0
  39. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Pagination.scss +139 -0
  40. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Popover.scss +98 -0
  41. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/PositionedOverlay.scss +8 -0
  42. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/RadioButton.scss +68 -0
  43. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/ResourceList.scss +272 -0
  44. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Scrollable.scss +28 -0
  45. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Select.scss +103 -0
  46. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/SettingAction.scss +22 -0
  47. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Stack.scss +98 -0
  48. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Subheading.scss +4 -0
  49. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Tabs.scss +150 -0
  50. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Tag.scss +37 -0
  51. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/TextContainer.scss +12 -0
  52. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/TextField.scss +219 -0
  53. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/TextStyle.scss +15 -0
  54. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Thumbnail.scss +49 -0
  55. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/Tooltip.scss +70 -0
  56. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/components/VisuallyHidden.scss +3 -0
  57. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/foundation.scss +11 -0
  58. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/foundation/border-radius.scss +12 -0
  59. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/foundation/borders.scss +19 -0
  60. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/foundation/colors.scss +142 -0
  61. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/foundation/duration.scss +24 -0
  62. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/foundation/easing.scss +23 -0
  63. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/foundation/layout.scss +46 -0
  64. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/foundation/shadows.scss +25 -0
  65. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/foundation/spacing.scss +25 -0
  66. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/foundation/typography.scss +127 -0
  67. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/foundation/utilities.scss +90 -0
  68. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/foundation/z-index.scss +19 -0
  69. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/global.scss +55 -0
  70. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/shared.scss +8 -0
  71. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/shared/accessibility.scss +16 -0
  72. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/shared/breakpoints.scss +127 -0
  73. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/shared/buttons.scss +87 -0
  74. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/shared/controls.scss +59 -0
  75. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/shared/icons.scss +11 -0
  76. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/shared/layout.scss +8 -0
  77. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/shared/links.scss +8 -0
  78. data/vendor/assets/stylesheets/shopify-polaris-1.0.3/styles/shared/typography.scss +128 -0
  79. metadata +79 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d0c297400e1dac5c15a1c2933a00582fef2e860
4
- data.tar.gz: f3375ecc1b7c1983ae8a84bc6862bc80a7d15f42
3
+ metadata.gz: c0eae8703d1c04dad5f56d3ea4c97b214f48337f
4
+ data.tar.gz: 55e129821df4224353b592c125ed16d01dd93e25
5
5
  SHA512:
6
- metadata.gz: 7401a13373c62b3a857798d48400a152875ab546daf80bf8b36da5bab9dc99e722387e361f1c9e314b473f1b16306f3ec670581626b45447c4a6dfb5ffc42879
7
- data.tar.gz: bc0acb2cbd6deec1d6f5008e8d6600c235282add780cb1d0b0bf82bae71a88bdb482eabb25a3d70dd62a756fc5155aacde3d1aa56881701adfbe2e2c362df102
6
+ metadata.gz: ab2de4a0fe259edc6c1ea89c065df7f19e660a932736b82071d404765d04e3d63f1f8217e479270dc9d9c7af5cd40cb0dc07fb82bdd71fb233456c9674617c0a
7
+ data.tar.gz: 1f65c54baa86aa08fe032f025cf204986a34c9b461ce5f7d95d9320091803026266b853293dc436d0f9edec4c8b11f479e6e9a3c9e7bc8d4bea8f0c4de687b5e
@@ -1,3 +1,3 @@
1
1
  module PolarisViewHelpers
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -0,0 +1,3414 @@
1
+ html,
2
+ body{
3
+ font-size:1.5rem;
4
+ font-weight:400;
5
+ line-height:2rem;
6
+ text-transform:initial;
7
+ letter-spacing:initial;
8
+ font-weight:400;
9
+ color:#212b36;
10
+ font-family:-apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif; }
11
+ @media (min-width: 40em){
12
+ html,
13
+ body{
14
+ font-size:1.4rem; } }
15
+
16
+ html{
17
+ position:relative;
18
+ box-sizing:border-box;
19
+ font-size:62.5%;
20
+ -webkit-font-smoothing:antialiased;
21
+ -moz-osx-font-smoothing:grayscale;
22
+ -webkit-text-size-adjust:100%;
23
+ -ms-text-size-adjust:100%;
24
+ text-size-adjust:100%;
25
+ text-rendering:optimizeLegibility; }
26
+
27
+ body{
28
+ min-height:100%;
29
+ margin:0;
30
+ padding:0;
31
+ background-color:#f4f6f8; }
32
+
33
+ *{
34
+ box-sizing:inherit; }
35
+
36
+ h1,
37
+ h2,
38
+ h3,
39
+ h4,
40
+ h5,
41
+ h6,
42
+ p{
43
+ margin:0;
44
+ font-size:1em;
45
+ font-weight:400; }
46
+
47
+ a:not([data-polaris-unstyled]){
48
+ color:#007ace;
49
+ text-decoration:none; }
50
+ a:not([data-polaris-unstyled]):hover, a:not([data-polaris-unstyled]):focus, a:not([data-polaris-unstyled]):active{
51
+ outline:none;
52
+ color:#084e8a; }
53
+
54
+
55
+ .Polaris-Avatar{
56
+ position:relative;
57
+ display:-webkit-box;
58
+ display:-ms-flexbox;
59
+ display:flex;
60
+ overflow:hidden;
61
+ -webkit-box-pack:center;
62
+ -ms-flex-pack:center;
63
+ justify-content:center;
64
+ -webkit-box-align:center;
65
+ -ms-flex-align:center;
66
+ align-items:center;
67
+ background:#47c1bf;
68
+ border-radius:50%;
69
+ -webkit-user-select:none;
70
+ -moz-user-select:none;
71
+ -ms-user-select:none;
72
+ user-select:none; }
73
+
74
+ .Polaris-Avatar--sizeSmall{
75
+ height:3.2rem;
76
+ width:3.2rem;
77
+ font-size:1.4rem; }
78
+
79
+ .Polaris-Avatar--sizeMedium{
80
+ height:4rem;
81
+ width:4rem;
82
+ font-size:1.8rem; }
83
+
84
+ .Polaris-Avatar--sizeLarge{
85
+ height:6rem;
86
+ width:6rem;
87
+ font-size:2.6rem; }
88
+
89
+ .Polaris-Avatar--styleOne{
90
+ background:#47c1bf; }
91
+
92
+ .Polaris-Avatar--styleTwo{
93
+ background:#ed6347; }
94
+
95
+ .Polaris-Avatar--styleThree{
96
+ background:#f49342; }
97
+
98
+ .Polaris-Avatar--styleFour{
99
+ background:#50b83c; }
100
+
101
+ .Polaris-Avatar--styleFive{
102
+ background:#007ace; }
103
+
104
+ .Polaris-Avatar--styleSix{
105
+ background:#9c6ade; }
106
+
107
+ .Polaris-Avatar--hasImage{
108
+ background:transparent; }
109
+
110
+ .Polaris-Avatar__Image{
111
+ width:100%; }
112
+
113
+ .Polaris-Avatar__Initials{
114
+ line-height:0;
115
+ color:#ffffff;
116
+ text-transform:uppercase; }
117
+
118
+
119
+ .Polaris-Icon{
120
+ display:block;
121
+ height:2rem;
122
+ width:2rem;
123
+ max-height:100%;
124
+ max-width:100%;
125
+ margin:auto; }
126
+
127
+ .Polaris-Icon--hasBackdrop{
128
+ position:relative;
129
+ display:-webkit-box;
130
+ display:-ms-flexbox;
131
+ display:flex;
132
+ -webkit-box-align:center;
133
+ -ms-flex-align:center;
134
+ align-items:center;
135
+ margin:0.8rem; }
136
+ .Polaris-Icon--hasBackdrop::after{
137
+ content:'';
138
+ position:absolute;
139
+ z-index:1;
140
+ top:-0.8rem;
141
+ bottom:-0.8rem;
142
+ left:-0.8rem;
143
+ right:-0.8rem;
144
+ border-radius:50%; }
145
+
146
+ .Polaris-Icon--colorWhite{
147
+ fill:#ffffff; }
148
+
149
+ .Polaris-Icon--colorBlack{
150
+ fill:#000000; }
151
+
152
+ .Polaris-Icon--colorSkyLighter{
153
+ fill:#f9fafb; }
154
+
155
+ .Polaris-Icon--colorSkyLight{
156
+ fill:#f4f6f8; }
157
+
158
+ .Polaris-Icon--colorSky{
159
+ fill:#dfe3e8; }
160
+
161
+ .Polaris-Icon--colorSkyDark{
162
+ fill:#c4cdd5; }
163
+
164
+ .Polaris-Icon--colorInkLightest{
165
+ fill:#919eab; }
166
+
167
+ .Polaris-Icon--colorInkLighter{
168
+ fill:#637381; }
169
+
170
+ .Polaris-Icon--colorInkLight{
171
+ fill:#454f5b; }
172
+
173
+ .Polaris-Icon--colorInk{
174
+ fill:#212b36; }
175
+ .Polaris-Icon--colorInk::after{
176
+ background-color:#dfe3e8; }
177
+
178
+ .Polaris-Icon--colorBlueLighter{
179
+ fill:#ebf5fa; }
180
+
181
+ .Polaris-Icon--colorBlueLight{
182
+ fill:#b4e1fa; }
183
+
184
+ .Polaris-Icon--colorBlue{
185
+ fill:#007ace; }
186
+
187
+ .Polaris-Icon--colorBlueDark{
188
+ fill:#084e8a; }
189
+ .Polaris-Icon--colorBlueDark::after{
190
+ background-color:#b4e1fa; }
191
+
192
+ .Polaris-Icon--colorBlueDarker{
193
+ fill:#001429; }
194
+
195
+ .Polaris-Icon--colorIndigoLighter{
196
+ fill:#f4f5fa; }
197
+
198
+ .Polaris-Icon--colorIndigoLight{
199
+ fill:#b3bcf5; }
200
+
201
+ .Polaris-Icon--colorIndigo{
202
+ fill:#5c6ac4; }
203
+
204
+ .Polaris-Icon--colorIndigoDark{
205
+ fill:#202e78; }
206
+
207
+ .Polaris-Icon--colorIndigoDarker{
208
+ fill:#000639; }
209
+
210
+ .Polaris-Icon--colorTealLighter{
211
+ fill:#e0f5f5; }
212
+
213
+ .Polaris-Icon--colorTealLight{
214
+ fill:#b7ecec; }
215
+
216
+ .Polaris-Icon--colorTeal{
217
+ fill:#47c1bf; }
218
+ .Polaris-Icon--colorTeal::after{
219
+ background-color:#ffffff; }
220
+
221
+ .Polaris-Icon--colorTealDark{
222
+ fill:#00848e; }
223
+ .Polaris-Icon--colorTealDark::after{
224
+ background-color:#b7ecec; }
225
+
226
+ .Polaris-Icon--colorTealDarker{
227
+ fill:#003135; }
228
+
229
+ .Polaris-Icon--colorGreenLighter{
230
+ fill:#e3f1df; }
231
+
232
+ .Polaris-Icon--colorGreen{
233
+ fill:#50b83c; }
234
+ .Polaris-Icon--colorGreen::after{
235
+ background-color:#e3f1df; }
236
+
237
+ .Polaris-Icon--colorGreenDark{
238
+ fill:#108043; }
239
+ .Polaris-Icon--colorGreenDark::after{
240
+ background-color:#bbe5b3; }
241
+
242
+ .Polaris-Icon--colorYellowLighter{
243
+ fill:#fcf1cd; }
244
+
245
+ .Polaris-Icon--colorYellow{
246
+ fill:#eec200; }
247
+
248
+ .Polaris-Icon--colorYellowDark{
249
+ fill:#9c6f19; }
250
+ .Polaris-Icon--colorYellowDark::after{
251
+ background-color:#ffea8a; }
252
+
253
+ .Polaris-Icon--colorOrange{
254
+ fill:#f49342; }
255
+
256
+ .Polaris-Icon--colorOrangeDark{
257
+ fill:#c05717; }
258
+
259
+ .Polaris-Icon--colorRedLighter{
260
+ fill:#fbeae5; }
261
+
262
+ .Polaris-Icon--colorRed{
263
+ fill:#ed6347; }
264
+
265
+ .Polaris-Icon--colorRedDark{
266
+ fill:#bf0711; }
267
+ .Polaris-Icon--colorRedDark::after{
268
+ background-color:#fead9a; }
269
+
270
+ .Polaris-Icon--colorPurple{
271
+ fill:#9c6ade; }
272
+
273
+ .Polaris-Icon__Svg{
274
+ position:relative;
275
+ z-index:2;
276
+ display:block;
277
+ width:100%;
278
+ color:#ffffff;
279
+ max-width:100%;
280
+ max-height:100%; }
281
+
282
+ .Polaris-Icon__Placeholder{
283
+ padding-bottom:100%;
284
+ background:currentColor; }
285
+
286
+
287
+ .Polaris-Button{
288
+ fill:#637381;
289
+ position:relative;
290
+ display:inline-block;
291
+ min-height:3.6rem;
292
+ min-width:3.6rem;
293
+ margin:0;
294
+ padding:0.7rem 1.6rem;
295
+ background:-webkit-linear-gradient(top, #ffffff, #f9fafb);
296
+ background:linear-gradient(to bottom, #ffffff, #f9fafb);
297
+ border:1px solid #c4cdd5;
298
+ box-shadow:0 1px 0 0 rgba(22, 29, 37, 0.05);
299
+ border-radius:3px;
300
+ line-height:1;
301
+ color:#212b36;
302
+ text-align:center;
303
+ cursor:pointer;
304
+ -webkit-user-select:none;
305
+ -moz-user-select:none;
306
+ -ms-user-select:none;
307
+ user-select:none;
308
+ text-decoration:none;
309
+ -webkit-transition-property:background, border, box-shadow;
310
+ transition-property:background, border, box-shadow;
311
+ -webkit-transition-duration:200ms;
312
+ transition-duration:200ms;
313
+ -webkit-transition-timing-function:cubic-bezier(0.64, 0, 0.35, 1);
314
+ transition-timing-function:cubic-bezier(0.64, 0, 0.35, 1); }
315
+ .Polaris-Button:hover{
316
+ background:-webkit-linear-gradient(top, #f9fafb, #f4f6f8);
317
+ background:linear-gradient(to bottom, #f9fafb, #f4f6f8);
318
+ border-color:#c4cdd5; }
319
+ .Polaris-Button:focus{
320
+ border-color:#5c6ac4;
321
+ outline:0;
322
+ box-shadow:0 0 0 1px #5c6ac4; }
323
+ .Polaris-Button:active{
324
+ background:-webkit-linear-gradient(top, #f4f6f8, #f4f6f8);
325
+ background:linear-gradient(to bottom, #f4f6f8, #f4f6f8);
326
+ border-color:#c4cdd5;
327
+ box-shadow:0 0 0 0 transparent, inset 0 1px 1px 0 rgba(99, 115, 129, 0.1), inset 0 1px 4px 0 rgba(99, 115, 129, 0.2); }
328
+ .Polaris-Button.Polaris-Button--disabled{
329
+ fill:#919eab;
330
+ background:#f4f6f8;
331
+ color:#919eab; }
332
+
333
+ .Polaris-Button--primary{
334
+ background:-webkit-linear-gradient(top, #6371c7, #5563c1);
335
+ background:linear-gradient(to bottom, #6371c7, #5563c1);
336
+ border-color:#3f4eae;
337
+ box-shadow:inset 0 1px 0 0 #6774c8, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
338
+ color:#ffffff;
339
+ fill:#ffffff; }
340
+ .Polaris-Button--primary:hover{
341
+ background:-webkit-linear-gradient(top, #5c6ac4, #4959bd);
342
+ background:linear-gradient(to bottom, #5c6ac4, #4959bd);
343
+ border-color:#3f4eae; }
344
+ .Polaris-Button--primary:focus{
345
+ border-color:#202e78;
346
+ box-shadow:inset 0 1px 0 0 #6f7bcb, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #202e78; }
347
+ .Polaris-Button--primary:active{
348
+ background:-webkit-linear-gradient(top, #3f4eae, #3f4eae);
349
+ background:linear-gradient(to bottom, #3f4eae, #3f4eae);
350
+ border-color:#38469b;
351
+ box-shadow:inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #38469b; }
352
+ .Polaris-Button--primary.Polaris-Button--disabled{
353
+ fill:#ffffff;
354
+ background:#b3bcf5;
355
+ border-color:#b3bcf5;
356
+ box-shadow:none;
357
+ color:#ffffff; }
358
+
359
+ .Polaris-Button--destructive{
360
+ background:-webkit-linear-gradient(top, #ee6b50, #ec5b3e);
361
+ background:linear-gradient(to bottom, #ee6b50, #ec5b3e);
362
+ border-color:#e83c19;
363
+ box-shadow:inset 0 1px 0 0 #ee6f55, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
364
+ color:#ffffff;
365
+ fill:#ffffff; }
366
+ .Polaris-Button--destructive:hover{
367
+ background:-webkit-linear-gradient(top, #ed6347, #eb4f30);
368
+ background:linear-gradient(to bottom, #ed6347, #eb4f30);
369
+ border-color:#e83c19; }
370
+ .Polaris-Button--destructive:focus{
371
+ border-color:#bf0711;
372
+ box-shadow:inset 0 1px 0 0 #ef775e, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 1px #bf0711; }
373
+ .Polaris-Button--destructive:active{
374
+ background:-webkit-linear-gradient(top, #e83c19, #e83c19);
375
+ background:linear-gradient(to bottom, #e83c19, #e83c19);
376
+ border-color:#d33515;
377
+ box-shadow:inset 0 0 0 0 transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 1px 0 #d33515; }
378
+
379
+ .Polaris-Button--outline{
380
+ background:transparent;
381
+ border-color:rgba(99, 115, 129, 0.4);
382
+ box-shadow:none;
383
+ color:#374047; }
384
+ .Polaris-Button--outline:hover{
385
+ background:rgba(99, 115, 129, 0.05);
386
+ border-color:rgba(99, 115, 129, 0.4); }
387
+ .Polaris-Button--outline:focus{
388
+ border-color:rgba(99, 115, 129, 0.8);
389
+ box-shadow:0 0 0 1px rgba(99, 115, 129, 0.8); }
390
+ .Polaris-Button--outline:active{
391
+ background:rgba(99, 115, 129, 0.1);
392
+ box-shadow:none; }
393
+ .Polaris-Button--outline.Polaris-Button--disabled{
394
+ background-color:#ffffff;
395
+ border-color:#c4cdd5;
396
+ color:#919eab; }
397
+
398
+ .Polaris-Button--destructive.Polaris-Button--outline{
399
+ background:transparent;
400
+ border-color:rgba(237, 99, 71, 0.4);
401
+ box-shadow:none;
402
+ color:#bc2f12;
403
+ fill:#bf0711; }
404
+ .Polaris-Button--destructive.Polaris-Button--outline:hover{
405
+ background:rgba(237, 99, 71, 0.05);
406
+ border-color:rgba(237, 99, 71, 0.4); }
407
+ .Polaris-Button--destructive.Polaris-Button--outline:focus{
408
+ border-color:rgba(237, 99, 71, 0.8);
409
+ box-shadow:0 0 0 1px rgba(237, 99, 71, 0.8); }
410
+ .Polaris-Button--destructive.Polaris-Button--outline:active{
411
+ background:rgba(237, 99, 71, 0.1);
412
+ box-shadow:none; }
413
+
414
+ .Polaris-Button--disabled{
415
+ cursor:default;
416
+ pointer-events:none; }
417
+
418
+ .Polaris-Button--plain{
419
+ fill:#007ace;
420
+ margin:-0.7rem -1.6rem;
421
+ background:transparent;
422
+ border:1px solid transparent;
423
+ box-shadow:none;
424
+ color:#007ace; }
425
+ .Polaris-Button--plain:hover, .Polaris-Button--plain:focus, .Polaris-Button--plain:active{
426
+ fill:#084e8a;
427
+ background:transparent;
428
+ border:1px solid transparent;
429
+ box-shadow:none;
430
+ color:#084e8a; }
431
+ .Polaris-Button--plain:focus > .Polaris-Button__Content::after{
432
+ opacity:1; }
433
+ .Polaris-Button--plain.Polaris-Button--disabled{
434
+ background:none; }
435
+ .Polaris-Button--plain.Polaris-Button--sizeSlim{
436
+ margin-top:-0.4rem;
437
+ margin-bottom:-0.4rem; }
438
+ .Polaris-Button--plain.Polaris-Button--sizeLarge{
439
+ margin:-1.1rem -2rem; }
440
+ .Polaris-Button--plain > .Polaris-Button__Content::after{
441
+ position:absolute;
442
+ top:-2px;
443
+ bottom:-2px;
444
+ left:-5px;
445
+ right:-5px;
446
+ display:block;
447
+ background:rgba(33, 43, 54, 0.1);
448
+ border-radius:3px;
449
+ -webkit-transition:opacity 200ms cubic-bezier(0.64, 0, 0.35, 1);
450
+ transition:opacity 200ms cubic-bezier(0.64, 0, 0.35, 1);
451
+ content:'';
452
+ opacity:0; }
453
+ .Polaris-Button--plain.Polaris-Button--iconOnly{
454
+ fill:#637381;
455
+ margin:-0.8rem; }
456
+ .Polaris-Button--plain.Polaris-Button--iconOnly:focus, .Polaris-Button--plain.Polaris-Button--iconOnly:active{
457
+ fill:#637381;
458
+ background:rgba(33, 43, 54, 0.1); }
459
+ .Polaris-Button--plain.Polaris-Button--iconOnly:hover, .Polaris-Button--plain.Polaris-Button--iconOnly:active{
460
+ fill:#212b36; }
461
+ .Polaris-Button--plain.Polaris-Button--iconOnly > .Polaris-Button__Content::after{
462
+ display:none; }
463
+ .Polaris-Button--plain.Polaris-Button--iconOnly.Polaris-Button--disabled{
464
+ fill:#c4cdd5; }
465
+
466
+ .Polaris-Button--iconOnly{
467
+ padding-left:0.8rem;
468
+ padding-right:0.8rem; }
469
+
470
+ .Polaris-Button--sizeSlim{
471
+ min-height:3rem;
472
+ min-width:3rem;
473
+ padding:0.4rem 1.6rem; }
474
+ @media (max-width: 40em){
475
+ .Polaris-Button--sizeSlim .Polaris-Button__Content{
476
+ font-size:1.4rem; } }
477
+
478
+ .Polaris-Button--sizeLarge{
479
+ min-height:4.4rem;
480
+ min-width:4.4rem;
481
+ padding:1.1rem 2rem; }
482
+
483
+ .Polaris-Button--fullWidth{
484
+ display:block;
485
+ width:100%; }
486
+
487
+ .Polaris-Button__Content{
488
+ font-size:1.5rem;
489
+ font-weight:400;
490
+ line-height:2rem;
491
+ text-transform:initial;
492
+ letter-spacing:initial;
493
+ position:relative;
494
+ display:-webkit-box;
495
+ display:-ms-flexbox;
496
+ display:flex;
497
+ -webkit-box-pack:center;
498
+ -ms-flex-pack:center;
499
+ justify-content:center;
500
+ -webkit-box-align:center;
501
+ -ms-flex-align:center;
502
+ align-items:center; }
503
+ @media (min-width: 40em){
504
+ .Polaris-Button__Content{
505
+ font-size:1.4rem; } }
506
+
507
+ .Polaris-Button__Icon{
508
+ font-size:1.5rem;
509
+ font-weight:400;
510
+ line-height:2rem;
511
+ text-transform:initial;
512
+ letter-spacing:initial;
513
+ -webkit-transition:color 200ms cubic-bezier(0.64, 0, 0.35, 1);
514
+ transition:color 200ms cubic-bezier(0.64, 0, 0.35, 1); }
515
+ @media (min-width: 40em){
516
+ .Polaris-Button__Icon{
517
+ font-size:1.4rem; } }
518
+ .Polaris-Button__Icon:first-child{
519
+ margin-left:-2px;
520
+ margin-right:0.4rem; }
521
+ .Polaris-Button__Icon:last-child{
522
+ margin-left:0.4rem;
523
+ margin-right:-5px; }
524
+ .Polaris-Button__Icon:only-child{
525
+ margin:0; }
526
+
527
+
528
+ .Polaris-ButtonGroup{
529
+ display:-webkit-box;
530
+ display:-ms-flexbox;
531
+ display:flex;
532
+ -ms-flex-wrap:wrap;
533
+ flex-wrap:wrap;
534
+ -webkit-box-align:center;
535
+ -ms-flex-align:center;
536
+ align-items:center;
537
+ margin-top:-0.8rem;
538
+ margin-left:-0.8rem; }
539
+
540
+ .Polaris-ButtonGroup--segmented{
541
+ display:-webkit-box;
542
+ display:-ms-flexbox;
543
+ display:flex; }
544
+ .Polaris-ButtonGroup--segmented .Polaris-ButtonGroup__Item{
545
+ position:relative;
546
+ z-index:10; }
547
+ .Polaris-ButtonGroup--segmented .Polaris-ButtonGroup__Item:not(:first-child){
548
+ margin-left:-1px; }
549
+ .Polaris-ButtonGroup--segmented .Polaris-ButtonGroup__Item *{
550
+ border-radius:0 !important; }
551
+ .Polaris-ButtonGroup--segmented .Polaris-ButtonGroup__Item:first-child *{
552
+ border-top-left-radius:3px !important;
553
+ border-bottom-left-radius:3px !important; }
554
+ .Polaris-ButtonGroup--segmented .Polaris-ButtonGroup__Item:last-child *{
555
+ border-top-right-radius:3px !important;
556
+ border-bottom-right-radius:3px !important; }
557
+ .Polaris-ButtonGroup--segmented .Polaris-ButtonGroup__Item--focused{
558
+ z-index:20; }
559
+
560
+ .Polaris-ButtonGroup__Item{
561
+ margin-top:0.8rem;
562
+ margin-left:0.8rem; }
563
+
564
+ .Polaris-ButtonGroup__Item--plain:not(:first-child){
565
+ margin-left:1.6rem; }
566
+
567
+ .Polaris-ButtonGroup__Item--plain:not(:last-child){
568
+ margin-right:0.8rem; }
569
+
570
+
571
+ .Polaris-Stack{
572
+ margin-top:-1.6rem;
573
+ margin-left:-1.6rem;
574
+ display:-webkit-box;
575
+ display:-ms-flexbox;
576
+ display:flex;
577
+ -ms-flex-wrap:wrap;
578
+ flex-wrap:wrap;
579
+ -webkit-box-align:stretch;
580
+ -ms-flex-align:stretch;
581
+ align-items:stretch; }
582
+ .Polaris-Stack > .Polaris-Stack__Item{
583
+ margin-top:1.6rem;
584
+ margin-left:1.6rem;
585
+ max-width:calc(100% - 1.6rem); }
586
+
587
+ .Polaris-Stack--vertical{
588
+ -webkit-box-orient:vertical;
589
+ -webkit-box-direction:normal;
590
+ -ms-flex-direction:column;
591
+ flex-direction:column; }
592
+
593
+ .Polaris-Stack--spacingNone{
594
+ margin-top:0;
595
+ margin-left:0; }
596
+ .Polaris-Stack--spacingNone > .Polaris-Stack__Item{
597
+ margin-top:0;
598
+ margin-left:0;
599
+ max-width:100%; }
600
+
601
+ .Polaris-Stack--spacingTight{
602
+ margin-top:-0.8rem;
603
+ margin-left:-0.8rem; }
604
+ .Polaris-Stack--spacingTight > .Polaris-Stack__Item{
605
+ margin-top:0.8rem;
606
+ margin-left:0.8rem;
607
+ max-width:calc(100% - 0.8rem); }
608
+
609
+ .Polaris-Stack--spacingLoose{
610
+ margin-top:-2rem;
611
+ margin-left:-2rem; }
612
+ .Polaris-Stack--spacingLoose > .Polaris-Stack__Item{
613
+ margin-top:2rem;
614
+ margin-left:2rem;
615
+ max-width:calc(100% - 2rem); }
616
+
617
+ .Polaris-Stack--spacingExtraLoose{
618
+ margin-top:-3.2rem;
619
+ margin-left:-3.2rem; }
620
+ .Polaris-Stack--spacingExtraLoose > .Polaris-Stack__Item{
621
+ margin-top:3.2rem;
622
+ margin-left:3.2rem;
623
+ max-width:calc(100% - 3.2rem); }
624
+
625
+ .Polaris-Stack--distributionLeading{
626
+ -webkit-box-pack:start;
627
+ -ms-flex-pack:start;
628
+ justify-content:flex-start; }
629
+
630
+ .Polaris-Stack--distributionTrailing{
631
+ -webkit-box-pack:end;
632
+ -ms-flex-pack:end;
633
+ justify-content:flex-end; }
634
+
635
+ .Polaris-Stack--distributionCenter{
636
+ -webkit-box-pack:center;
637
+ -ms-flex-pack:center;
638
+ justify-content:center; }
639
+
640
+ .Polaris-Stack--distributionEqualSpacing{
641
+ -webkit-box-pack:justify;
642
+ -ms-flex-pack:justify;
643
+ justify-content:space-between; }
644
+
645
+ .Polaris-Stack--distributionFill > .Polaris-Stack__Item{
646
+ -webkit-box-flex:1;
647
+ -ms-flex:1 1 auto;
648
+ flex:1 1 auto; }
649
+
650
+ .Polaris-Stack--distributionFillEvenly > .Polaris-Stack__Item{
651
+ -webkit-box-flex:1;
652
+ -ms-flex:1 1 auto;
653
+ flex:1 1 auto; }
654
+ @supports ((min-width: -webkit-fit-content) or (min-width: -moz-fit-content) or (min-width: fit-content)){
655
+ .Polaris-Stack--distributionFillEvenly > .Polaris-Stack__Item{
656
+ -webkit-box-flex:1;
657
+ -ms-flex:1 0 0%;
658
+ flex:1 0 0%;
659
+ min-width:-webkit-fit-content;
660
+ min-width:-moz-fit-content;
661
+ min-width:fit-content; } }
662
+
663
+ .Polaris-Stack--alignmentLeading{
664
+ -webkit-box-align:start;
665
+ -ms-flex-align:start;
666
+ align-items:flex-start; }
667
+
668
+ .Polaris-Stack--alignmentTrailing{
669
+ -webkit-box-align:end;
670
+ -ms-flex-align:end;
671
+ align-items:flex-end; }
672
+
673
+ .Polaris-Stack--alignmentCenter{
674
+ -webkit-box-align:center;
675
+ -ms-flex-align:center;
676
+ align-items:center; }
677
+
678
+ .Polaris-Stack--alignmentFill{
679
+ -webkit-box-align:stretch;
680
+ -ms-flex-align:stretch;
681
+ align-items:stretch; }
682
+
683
+ .Polaris-Stack--alignmentBaseline{
684
+ -webkit-box-align:baseline;
685
+ -ms-flex-align:baseline;
686
+ align-items:baseline; }
687
+
688
+ .Polaris-Stack__Item{
689
+ -webkit-box-flex:0;
690
+ -ms-flex:0 0 auto;
691
+ flex:0 0 auto;
692
+ min-width:0; }
693
+
694
+ .Polaris-Stack__Item--fill{
695
+ -webkit-box-flex:1;
696
+ -ms-flex:1 1 auto;
697
+ flex:1 1 auto; }
698
+
699
+
700
+ .Polaris-Heading{
701
+ font-size:1.7rem;
702
+ font-weight:600;
703
+ line-height:2.4rem;
704
+ margin:0; }
705
+ @media (min-width: 40em){
706
+ .Polaris-Heading{
707
+ font-size:1.6rem; } }
708
+
709
+
710
+ .Polaris-Card{
711
+ overflow:hidden;
712
+ background-color:#ffffff;
713
+ box-shadow:0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15); }
714
+ .Polaris-Card + .Polaris-Card{
715
+ margin-top:2rem; }
716
+ @media (min-width: 46.5em){
717
+ .Polaris-Card{
718
+ border-radius:3px; } }
719
+
720
+ .Polaris-Card--subdued{
721
+ background-color:#f9fafb; }
722
+
723
+ .Polaris-Card__Header{
724
+ padding:2rem 2rem 0; }
725
+
726
+ .Polaris-Card__Section{
727
+ padding:2rem; }
728
+ .Polaris-Card__Section + .Polaris-Card__Section{
729
+ border-top:1px solid #dfe3e8; }
730
+
731
+ .Polaris-Card__Section--subdued{
732
+ background-color:#f9fafb; }
733
+
734
+ .Polaris-Card__SectionHeader{
735
+ padding-bottom:0.8rem; }
736
+
737
+ .Polaris-Card__Footer{
738
+ display:-webkit-box;
739
+ display:-ms-flexbox;
740
+ display:flex;
741
+ -webkit-box-pack:end;
742
+ -ms-flex-pack:end;
743
+ justify-content:flex-end;
744
+ padding:0 2rem 2rem; }
745
+
746
+
747
+ .Polaris-Subheading{
748
+ font-size:1.3rem;
749
+ font-weight:700;
750
+ line-height:1.6rem;
751
+ text-transform:uppercase;
752
+ margin:0; }
753
+ @media (min-width: 40em){
754
+ .Polaris-Subheading{
755
+ font-size:1.2rem; } }
756
+
757
+
758
+ .Polaris-SettingAction{
759
+ display:-webkit-box;
760
+ display:-ms-flexbox;
761
+ display:flex;
762
+ -ms-flex-wrap:wrap;
763
+ flex-wrap:wrap;
764
+ -webkit-box-align:center;
765
+ -ms-flex-align:center;
766
+ align-items:center;
767
+ margin-top:-1.6rem;
768
+ margin-left:-1.6rem; }
769
+
770
+ .Polaris-SettingAction__Setting,
771
+ .Polaris-SettingAction__Action{
772
+ -webkit-box-flex:0;
773
+ -ms-flex:0 0 auto;
774
+ flex:0 0 auto;
775
+ margin-top:1.6rem;
776
+ margin-left:1.6rem;
777
+ max-width:calc(100% - 1.6rem);
778
+ min-width:0; }
779
+
780
+ .Polaris-SettingAction__Setting{
781
+ -webkit-box-flex:1;
782
+ -ms-flex:1 0 35rem;
783
+ flex:1 0 35rem; }
784
+
785
+
786
+ .Polaris-TextStyle--variationPositive{
787
+ color:#108043; }
788
+
789
+ .Polaris-TextStyle--variationNegative{
790
+ color:#bf0711; }
791
+
792
+ .Polaris-TextStyle--variationStrong{
793
+ font-weight:700; }
794
+
795
+ .Polaris-TextStyle--variationSubdued{
796
+ color:#637381; }
797
+
798
+
799
+ .Polaris-AccountConnection__TermsOfService{
800
+ margin-top:2rem; }
801
+
802
+ .Polaris-AccountConnection__Content > * + *{
803
+ margin-top:0.8rem; }
804
+
805
+
806
+ .Polaris-ActionList{
807
+ list-style:none;
808
+ margin:0;
809
+ padding:0.8rem 0; }
810
+ .Polaris-ActionList + .Polaris-ActionList{
811
+ border-top:1px solid #dfe3e8; }
812
+
813
+ .Polaris-ActionList__Actions{
814
+ list-style:none;
815
+ margin:0;
816
+ padding:0; }
817
+
818
+ .Polaris-ActionList__Title{
819
+ font-size:1.3rem;
820
+ font-weight:700;
821
+ line-height:1.6rem;
822
+ text-transform:uppercase;
823
+ padding:1.2rem 1.6rem;
824
+ border-bottom:1px solid #dfe3e8;
825
+ font-weight:400; }
826
+ @media (min-width: 40em){
827
+ .Polaris-ActionList__Title{
828
+ font-size:1.2rem; } }
829
+
830
+ .Polaris-ActionList__Item{
831
+ -webkit-appearance:none;
832
+ -moz-appearance:none;
833
+ appearance:none;
834
+ margin:0;
835
+ padding:0;
836
+ background:none;
837
+ border:none;
838
+ font-size:inherit;
839
+ line-height:inherit;
840
+ cursor:pointer;
841
+ color:inherit;
842
+ text-decoration:none;
843
+ display:block;
844
+ width:100%;
845
+ min-height:4rem;
846
+ padding:1rem 1.6rem;
847
+ text-align:left;
848
+ cursor:pointer; }
849
+ .Polaris-ActionList__Item:focus{
850
+ outline:none; }
851
+ .Polaris-ActionList__Item:visited{
852
+ color:inherit; }
853
+ .Polaris-ActionList__Item:hover, .Polaris-ActionList__Item:focus, .Polaris-ActionList__Item:active{
854
+ background:#5c6ac4;
855
+ outline:none;
856
+ color:#ffffff; }
857
+ .Polaris-ActionList__Item:hover .Polaris-ActionList__Image, .Polaris-ActionList__Item:focus .Polaris-ActionList__Image, .Polaris-ActionList__Item:active .Polaris-ActionList__Image{
858
+ fill:#dfe3e8; }
859
+
860
+ .Polaris-ActionList__Content{
861
+ display:-webkit-box;
862
+ display:-ms-flexbox;
863
+ display:flex;
864
+ -webkit-box-align:center;
865
+ -ms-flex-align:center;
866
+ align-items:center; }
867
+
868
+ .Polaris-ActionList__Image{
869
+ fill:#919eab;
870
+ display:-webkit-box;
871
+ display:-ms-flexbox;
872
+ display:flex;
873
+ -webkit-box-flex:0;
874
+ -ms-flex:0 0 auto;
875
+ flex:0 0 auto;
876
+ -webkit-box-pack:center;
877
+ -ms-flex-pack:center;
878
+ justify-content:center;
879
+ -webkit-box-align:center;
880
+ -ms-flex-align:center;
881
+ align-items:center;
882
+ height:2.4rem;
883
+ width:2.4rem;
884
+ margin:-1.2rem 1.6rem -1.2rem 0;
885
+ background-size:cover;
886
+ background-position:center center; }
887
+
888
+ .Polaris-ActionList__Text{
889
+ min-width:0;
890
+ max-width:100%;
891
+ -webkit-box-flex:1;
892
+ -ms-flex:1 0 auto;
893
+ flex:1 0 auto; }
894
+
895
+
896
+ .Polaris-VisuallyHidden{
897
+ position:absolute !important;
898
+ top:0;
899
+ clip:rect(1px, 1px, 1px, 1px) !important;
900
+ overflow:hidden !important;
901
+ height:1px !important;
902
+ width:1px !important;
903
+ padding:0 !important;
904
+ border:0 !important; }
905
+
906
+
907
+ .Polaris-Badge{
908
+ display:-webkit-inline-box;
909
+ display:-ms-inline-flexbox;
910
+ display:inline-flex;
911
+ -webkit-box-align:center;
912
+ -ms-flex-align:center;
913
+ align-items:center;
914
+ padding:0 1rem;
915
+ background-color:#dfe3e8;
916
+ border:2px solid #ffffff;
917
+ border-radius:2rem;
918
+ font-size:1.3rem;
919
+ line-height:2rem;
920
+ color:#454f5b; }
921
+ .Polaris-Badge .Polaris-Badge__Pip{
922
+ color:#919eab; }
923
+
924
+ .Polaris-Badge--statusSuccess{
925
+ background-color:#bbe5b3;
926
+ color:#414f3e; }
927
+ .Polaris-Badge--statusSuccess .Polaris-Badge__Pip{
928
+ color:#108043; }
929
+
930
+ .Polaris-Badge--statusInfo{
931
+ background-color:#b4e1fa;
932
+ color:#3e4e57; }
933
+ .Polaris-Badge--statusInfo .Polaris-Badge__Pip{
934
+ color:#084e8a; }
935
+
936
+ .Polaris-Badge--statusAttention{
937
+ background-color:#ffea8a;
938
+ color:#595130; }
939
+ .Polaris-Badge--statusAttention .Polaris-Badge__Pip{
940
+ color:#9c6f19; }
941
+
942
+ .Polaris-Badge--statusWarning{
943
+ background-color:#ffc58b;
944
+ color:#594430; }
945
+ .Polaris-Badge--statusWarning .Polaris-Badge__Pip{
946
+ color:#c05717; }
947
+
948
+ .Polaris-Badge--progressIncomplete .Polaris-Badge__Pip{
949
+ background:transparent; }
950
+
951
+ .Polaris-Badge--progressPartiallyComplete .Polaris-Badge__Pip{
952
+ background:-webkit-linear-gradient(bottom, currentColor, currentColor 50%, transparent 50%, transparent);
953
+ background:linear-gradient(to top, currentColor, currentColor 50%, transparent 50%, transparent); }
954
+
955
+ .Polaris-Badge--progressComplete .Polaris-Badge__Pip{
956
+ background:currentColor; }
957
+
958
+ .Polaris-Badge__Pip{
959
+ height:1rem;
960
+ width:1rem;
961
+ margin:0 0.4rem 0 -0.5rem;
962
+ border:0.2rem solid currentColor;
963
+ border-radius:50%; }
964
+
965
+
966
+ .Polaris-Banner{
967
+ background-color:#f4f6f8;
968
+ box-shadow:inset 0 3px 0 0 #637381, inset 0 0 0 0 transparent, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
969
+ position:relative;
970
+ display:-webkit-box;
971
+ display:-ms-flexbox;
972
+ display:flex;
973
+ padding:1.6rem;
974
+ border-radius:0 0 3px 3px;
975
+ -webkit-transition:box-shadow 200ms cubic-bezier(0.64, 0, 0.35, 1);
976
+ transition:box-shadow 200ms cubic-bezier(0.64, 0, 0.35, 1); }
977
+ .Polaris-Banner:focus{
978
+ box-shadow:inset 0 3px 0 0 #637381, inset 0 0 0 3px #637381, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15); }
979
+ .Polaris-Banner + .Polaris-Banner{
980
+ margin-top:2rem; }
981
+ .Polaris-Banner:focus{
982
+ outline:none; }
983
+
984
+ .Polaris-Banner--hasDismiss{
985
+ padding-right:4.8rem; }
986
+
987
+ .Polaris-Banner--statusSuccess{
988
+ background-color:#e3f1df;
989
+ box-shadow:inset 0 3px 0 0 #50b83c, inset 0 0 0 0 transparent, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15); }
990
+ .Polaris-Banner--statusSuccess:focus{
991
+ box-shadow:inset 0 3px 0 0 #50b83c, inset 0 0 0 3px #50b83c, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15); }
992
+
993
+ .Polaris-Banner--statusInfo{
994
+ background-color:#e0f5f5;
995
+ box-shadow:inset 0 3px 0 0 #47c1bf, inset 0 0 0 0 transparent, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15); }
996
+ .Polaris-Banner--statusInfo:focus{
997
+ box-shadow:inset 0 3px 0 0 #47c1bf, inset 0 0 0 3px #47c1bf, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15); }
998
+
999
+ .Polaris-Banner--statusWarning{
1000
+ background-color:#fcf1cd;
1001
+ box-shadow:inset 0 3px 0 0 #eec200, inset 0 0 0 0 transparent, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15); }
1002
+ .Polaris-Banner--statusWarning:focus{
1003
+ box-shadow:inset 0 3px 0 0 #eec200, inset 0 0 0 3px #eec200, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15); }
1004
+
1005
+ .Polaris-Banner--statusCritical{
1006
+ background-color:#fbeae5;
1007
+ box-shadow:inset 0 3px 0 0 #ed6347, inset 0 0 0 0 transparent, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15); }
1008
+ .Polaris-Banner--statusCritical:focus{
1009
+ box-shadow:inset 0 3px 0 0 #ed6347, inset 0 0 0 3px #ed6347, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15); }
1010
+
1011
+ .Polaris-Banner__Ribbon{
1012
+ -webkit-box-flex:0;
1013
+ -ms-flex:0 0 3.2rem;
1014
+ flex:0 0 3.2rem;
1015
+ margin-right:1.6rem; }
1016
+
1017
+ .Polaris-Banner__Heading{
1018
+ margin-top:0.4rem; }
1019
+
1020
+ .Polaris-Banner__Actions{
1021
+ margin-top:1.6rem; }
1022
+
1023
+ .Polaris-Banner__Content{
1024
+ margin:0.8rem 0; }
1025
+
1026
+ .Polaris-Banner__SecondaryAction{
1027
+ -webkit-appearance:none;
1028
+ -moz-appearance:none;
1029
+ appearance:none;
1030
+ margin:0;
1031
+ padding:0;
1032
+ background:none;
1033
+ border:none;
1034
+ font-size:inherit;
1035
+ line-height:inherit;
1036
+ cursor:pointer;
1037
+ color:inherit;
1038
+ text-decoration:none;
1039
+ margin:-0.8rem -0.6rem;
1040
+ padding:0.8rem 1.2rem;
1041
+ color:#212b36; }
1042
+ .Polaris-Banner__SecondaryAction:focus{
1043
+ outline:none; }
1044
+ .Polaris-Banner__SecondaryAction:visited{
1045
+ color:inherit; }
1046
+ .Polaris-Banner__SecondaryAction:hover > .Polaris-Banner__Text::after{
1047
+ opacity:0.75; }
1048
+ .Polaris-Banner__SecondaryAction:active > .Polaris-Banner__Text::after{
1049
+ opacity:0; }
1050
+ .Polaris-Banner__SecondaryAction:focus > .Polaris-Banner__Text::before{
1051
+ opacity:1; }
1052
+ .Polaris-Banner__SecondaryAction:focus > .Polaris-Banner__Text::after{
1053
+ opacity:0; }
1054
+
1055
+ .Polaris-Banner__Text{
1056
+ position:relative; }
1057
+ .Polaris-Banner__Text::after, .Polaris-Banner__Text::before{
1058
+ content:'';
1059
+ position:absolute; }
1060
+ .Polaris-Banner__Text::before{
1061
+ position:absolute;
1062
+ top:-2px;
1063
+ bottom:-2px;
1064
+ left:-5px;
1065
+ right:-5px;
1066
+ display:block;
1067
+ background:rgba(33, 43, 54, 0.1);
1068
+ border-radius:3px;
1069
+ -webkit-transition:opacity 200ms cubic-bezier(0.64, 0, 0.35, 1);
1070
+ transition:opacity 200ms cubic-bezier(0.64, 0, 0.35, 1);
1071
+ opacity:0; }
1072
+ .Polaris-Banner__Text::after{
1073
+ bottom:0;
1074
+ left:0;
1075
+ right:0;
1076
+ display:block;
1077
+ border:1px solid currentColor;
1078
+ opacity:0.25;
1079
+ -webkit-backface-visibility:hidden;
1080
+ backface-visibility:hidden;
1081
+ will-change:opacity;
1082
+ -webkit-transition:opacity 200ms cubic-bezier(0.64, 0, 0.35, 1);
1083
+ transition:opacity 200ms cubic-bezier(0.64, 0, 0.35, 1); }
1084
+
1085
+ .Polaris-Banner__Dismiss{
1086
+ position:absolute;
1087
+ top:3px;
1088
+ right:0;
1089
+ padding:1.2rem; }
1090
+
1091
+
1092
+ .Polaris-TextContainer{
1093
+ font-size:1.5rem;
1094
+ font-weight:400;
1095
+ line-height:2rem;
1096
+ text-transform:initial;
1097
+ letter-spacing:initial; }
1098
+ @media (min-width: 40em){
1099
+ .Polaris-TextContainer{
1100
+ font-size:1.4rem; } }
1101
+ .Polaris-TextContainer p{
1102
+ margin:0; }
1103
+ .Polaris-TextContainer *:not(:last-child){
1104
+ margin:0;
1105
+ margin-bottom:1.2rem; }
1106
+
1107
+
1108
+ .Polaris-CalloutCard{
1109
+ display:-webkit-box;
1110
+ display:-ms-flexbox;
1111
+ display:flex;
1112
+ -webkit-box-align:center;
1113
+ -ms-flex-align:center;
1114
+ align-items:center; }
1115
+
1116
+ .Polaris-CalloutCard__Image{
1117
+ display:none;
1118
+ -webkit-box-flex:0;
1119
+ -ms-flex:0 0 auto;
1120
+ flex:0 0 auto;
1121
+ width:10rem; }
1122
+ @media (min-width: 30.625em){
1123
+ .Polaris-CalloutCard__Image{
1124
+ display:block;
1125
+ margin-left:2rem; } }
1126
+
1127
+ .Polaris-CalloutCard__Content{
1128
+ -webkit-box-flex:1;
1129
+ -ms-flex:1 1 auto;
1130
+ flex:1 1 auto; }
1131
+
1132
+ .Polaris-CalloutCard__Title{
1133
+ margin-bottom:2rem; }
1134
+
1135
+ .Polaris-CalloutCard__Buttons{
1136
+ margin-top:2rem; }
1137
+
1138
+
1139
+ .Polaris-Caption{
1140
+ font-size:1.3rem;
1141
+ font-weight:400;
1142
+ line-height:2rem;
1143
+ margin:0; }
1144
+ @media (min-width: 40em){
1145
+ .Polaris-Caption{
1146
+ font-size:1.2rem;
1147
+ line-height:1.6rem; } }
1148
+
1149
+
1150
+ .Polaris-Choice{
1151
+ display:-webkit-box;
1152
+ display:-ms-flexbox;
1153
+ display:flex;
1154
+ -webkit-box-align:start;
1155
+ -ms-flex-align:start;
1156
+ align-items:flex-start;
1157
+ padding:0.4rem 0; }
1158
+
1159
+ .Polaris-Choice--labelHidden > .Polaris-Choice__Label{
1160
+ position:absolute !important;
1161
+ top:0;
1162
+ clip:rect(1px, 1px, 1px, 1px) !important;
1163
+ overflow:hidden !important;
1164
+ height:1px !important;
1165
+ width:1px !important;
1166
+ padding:0 !important;
1167
+ border:0 !important; }
1168
+
1169
+ .Polaris-Choice__Control{
1170
+ display:-webkit-box;
1171
+ display:-ms-flexbox;
1172
+ display:flex;
1173
+ -webkit-box-flex:0;
1174
+ -ms-flex:0 0 auto;
1175
+ flex:0 0 auto;
1176
+ -webkit-box-align:stretch;
1177
+ -ms-flex-align:stretch;
1178
+ align-items:stretch;
1179
+ height:1.6rem;
1180
+ width:1.6rem;
1181
+ margin-top:2px;
1182
+ margin-right:0.8rem; }
1183
+ .Polaris-Choice__Control > *{
1184
+ width:100%; }
1185
+
1186
+ .Polaris-Choice__Label{
1187
+ font-size:1.5rem;
1188
+ font-weight:400;
1189
+ line-height:2rem;
1190
+ text-transform:initial;
1191
+ letter-spacing:initial;
1192
+ -webkit-box-flex:1;
1193
+ -ms-flex:1 1 0%;
1194
+ flex:1 1 0%;
1195
+ -webkit-tap-highlight-color:transparent; }
1196
+ @media (min-width: 40em){
1197
+ .Polaris-Choice__Label{
1198
+ font-size:1.4rem; } }
1199
+
1200
+ .Polaris-Choice__Descriptions{
1201
+ padding-left:2.4rem; }
1202
+
1203
+ .Polaris-Choice__HelpText{
1204
+ font-size:1.5rem;
1205
+ font-weight:400;
1206
+ line-height:2rem;
1207
+ text-transform:initial;
1208
+ letter-spacing:initial;
1209
+ color:#637381;
1210
+ margin-bottom:0.4rem; }
1211
+ @media (min-width: 40em){
1212
+ .Polaris-Choice__HelpText{
1213
+ font-size:1.4rem; } }
1214
+
1215
+ .Polaris-Choice__Error{
1216
+ display:-webkit-box;
1217
+ display:-ms-flexbox;
1218
+ display:flex;
1219
+ margin-bottom:0.4rem;
1220
+ color:#bf0711; }
1221
+
1222
+ .Polaris-Choice__ErrorIcon{
1223
+ fill:#ed6347;
1224
+ margin:0 0.4rem 0 -2px; }
1225
+
1226
+
1227
+ .Polaris-Checkbox{
1228
+ position:relative; }
1229
+
1230
+ .Polaris-Checkbox--error .Polaris-Checkbox__Input:checked + .Polaris-Checkbox__Backdrop,
1231
+ .Polaris-Checkbox--error .Polaris-Checkbox__Backdrop{
1232
+ background:#ed6347;
1233
+ box-shadow:0 0 0 1px transparent; }
1234
+ .Polaris-Checkbox--error .Polaris-Checkbox__Input:checked + .Polaris-Checkbox__Backdrop::after,
1235
+ .Polaris-Checkbox--error .Polaris-Checkbox__Backdrop::after{
1236
+ background:#fbeae5; }
1237
+
1238
+ .Polaris-Checkbox--error .Polaris-Checkbox__Input:focus + .Polaris-Checkbox__Backdrop,
1239
+ .Polaris-Checkbox--error .Polaris-Checkbox__Input:active + .Polaris-Checkbox__Backdrop{
1240
+ background:#5c6ac4;
1241
+ box-shadow:0 0 0 1px #5c6ac4; }
1242
+ .Polaris-Checkbox--error .Polaris-Checkbox__Input:focus + .Polaris-Checkbox__Backdrop::after,
1243
+ .Polaris-Checkbox--error .Polaris-Checkbox__Input:active + .Polaris-Checkbox__Backdrop::after{
1244
+ background:#fbeae5; }
1245
+
1246
+ .Polaris-Checkbox--error .Polaris-Checkbox__Icon{
1247
+ fill:#bf0711; }
1248
+
1249
+ .Polaris-Checkbox__Input{
1250
+ position:absolute !important;
1251
+ top:0;
1252
+ clip:rect(1px, 1px, 1px, 1px) !important;
1253
+ overflow:hidden !important;
1254
+ height:1px !important;
1255
+ width:1px !important;
1256
+ padding:0 !important;
1257
+ border:0 !important; }
1258
+ .Polaris-Checkbox__Input:focus + .Polaris-Checkbox__Backdrop, .Polaris-Checkbox__Input:active + .Polaris-Checkbox__Backdrop, .Polaris-Checkbox__Input:checked + .Polaris-Checkbox__Backdrop{
1259
+ background:#5c6ac4; }
1260
+ .Polaris-Checkbox__Input:checked ~ .Polaris-Checkbox__Icon{
1261
+ -webkit-transform:translate(-50%, -50%) scale(1);
1262
+ transform:translate(-50%, -50%) scale(1); }
1263
+ .Polaris-Checkbox__Input:focus + .Polaris-Checkbox__Backdrop, .Polaris-Checkbox__Input:active + .Polaris-Checkbox__Backdrop{
1264
+ background:#5c6ac4;
1265
+ box-shadow:0 0 0 1px #5c6ac4, 0 0 0 0 transparent; }
1266
+ .Polaris-Checkbox__Input:focus + .Polaris-Checkbox__Backdrop::after, .Polaris-Checkbox__Input:active + .Polaris-Checkbox__Backdrop::after{
1267
+ background:#ffffff; }
1268
+ .Polaris-Checkbox__Input:disabled + .Polaris-Checkbox__Backdrop{
1269
+ background:#dfe3e8;
1270
+ box-shadow:none; }
1271
+ .Polaris-Checkbox__Input:disabled + .Polaris-Checkbox__Backdrop::after{
1272
+ background:#f9fafb; }
1273
+ .Polaris-Checkbox__Input:disabled ~ .Polaris-Checkbox__Icon{
1274
+ fill:#919eab; }
1275
+
1276
+ .Polaris-Checkbox__Backdrop{
1277
+ background:#c4cdd5;
1278
+ border:1px solid transparent;
1279
+ box-shadow:0 0 0 1px transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05);
1280
+ border-radius:3px;
1281
+ -webkit-transition-property:box-shadow, background;
1282
+ transition-property:box-shadow, background;
1283
+ -webkit-transition-duration:200ms;
1284
+ transition-duration:200ms;
1285
+ -webkit-transition-timing-function:cubic-bezier(0.64, 0, 0.35, 1);
1286
+ transition-timing-function:cubic-bezier(0.64, 0, 0.35, 1);
1287
+ position:absolute;
1288
+ top:0;
1289
+ bottom:0;
1290
+ left:0;
1291
+ right:0; }
1292
+ .Polaris-Checkbox__Backdrop::after{
1293
+ content:'';
1294
+ position:absolute;
1295
+ top:0;
1296
+ bottom:0;
1297
+ left:0;
1298
+ right:0;
1299
+ display:block;
1300
+ background:-webkit-linear-gradient(top, #ffffff, #f9fafb);
1301
+ background:linear-gradient(to bottom, #ffffff, #f9fafb);
1302
+ border-radius:2px; }
1303
+
1304
+ .Polaris-Checkbox__Icon{
1305
+ fill:#5c6ac4;
1306
+ position:absolute;
1307
+ top:50%;
1308
+ left:50%;
1309
+ -webkit-transform:translate(-50%, -50%) scale(0);
1310
+ transform:translate(-50%, -50%) scale(0);
1311
+ -webkit-transform-origin:50% 50%;
1312
+ transform-origin:50% 50%;
1313
+ -webkit-transition:-webkit-transform 100ms cubic-bezier(0.36, 0, 1, 1);
1314
+ transition:-webkit-transform 100ms cubic-bezier(0.36, 0, 1, 1);
1315
+ transition:transform 100ms cubic-bezier(0.36, 0, 1, 1);
1316
+ transition:transform 100ms cubic-bezier(0.36, 0, 1, 1), -webkit-transform 100ms cubic-bezier(0.36, 0, 1, 1); }
1317
+
1318
+
1319
+ .Polaris-RadioButton{
1320
+ position:relative; }
1321
+
1322
+ .Polaris-RadioButton__Input{
1323
+ margin:0;
1324
+ padding:0;
1325
+ opacity:0;
1326
+ -webkit-appearance:none;
1327
+ -moz-appearance:none;
1328
+ appearance:none; }
1329
+ .Polaris-RadioButton__Input:focus + .Polaris-RadioButton__Backdrop, .Polaris-RadioButton__Input:active + .Polaris-RadioButton__Backdrop, .Polaris-RadioButton__Input:checked + .Polaris-RadioButton__Backdrop{
1330
+ background:#5c6ac4; }
1331
+ .Polaris-RadioButton__Input:checked ~ .Polaris-RadioButton__Icon{
1332
+ -webkit-transform:translate(-50%, -50%) scale(1);
1333
+ transform:translate(-50%, -50%) scale(1); }
1334
+ .Polaris-RadioButton__Input:focus + .Polaris-RadioButton__Backdrop, .Polaris-RadioButton__Input:active + .Polaris-RadioButton__Backdrop{
1335
+ background:#5c6ac4;
1336
+ box-shadow:0 0 0 1px #5c6ac4, 0 0 0 0 transparent; }
1337
+ .Polaris-RadioButton__Input:focus + .Polaris-RadioButton__Backdrop::after, .Polaris-RadioButton__Input:active + .Polaris-RadioButton__Backdrop::after{
1338
+ background:#ffffff; }
1339
+ .Polaris-RadioButton__Input:disabled + .Polaris-RadioButton__Backdrop{
1340
+ background:#dfe3e8;
1341
+ box-shadow:none; }
1342
+ .Polaris-RadioButton__Input:disabled + .Polaris-RadioButton__Backdrop::after{
1343
+ background:#f9fafb; }
1344
+ .Polaris-RadioButton__Input:disabled ~ .Polaris-RadioButton__Icon{
1345
+ background-color:#c4cdd5; }
1346
+
1347
+ .Polaris-RadioButton__Backdrop{
1348
+ background:#c4cdd5;
1349
+ border:1px solid transparent;
1350
+ box-shadow:0 0 0 1px transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05);
1351
+ border-radius:3px;
1352
+ -webkit-transition-property:box-shadow, background;
1353
+ transition-property:box-shadow, background;
1354
+ -webkit-transition-duration:200ms;
1355
+ transition-duration:200ms;
1356
+ -webkit-transition-timing-function:cubic-bezier(0.64, 0, 0.35, 1);
1357
+ transition-timing-function:cubic-bezier(0.64, 0, 0.35, 1);
1358
+ position:absolute;
1359
+ top:0;
1360
+ bottom:0;
1361
+ left:0;
1362
+ right:0;
1363
+ border-radius:50%; }
1364
+ .Polaris-RadioButton__Backdrop::after{
1365
+ content:'';
1366
+ position:absolute;
1367
+ top:0;
1368
+ bottom:0;
1369
+ left:0;
1370
+ right:0;
1371
+ display:block;
1372
+ background:-webkit-linear-gradient(top, #ffffff, #f9fafb);
1373
+ background:linear-gradient(to bottom, #ffffff, #f9fafb);
1374
+ border-radius:2px; }
1375
+ .Polaris-RadioButton__Backdrop::after{
1376
+ border-radius:50%; }
1377
+
1378
+ .Polaris-RadioButton__Icon{
1379
+ position:absolute;
1380
+ top:50%;
1381
+ left:50%;
1382
+ -webkit-transform:translate(-50%, -50%) scale(0);
1383
+ transform:translate(-50%, -50%) scale(0);
1384
+ -webkit-transform-origin:50% 50%;
1385
+ transform-origin:50% 50%;
1386
+ height:50%;
1387
+ width:50%;
1388
+ background:#5c6ac4;
1389
+ border-radius:50%;
1390
+ -webkit-transition:-webkit-transform 100ms cubic-bezier(0.36, 0, 1, 1);
1391
+ transition:-webkit-transform 100ms cubic-bezier(0.36, 0, 1, 1);
1392
+ transition:transform 100ms cubic-bezier(0.36, 0, 1, 1);
1393
+ transition:transform 100ms cubic-bezier(0.36, 0, 1, 1), -webkit-transform 100ms cubic-bezier(0.36, 0, 1, 1); }
1394
+
1395
+
1396
+ .Polaris-ChoiceList{
1397
+ margin:0;
1398
+ padding:0;
1399
+ border:none; }
1400
+
1401
+ .Polaris-ChoiceList--titleHidden > .Polaris-ChoiceList__Title{
1402
+ position:absolute !important;
1403
+ top:0;
1404
+ clip:rect(1px, 1px, 1px, 1px) !important;
1405
+ overflow:hidden !important;
1406
+ height:1px !important;
1407
+ width:1px !important;
1408
+ padding:0 !important;
1409
+ border:0 !important; }
1410
+
1411
+ .Polaris-ChoiceList__Choices{
1412
+ list-style:none;
1413
+ margin:0;
1414
+ padding:0; }
1415
+
1416
+ .Polaris-ChoiceList__Title{
1417
+ font-size:1.5rem;
1418
+ font-weight:400;
1419
+ line-height:2rem;
1420
+ text-transform:initial;
1421
+ letter-spacing:initial;
1422
+ display:block;
1423
+ margin:0 0 0.4rem;
1424
+ padding:0; }
1425
+ @media (min-width: 40em){
1426
+ .Polaris-ChoiceList__Title{
1427
+ font-size:1.4rem; } }
1428
+
1429
+
1430
+ .Polaris-Collapsible{
1431
+ overflow:hidden;
1432
+ height:0;
1433
+ padding-top:0;
1434
+ padding-bottom:0;
1435
+ opacity:0;
1436
+ -webkit-backface-visibility:hidden;
1437
+ backface-visibility:hidden;
1438
+ will-change:opacity, height; }
1439
+
1440
+ .Polaris-Collapsible--animating{
1441
+ -webkit-transition-property:opacity, height;
1442
+ transition-property:opacity, height;
1443
+ -webkit-transition-duration:300ms;
1444
+ transition-duration:300ms;
1445
+ -webkit-transition-timing-function:cubic-bezier(0, 0, 0.42, 1);
1446
+ transition-timing-function:cubic-bezier(0, 0, 0.42, 1); }
1447
+
1448
+ .Polaris-Collapsible--open{
1449
+ opacity:1; }
1450
+
1451
+
1452
+ .Polaris-ColorPicker{
1453
+ -webkit-user-select:none;
1454
+ -moz-user-select:none;
1455
+ -ms-user-select:none;
1456
+ user-select:none;
1457
+ display:-webkit-box;
1458
+ display:-ms-flexbox;
1459
+ display:flex; }
1460
+
1461
+ .Polaris-ColorPicker__MainColor{
1462
+ background-image:-webkit-linear-gradient(45deg, #dfe3e8 25%, transparent 25%), -webkit-linear-gradient(135deg, #dfe3e8 25%, transparent 25%), -webkit-linear-gradient(45deg, transparent 75%, #dfe3e8 75%), -webkit-linear-gradient(135deg, transparent 75%, #dfe3e8 75%);
1463
+ background-image:linear-gradient(45deg, #dfe3e8 25%, transparent 25%), linear-gradient(-45deg, #dfe3e8 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #dfe3e8 75%), linear-gradient(-45deg, transparent 75%, #dfe3e8 75%);
1464
+ background-size:1.6rem 1.6rem;
1465
+ background-position:0 0, 0 0.8rem, 0.8rem -0.8rem, -0.8rem 0;
1466
+ position:relative;
1467
+ overflow:hidden;
1468
+ height:16rem;
1469
+ width:16rem;
1470
+ border-radius:4px;
1471
+ cursor:pointer; }
1472
+ .Polaris-ColorPicker__MainColor .Polaris-ColorPicker__Dragger{
1473
+ right:0.9rem;
1474
+ margin:0; }
1475
+ .Polaris-ColorPicker__MainColor .Polaris-ColorPicker__ColorLayer{
1476
+ box-shadow:inset 0 0 0 1px rgba(6, 44, 82, 0.1), 0 2px 16px rgba(33, 43, 54, 0.08);
1477
+ border-radius:4px; }
1478
+ .Polaris-ColorPicker__MainColor::after, .Polaris-ColorPicker__MainColor::before{
1479
+ content:'';
1480
+ position:absolute;
1481
+ z-index:20;
1482
+ top:0;
1483
+ left:0;
1484
+ display:block;
1485
+ height:100%;
1486
+ width:100%;
1487
+ pointer-events:none;
1488
+ border-radius:3px; }
1489
+ .Polaris-ColorPicker__MainColor::before{
1490
+ background:-webkit-linear-gradient(left, white, transparent);
1491
+ background:linear-gradient(to right, white, transparent); }
1492
+ .Polaris-ColorPicker__MainColor::after{
1493
+ background-image:-webkit-linear-gradient(bottom, black, transparent);
1494
+ background-image:linear-gradient(to top, black, transparent);
1495
+ box-shadow:inset 0 0 0 1px rgba(6, 44, 82, 0.1), 0 2px 16px rgba(33, 43, 54, 0.08); }
1496
+
1497
+ .Polaris-ColorPicker__Dragger{
1498
+ position:relative;
1499
+ z-index:30;
1500
+ bottom:0.9rem;
1501
+ -webkit-transform:none;
1502
+ transform:none;
1503
+ height:1.8rem;
1504
+ width:1.8rem;
1505
+ margin:0 auto;
1506
+ -webkit-backface-visibility:hidden;
1507
+ backface-visibility:hidden;
1508
+ will-change:transform;
1509
+ background:transparent;
1510
+ border:3px solid #ffffff;
1511
+ box-shadow:0 0 0 1px rgba(6, 44, 82, 0.1), 0 2px 16px rgba(33, 43, 54, 0.08), inset 0 0 0 1px rgba(6, 44, 82, 0.1), 0 2px 16px rgba(33, 43, 54, 0.08);
1512
+ border-radius:50%;
1513
+ pointer-events:none; }
1514
+
1515
+ .Polaris-ColorPicker__HuePicker,
1516
+ .Polaris-ColorPicker__AlphaPicker{
1517
+ position:relative;
1518
+ overflow:hidden;
1519
+ height:16rem;
1520
+ width:2.4rem;
1521
+ margin-left:0.8rem;
1522
+ border-width:3px;
1523
+ border-radius:8rem; }
1524
+
1525
+ .Polaris-ColorPicker__HuePicker{
1526
+ background-image:-webkit-linear-gradient(top, red 1.8rem, yellow, lime, cyan, blue, magenta, red 14.2rem);
1527
+ background-image:linear-gradient(to bottom, red 1.8rem, yellow, lime, cyan, blue, magenta, red 14.2rem);
1528
+ box-shadow:inset 0 0 2px 0 rgba(0, 0, 0, 0.5); }
1529
+
1530
+ .Polaris-ColorPicker__AlphaPicker{
1531
+ background-image:-webkit-linear-gradient(45deg, #dfe3e8 25%, transparent 25%), -webkit-linear-gradient(135deg, #dfe3e8 25%, transparent 25%), -webkit-linear-gradient(45deg, transparent 75%, #dfe3e8 75%), -webkit-linear-gradient(135deg, transparent 75%, #dfe3e8 75%);
1532
+ background-image:linear-gradient(45deg, #dfe3e8 25%, transparent 25%), linear-gradient(-45deg, #dfe3e8 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #dfe3e8 75%), linear-gradient(-45deg, transparent 75%, #dfe3e8 75%);
1533
+ background-size:1.6rem 1.6rem;
1534
+ background-position:0 0, 0 0.8rem, 0.8rem -0.8rem, -0.8rem 0; }
1535
+ .Polaris-ColorPicker__AlphaPicker .Polaris-ColorPicker__ColorLayer{
1536
+ border-radius:8rem; }
1537
+
1538
+ .Polaris-ColorPicker__ColorLayer{
1539
+ position:absolute;
1540
+ z-index:10;
1541
+ top:0;
1542
+ left:0;
1543
+ height:100%;
1544
+ width:100%;
1545
+ box-shadow:inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
1546
+ pointer-events:none; }
1547
+
1548
+ .Polaris-ColorPicker__Slidable{
1549
+ height:100%;
1550
+ width:100%;
1551
+ cursor:pointer; }
1552
+
1553
+
1554
+ .Polaris-DatePicker{
1555
+ position:relative; }
1556
+
1557
+ .Polaris-DatePicker__MonthContainer{
1558
+ display:-webkit-box;
1559
+ display:-ms-flexbox;
1560
+ display:flex;
1561
+ -ms-flex-wrap:wrap;
1562
+ flex-wrap:wrap;
1563
+ margin-top:-1.6rem;
1564
+ margin-left:-1.6rem; }
1565
+
1566
+ .Polaris-DatePicker__Month{
1567
+ -webkit-box-flex:1;
1568
+ -ms-flex:1 1 auto;
1569
+ flex:1 1 auto;
1570
+ margin-top:1.6rem;
1571
+ margin-left:1.6rem;
1572
+ max-width:calc(100% - 1.6rem);
1573
+ min-width:23rem; }
1574
+
1575
+ .Polaris-DatePicker__Week,
1576
+ .Polaris-DatePicker__WeekHeadings{
1577
+ display:-webkit-box;
1578
+ display:-ms-flexbox;
1579
+ display:flex; }
1580
+ .Polaris-DatePicker__Week + .Polaris-DatePicker__Week,
1581
+ .Polaris-DatePicker__WeekHeadings + .Polaris-DatePicker__Week{
1582
+ margin-top:-1px; }
1583
+
1584
+ .Polaris-DatePicker__Day{
1585
+ display:block;
1586
+ -webkit-box-flex:1;
1587
+ -ms-flex:1 0 0%;
1588
+ flex:1 0 0%;
1589
+ width:14.28571%;
1590
+ margin:0;
1591
+ padding:0.8rem;
1592
+ background:transparent;
1593
+ border:1px solid #dfe3e8;
1594
+ outline:none;
1595
+ font-size:1.2rem;
1596
+ text-align:center;
1597
+ cursor:pointer; }
1598
+ .Polaris-DatePicker__Day:hover{
1599
+ background:#dfe3e8; }
1600
+ .Polaris-DatePicker__Day:focus{
1601
+ box-shadow:inset 0 0 0 2px #5c6ac4; }
1602
+ .Polaris-DatePicker__Day + .Polaris-DatePicker__Day,
1603
+ .Polaris-DatePicker__Day + .Polaris-DatePicker__EmptyDay{
1604
+ margin-left:-1px; }
1605
+
1606
+ .Polaris-DatePicker__Day--inRange{
1607
+ z-index:20;
1608
+ background:#b3bcf5;
1609
+ border:1px solid #9ca6de; }
1610
+ .Polaris-DatePicker__Day--inRange:hover{
1611
+ background:#9ca8f2; }
1612
+
1613
+ .Polaris-DatePicker__Day--selected{
1614
+ z-index:30;
1615
+ background:#5c6ac4;
1616
+ border:1px solid #5c6ac4;
1617
+ color:#ffffff; }
1618
+ .Polaris-DatePicker__Day--selected:hover{
1619
+ background:#4959bd; }
1620
+ .Polaris-DatePicker__Day--selected:focus{
1621
+ box-shadow:inset 0 0 0 2px #202e78; }
1622
+
1623
+ .Polaris-DatePicker__Day--disabled{
1624
+ background-color:#f9fafb;
1625
+ color:#c4cdd5;
1626
+ cursor:default; }
1627
+ .Polaris-DatePicker__Day--disabled:hover{
1628
+ background-color:#f9fafb; }
1629
+ .Polaris-DatePicker__Day--disabled:focus{
1630
+ box-shadow:none; }
1631
+
1632
+ .Polaris-DatePicker__EmptyDay{
1633
+ display:block;
1634
+ -webkit-box-flex:1;
1635
+ -ms-flex:1 0 0%;
1636
+ flex:1 0 0%;
1637
+ width:14.28571%;
1638
+ margin:0;
1639
+ padding:0.8rem;
1640
+ border:1px solid #dfe3e8; }
1641
+ .Polaris-DatePicker__EmptyDay + .Polaris-DatePicker__EmptyDay,
1642
+ .Polaris-DatePicker__EmptyDay + .Polaris-DatePicker__Day{
1643
+ margin-left:-1px; }
1644
+
1645
+ .Polaris-DatePicker__Weekday{
1646
+ display:block;
1647
+ -webkit-box-flex:1;
1648
+ -ms-flex:1 0 0%;
1649
+ flex:1 0 0%;
1650
+ padding:0.8rem;
1651
+ background:transparent;
1652
+ font-size:1.2rem;
1653
+ color:#637381;
1654
+ text-align:center; }
1655
+ .Polaris-DatePicker__Weekday + .Polaris-DatePicker__Weekday{
1656
+ margin-left:-1px; }
1657
+
1658
+ .Polaris-DatePicker__Header{
1659
+ position:absolute;
1660
+ top:1.6rem;
1661
+ display:-webkit-box;
1662
+ display:-ms-flexbox;
1663
+ display:flex;
1664
+ -webkit-box-pack:justify;
1665
+ -ms-flex-pack:justify;
1666
+ justify-content:space-between;
1667
+ width:100%; }
1668
+
1669
+ .Polaris-DatePicker__Title{
1670
+ -webkit-box-flex:1;
1671
+ -ms-flex:1 1 auto;
1672
+ flex:1 1 auto;
1673
+ margin-top:0.2rem;
1674
+ padding-bottom:0.4rem;
1675
+ text-align:center; }
1676
+
1677
+
1678
+ .Polaris-DescriptionList{
1679
+ margin:0;
1680
+ padding:0; }
1681
+ @media (min-width: 36.875em){
1682
+ .Polaris-DescriptionList{
1683
+ display:-webkit-box;
1684
+ display:-ms-flexbox;
1685
+ display:flex;
1686
+ -ms-flex-wrap:wrap;
1687
+ flex-wrap:wrap;
1688
+ -webkit-box-align:start;
1689
+ -ms-flex-align:start;
1690
+ align-items:flex-start; } }
1691
+
1692
+ .Polaris-DescriptionList__Term{
1693
+ font-weight:700;
1694
+ padding:1.6rem 0 0.8rem; }
1695
+ @media (min-width: 36.875em){
1696
+ .Polaris-DescriptionList__Term{
1697
+ -webkit-box-flex:0;
1698
+ -ms-flex:0 1 25%;
1699
+ flex:0 1 25%;
1700
+ padding:1.6rem 1.6rem 1.6rem 0; }
1701
+ .Polaris-DescriptionList__Description + .Polaris-DescriptionList__Term + .Polaris-DescriptionList__Description{
1702
+ border-top:1px solid #dfe3e8; } }
1703
+
1704
+ .Polaris-DescriptionList__Description{
1705
+ margin-left:0;
1706
+ padding:0 0 1.6rem; }
1707
+ .Polaris-DescriptionList__Description + .Polaris-DescriptionList__Term{
1708
+ border-top:1px solid #dfe3e8; }
1709
+ @media (min-width: 36.875em){
1710
+ .Polaris-DescriptionList__Description{
1711
+ -webkit-box-flex:1;
1712
+ -ms-flex:1 1 51%;
1713
+ flex:1 1 51%;
1714
+ padding:1.6rem 0; }
1715
+ .Polaris-DescriptionList__Description + .Polaris-DescriptionList__Term + .Polaris-DescriptionList__Description{
1716
+ border-top:1px solid #dfe3e8; } }
1717
+
1718
+
1719
+ .Polaris-DisplayText{
1720
+ margin:0; }
1721
+
1722
+ .Polaris-DisplayText--sizeSmall{
1723
+ font-size:1.6rem;
1724
+ font-weight:400;
1725
+ line-height:2.4rem; }
1726
+ @media (min-width: 40em){
1727
+ .Polaris-DisplayText--sizeSmall{
1728
+ font-size:2rem;
1729
+ line-height:2.8rem; } }
1730
+
1731
+ .Polaris-DisplayText--sizeMedium{
1732
+ font-size:2.1rem;
1733
+ font-weight:400;
1734
+ line-height:2.8rem; }
1735
+ @media (min-width: 40em){
1736
+ .Polaris-DisplayText--sizeMedium{
1737
+ font-size:2.6rem;
1738
+ line-height:3.2rem; } }
1739
+
1740
+ .Polaris-DisplayText--sizeLarge{
1741
+ font-size:2.4rem;
1742
+ font-weight:600;
1743
+ line-height:2.8rem; }
1744
+ @media (min-width: 40em){
1745
+ .Polaris-DisplayText--sizeLarge{
1746
+ font-size:2.8rem;
1747
+ line-height:3.2rem; } }
1748
+
1749
+ .Polaris-DisplayText--sizeExtraLarge{
1750
+ font-size:2.7rem;
1751
+ font-weight:600;
1752
+ line-height:3.6rem; }
1753
+ @media (min-width: 40em){
1754
+ .Polaris-DisplayText--sizeExtraLarge{
1755
+ font-size:4.2rem;
1756
+ line-height:4.4rem; } }
1757
+
1758
+
1759
+ .Polaris-EmptyState{
1760
+ display:-webkit-box;
1761
+ display:-ms-flexbox;
1762
+ display:flex;
1763
+ -webkit-box-orient:vertical;
1764
+ -webkit-box-direction:normal;
1765
+ -ms-flex-direction:column;
1766
+ flex-direction:column;
1767
+ -webkit-box-align:center;
1768
+ -ms-flex-align:center;
1769
+ align-items:center;
1770
+ width:100%;
1771
+ margin-top:2rem;
1772
+ padding:2rem;
1773
+ padding-left:3.2rem;
1774
+ text-align:center; }
1775
+ @media (min-width: 46.5em){
1776
+ .Polaris-EmptyState{
1777
+ -webkit-box-orient:horizontal;
1778
+ -webkit-box-direction:reverse;
1779
+ -ms-flex-direction:row-reverse;
1780
+ flex-direction:row-reverse;
1781
+ padding-left:2rem;
1782
+ text-align:left; } }
1783
+
1784
+ @media (min-width: 46.5em){
1785
+ .Polaris-EmptyState--imageContained .Polaris-EmptyState__Image{
1786
+ position:initial;
1787
+ width:100%; } }
1788
+
1789
+ @media (min-width: 46.5em){
1790
+ .Polaris-EmptyState__ImageContainer,
1791
+ .Polaris-EmptyState__Details{
1792
+ -ms-flex-preferred-size:50%;
1793
+ flex-basis:50%; } }
1794
+
1795
+ .Polaris-EmptyState__Image{
1796
+ z-index:-1;
1797
+ width:60vw; }
1798
+ @media (min-width: 46.5em){
1799
+ .Polaris-EmptyState__Image{
1800
+ position:relative;
1801
+ left:-40%;
1802
+ width:180%; } }
1803
+
1804
+ .Polaris-EmptyState__Details{
1805
+ margin-top:1.6rem; }
1806
+ @media (min-width: 46.5em){
1807
+ .Polaris-EmptyState__Details{
1808
+ padding-right:1.6rem; } }
1809
+
1810
+ .Polaris-EmptyState__Actions{
1811
+ margin-top:1.6rem; }
1812
+ @media (max-width: 46.5em){
1813
+ .Polaris-EmptyState__Actions{
1814
+ display:-webkit-box;
1815
+ display:-ms-flexbox;
1816
+ display:flex;
1817
+ -webkit-box-pack:center;
1818
+ -ms-flex-pack:center;
1819
+ justify-content:center; } }
1820
+
1821
+
1822
+ .Polaris-FooterHelp{
1823
+ display:-webkit-box;
1824
+ display:-ms-flexbox;
1825
+ display:flex;
1826
+ -webkit-box-pack:center;
1827
+ -ms-flex-pack:center;
1828
+ justify-content:center;
1829
+ margin:2rem; }
1830
+
1831
+ .Polaris-FooterHelp__Content{
1832
+ display:-webkit-inline-box;
1833
+ display:-ms-inline-flexbox;
1834
+ display:inline-flex;
1835
+ -webkit-box-align:center;
1836
+ -ms-flex-align:center;
1837
+ align-items:center;
1838
+ padding:0.8rem 2.4rem;
1839
+ border:1px solid #dfe3e8;
1840
+ border-radius:999px; }
1841
+
1842
+ .Polaris-FooterHelp__Icon{
1843
+ margin-left:-1.6rem;
1844
+ margin-right:0.8rem;
1845
+ color:#919eab; }
1846
+
1847
+ .Polaris-FooterHelp__Text{
1848
+ color:#637381; }
1849
+
1850
+
1851
+ .Polaris-FormLayout{
1852
+ margin-top:-1.6rem;
1853
+ margin-left:-2rem; }
1854
+
1855
+ .Polaris-FormLayout--condensed .Polaris-FormLayout__Item{
1856
+ -ms-flex-preferred-size:11rem;
1857
+ flex-basis:11rem;
1858
+ min-width:11rem; }
1859
+
1860
+ .Polaris-FormLayout__Title{
1861
+ margin-bottom:-0.8rem;
1862
+ padding:1.6rem 2rem 0; }
1863
+
1864
+ .Polaris-FormLayout__Items{
1865
+ display:-webkit-box;
1866
+ display:-ms-flexbox;
1867
+ display:flex;
1868
+ -ms-flex-wrap:wrap;
1869
+ flex-wrap:wrap;
1870
+ -webkit-box-align:center;
1871
+ -ms-flex-align:center;
1872
+ align-items:center; }
1873
+
1874
+ .Polaris-FormLayout__HelpText{
1875
+ color:#637381;
1876
+ padding:0.8rem 2rem 0; }
1877
+
1878
+ .Polaris-FormLayout__Item{
1879
+ -webkit-box-flex:1;
1880
+ -ms-flex:1 1 22rem;
1881
+ flex:1 1 22rem;
1882
+ margin-top:1.6rem;
1883
+ margin-left:2rem;
1884
+ min-width:22rem;
1885
+ max-width:calc(100% - 2rem); }
1886
+
1887
+
1888
+ .Polaris-KeyboardKey{
1889
+ display:inline-block;
1890
+ height:2.4rem;
1891
+ margin:0 0.2rem 2px;
1892
+ padding:0 0.4rem;
1893
+ background-color:#ffffff;
1894
+ box-shadow:0 0 0 1px #c4cdd5, 0 2px 0 0 #ffffff, 0 2px 0 1px #c4cdd5;
1895
+ border-radius:3px;
1896
+ font-size:1.2rem;
1897
+ font-weight:500;
1898
+ line-height:2.4rem;
1899
+ color:#637381;
1900
+ text-align:center;
1901
+ min-width:2.4rem;
1902
+ -webkit-user-select:none;
1903
+ -moz-user-select:none;
1904
+ -ms-user-select:none;
1905
+ user-select:none; }
1906
+
1907
+
1908
+ .Polaris-Label{
1909
+ display:-webkit-box;
1910
+ display:-ms-flexbox;
1911
+ display:flex;
1912
+ -webkit-box-pack:justify;
1913
+ -ms-flex-pack:justify;
1914
+ justify-content:space-between;
1915
+ -webkit-box-align:baseline;
1916
+ -ms-flex-align:baseline;
1917
+ align-items:baseline;
1918
+ -webkit-tap-highlight-color:transparent; }
1919
+
1920
+ .Polaris-Label--hidden{
1921
+ position:absolute !important;
1922
+ top:0;
1923
+ clip:rect(1px, 1px, 1px, 1px) !important;
1924
+ overflow:hidden !important;
1925
+ height:1px !important;
1926
+ width:1px !important;
1927
+ padding:0 !important;
1928
+ border:0 !important; }
1929
+
1930
+ .Polaris-Label__Text{
1931
+ font-size:1.5rem;
1932
+ font-weight:400;
1933
+ line-height:2rem;
1934
+ text-transform:initial;
1935
+ letter-spacing:initial;
1936
+ display:block;
1937
+ -webkit-box-flex:1;
1938
+ -ms-flex:1 1 auto;
1939
+ flex:1 1 auto;
1940
+ color:currentColor;
1941
+ -webkit-tap-highlight-color:transparent; }
1942
+ @media (min-width: 40em){
1943
+ .Polaris-Label__Text{
1944
+ font-size:1.4rem; } }
1945
+
1946
+
1947
+ .Polaris-Layout{
1948
+ display:-webkit-box;
1949
+ display:-ms-flexbox;
1950
+ display:flex;
1951
+ -ms-flex-wrap:wrap;
1952
+ flex-wrap:wrap;
1953
+ -webkit-box-pack:center;
1954
+ -ms-flex-pack:center;
1955
+ justify-content:center;
1956
+ -webkit-box-align:start;
1957
+ -ms-flex-align:start;
1958
+ align-items:flex-start;
1959
+ margin-top:-2rem;
1960
+ margin-left:-2rem; }
1961
+
1962
+ .Polaris-Layout__Section{
1963
+ min-width:0;
1964
+ max-width:100%;
1965
+ -webkit-box-flex:2;
1966
+ -ms-flex:2 2 48rem;
1967
+ flex:2 2 48rem;
1968
+ margin-top:2rem;
1969
+ margin-left:2rem;
1970
+ min-width:51%; }
1971
+
1972
+ .Polaris-Layout__Section--secondary{
1973
+ -webkit-box-flex:1;
1974
+ -ms-flex:1 1 24rem;
1975
+ flex:1 1 24rem;
1976
+ min-width:0; }
1977
+
1978
+ .Polaris-Layout__Item{
1979
+ -webkit-box-flex:1;
1980
+ -ms-flex:1 1 100%;
1981
+ flex:1 1 100%; }
1982
+
1983
+ .Polaris-Layout__AnnotatedSection{
1984
+ -webkit-box-flex:1;
1985
+ -ms-flex:1 1 100%;
1986
+ flex:1 1 100%;
1987
+ margin-top:2rem;
1988
+ margin-left:2rem; }
1989
+
1990
+ @media (min-width: 30.625em){
1991
+ .Polaris-Layout__Section + .Polaris-Layout__AnnotatedSection,
1992
+ .Polaris-Layout__AnnotatedSection + .Polaris-Layout__AnnotatedSection{
1993
+ padding-top:2rem;
1994
+ border-top:1px solid #dfe3e8; } }
1995
+
1996
+ .Polaris-Layout__AnnotationWrapper{
1997
+ display:-webkit-box;
1998
+ display:-ms-flexbox;
1999
+ display:flex;
2000
+ -ms-flex-wrap:wrap;
2001
+ flex-wrap:wrap;
2002
+ margin-top:-2rem;
2003
+ margin-left:-2rem; }
2004
+
2005
+ .Polaris-Layout__AnnotationContent{
2006
+ -webkit-box-flex:2;
2007
+ -ms-flex:2 2 48rem;
2008
+ flex:2 2 48rem;
2009
+ margin-top:2rem;
2010
+ margin-left:2rem; }
2011
+
2012
+ .Polaris-Layout__Annotation{
2013
+ -webkit-box-flex:1;
2014
+ -ms-flex:1 1 24rem;
2015
+ flex:1 1 24rem;
2016
+ margin-top:2rem;
2017
+ margin-left:2rem;
2018
+ padding:2rem 2rem 0; }
2019
+ @media (min-width: 50.25em){
2020
+ .Polaris-Layout__Annotation{
2021
+ padding:2rem 2rem 2rem 0; } }
2022
+
2023
+
2024
+ .Polaris-Link{
2025
+ -webkit-appearance:none;
2026
+ -moz-appearance:none;
2027
+ appearance:none;
2028
+ display:inline;
2029
+ padding:0;
2030
+ background:none;
2031
+ border:none;
2032
+ font-size:inherit;
2033
+ color:#007ace;
2034
+ text-decoration:none;
2035
+ cursor:pointer; }
2036
+ .Polaris-Link:hover, .Polaris-Link:focus, .Polaris-Link:active{
2037
+ outline:none;
2038
+ color:#084e8a; }
2039
+
2040
+
2041
+ .Polaris-List{
2042
+ list-style:none;
2043
+ margin-top:0;
2044
+ padding-left:0; }
2045
+ .Polaris-List + .Polaris-List{
2046
+ margin-top:1.6rem; }
2047
+
2048
+ .Polaris-List--typeBullet > .Polaris-List__Item::before{
2049
+ content:'\2022';
2050
+ font-size:1.8rem; }
2051
+
2052
+ .Polaris-List--typeNumber{
2053
+ counter-reset:ordered-counter; }
2054
+ .Polaris-List--typeNumber > .Polaris-List__Item::before{
2055
+ font-weight:700;
2056
+ content:counter(ordered-counter, decimal) ".";
2057
+ counter-increment:ordered-counter;
2058
+ font-size:1.2rem;
2059
+ vertical-align:top; }
2060
+
2061
+ .Polaris-List__Item{
2062
+ position:relative;
2063
+ margin-bottom:0.8rem;
2064
+ padding-left:1.6rem; }
2065
+ .Polaris-List__Item:last-child{
2066
+ margin-bottom:0; }
2067
+ .Polaris-List__Item::before{
2068
+ position:absolute;
2069
+ top:0;
2070
+ left:0;
2071
+ display:block; }
2072
+ .Polaris-List__Item .Polaris-List:first-child{
2073
+ margin-top:0.8rem; }
2074
+
2075
+
2076
+ .Polaris-Breadcrumbs__Breadcrumb{
2077
+ font-size:1.5rem;
2078
+ font-weight:400;
2079
+ line-height:2rem;
2080
+ text-transform:initial;
2081
+ letter-spacing:initial;
2082
+ color:#637381;
2083
+ display:-webkit-inline-box;
2084
+ display:-ms-inline-flexbox;
2085
+ display:inline-flex;
2086
+ -webkit-box-align:center;
2087
+ -ms-flex-align:center;
2088
+ align-items:center;
2089
+ min-height:3.6rem;
2090
+ margin:0 -1rem;
2091
+ padding:0.8rem 1rem;
2092
+ border-radius:3px;
2093
+ color:#637381;
2094
+ text-decoration:none;
2095
+ -webkit-backface-visibility:hidden;
2096
+ backface-visibility:hidden;
2097
+ will-change:background;
2098
+ -webkit-transition:background 200ms cubic-bezier(0.64, 0, 0.35, 1);
2099
+ transition:background 200ms cubic-bezier(0.64, 0, 0.35, 1); }
2100
+ @media (min-width: 40em){
2101
+ .Polaris-Breadcrumbs__Breadcrumb{
2102
+ font-size:1.4rem; } }
2103
+ .Polaris-Breadcrumbs__Breadcrumb:hover, .Polaris-Breadcrumbs__Breadcrumb:active{
2104
+ color:#212b36; }
2105
+ .Polaris-Breadcrumbs__Breadcrumb:hover .Polaris-Breadcrumbs__Icon, .Polaris-Breadcrumbs__Breadcrumb:active .Polaris-Breadcrumbs__Icon{
2106
+ fill:#212b36; }
2107
+ .Polaris-Breadcrumbs__Breadcrumb:focus{
2108
+ background:rgba(33, 43, 54, 0.1);
2109
+ outline:none; }
2110
+
2111
+ .Polaris-Breadcrumbs__Icon{
2112
+ fill:#637381;
2113
+ height:2rem;
2114
+ width:2rem;
2115
+ margin:-1rem 0.4rem -1rem -0.3rem; }
2116
+
2117
+
2118
+ .Polaris-Pagination{
2119
+ display:-webkit-inline-box;
2120
+ display:-ms-inline-flexbox;
2121
+ display:inline-flex; }
2122
+ @media (max-width: 30.625em){
2123
+ .Polaris-Pagination:not(.Polaris-Pagination--plain){
2124
+ display:-webkit-box;
2125
+ display:-ms-flexbox;
2126
+ display:flex;
2127
+ width:100%; }
2128
+ .Polaris-Pagination:not(.Polaris-Pagination--plain) .Polaris-Pagination__Button{
2129
+ -webkit-box-flex:1;
2130
+ -ms-flex:1 0 auto;
2131
+ flex:1 0 auto; } }
2132
+
2133
+ .Polaris-Pagination--plain .Polaris-Pagination__Button{
2134
+ background:transparent;
2135
+ border:none;
2136
+ cursor:pointer;
2137
+ -webkit-appearance:none;
2138
+ -moz-appearance:none;
2139
+ appearance:none;
2140
+ box-shadow:none;
2141
+ border-radius:3px !important; }
2142
+ .Polaris-Pagination--plain .Polaris-Pagination__Button:hover, .Polaris-Pagination--plain .Polaris-Pagination__Button:active{
2143
+ fill:#212b36;
2144
+ background:transparent;
2145
+ border:none;
2146
+ box-shadow:none; }
2147
+ .Polaris-Pagination--plain .Polaris-Pagination__Button:focus{
2148
+ background:rgba(33, 43, 54, 0.1);
2149
+ border:none;
2150
+ box-shadow:none; }
2151
+ .Polaris-Pagination--plain .Polaris-Pagination__Button:disabled{
2152
+ fill:#c4cdd5;
2153
+ background:transparent;
2154
+ border:none;
2155
+ box-shadow:none; }
2156
+ .Polaris-Pagination--plain .Polaris-Pagination__Button:not(:first-child){
2157
+ margin-left:0; }
2158
+ .Polaris-Pagination--plain .Polaris-Pagination__Button:first-child{
2159
+ margin-left:-1rem; }
2160
+ .Polaris-Pagination--plain .Polaris-Pagination__Button:last-child{
2161
+ margin-right:-1rem; }
2162
+
2163
+ .Polaris-Pagination__Button{
2164
+ fill:#637381;
2165
+ position:relative;
2166
+ z-index:10;
2167
+ display:inline-block;
2168
+ min-width:3.6rem;
2169
+ margin:0;
2170
+ padding:0.7rem 0.8rem;
2171
+ background:-webkit-linear-gradient(top, #ffffff, #f9fafb);
2172
+ background:linear-gradient(to bottom, #ffffff, #f9fafb);
2173
+ border:1px solid #c4cdd5;
2174
+ border-radius:3px;
2175
+ line-height:1;
2176
+ color:#212b36;
2177
+ text-align:center;
2178
+ cursor:pointer;
2179
+ -webkit-user-select:none;
2180
+ -moz-user-select:none;
2181
+ -ms-user-select:none;
2182
+ user-select:none;
2183
+ text-decoration:none;
2184
+ -webkit-transition-property:color, background, border, box-shadow;
2185
+ transition-property:color, background, border, box-shadow;
2186
+ -webkit-transition-duration:200ms;
2187
+ transition-duration:200ms;
2188
+ -webkit-transition-timing-function:cubic-bezier(0.64, 0, 0.35, 1);
2189
+ transition-timing-function:cubic-bezier(0.64, 0, 0.35, 1); }
2190
+ .Polaris-Pagination__Button:hover{
2191
+ background:-webkit-linear-gradient(top, #f9fafb, #f4f6f8);
2192
+ background:linear-gradient(to bottom, #f9fafb, #f4f6f8);
2193
+ border-color:#c4cdd5; }
2194
+ .Polaris-Pagination__Button:focus{
2195
+ z-index:20;
2196
+ border-color:#5c6ac4;
2197
+ outline:0;
2198
+ box-shadow:0 0 0 1px #5c6ac4; }
2199
+ .Polaris-Pagination__Button:active{
2200
+ background:-webkit-linear-gradient(top, #f4f6f8, #f4f6f8);
2201
+ background:linear-gradient(to bottom, #f4f6f8, #f4f6f8);
2202
+ border-color:#c4cdd5;
2203
+ box-shadow:0 0 0 0 transparent, inset 0 1px 1px 0 rgba(99, 115, 129, 0.1), inset 0 1px 4px 0 rgba(99, 115, 129, 0.2); }
2204
+ .Polaris-Pagination__Button:disabled{
2205
+ fill:#919eab;
2206
+ background:#f4f6f8;
2207
+ color:#919eab;
2208
+ cursor:default; }
2209
+ .Polaris-Pagination__Button:not(:first-child){
2210
+ margin-left:-1px; }
2211
+ .Polaris-Pagination__Button:first-child{
2212
+ border-top-right-radius:0;
2213
+ border-bottom-right-radius:0; }
2214
+ .Polaris-Pagination__Button:last-child{
2215
+ border-top-left-radius:0;
2216
+ border-bottom-left-radius:0; }
2217
+
2218
+
2219
+ .Polaris-Page{
2220
+ margin:0 auto;
2221
+ padding:0;
2222
+ max-width:103.6rem; }
2223
+ @media (min-width: 30.625em){
2224
+ .Polaris-Page{
2225
+ padding:0 2rem; } }
2226
+ @media (min-width: 46.5em){
2227
+ .Polaris-Page{
2228
+ padding:0 3.2rem; } }
2229
+
2230
+ .Polaris-Page--fullWidth{
2231
+ max-width:none; }
2232
+
2233
+ .Polaris-Page__Content{
2234
+ margin:2rem 0; }
2235
+
2236
+ .Polaris-Page__Header{
2237
+ margin:2rem 0;
2238
+ padding:0 2rem; }
2239
+ @media (min-width: 30.625em){
2240
+ .Polaris-Page__Header{
2241
+ padding:0; } }
2242
+
2243
+ @media (min-width: 46.5em){
2244
+ .Polaris-Page__Header--hasBreadcrumbs .Polaris-Page__PrimaryAction{
2245
+ margin-top:-7.2rem; }
2246
+ .Polaris-Page__Header--hasPagination .Polaris-Page__PrimaryAction{
2247
+ margin-top:-3.6rem; } }
2248
+
2249
+ .Polaris-Page__Navigation{
2250
+ display:-webkit-box;
2251
+ display:-ms-flexbox;
2252
+ display:flex;
2253
+ -webkit-box-pack:justify;
2254
+ -ms-flex-pack:justify;
2255
+ justify-content:space-between; }
2256
+
2257
+ .Polaris-Page__Pagination{
2258
+ margin-left:auto; }
2259
+
2260
+ .Polaris-Page__Actions{
2261
+ display:-webkit-box;
2262
+ display:-ms-flexbox;
2263
+ display:flex;
2264
+ -webkit-box-orient:horizontal;
2265
+ -webkit-box-direction:reverse;
2266
+ -ms-flex-direction:row-reverse;
2267
+ flex-direction:row-reverse;
2268
+ margin-top:0.8rem; }
2269
+ @media (min-width: 30.625em){
2270
+ .Polaris-Page__Actions{
2271
+ margin-top:0.4rem; } }
2272
+
2273
+ .Polaris-Page__SecondaryActions{
2274
+ margin-right:auto; }
2275
+
2276
+ .Polaris-Page__PrimaryAction{
2277
+ display:-webkit-box;
2278
+ display:-ms-flexbox;
2279
+ display:flex;
2280
+ -webkit-box-align:center;
2281
+ -ms-flex-align:center;
2282
+ align-items:center;
2283
+ margin-left:auto; }
2284
+
2285
+ .Polaris-Page__Action{
2286
+ -webkit-appearance:none;
2287
+ -moz-appearance:none;
2288
+ appearance:none;
2289
+ margin:0;
2290
+ padding:0;
2291
+ background:none;
2292
+ border:none;
2293
+ font-size:inherit;
2294
+ line-height:inherit;
2295
+ cursor:pointer;
2296
+ font-size:1.5rem;
2297
+ font-weight:400;
2298
+ line-height:2rem;
2299
+ text-transform:initial;
2300
+ letter-spacing:initial;
2301
+ min-height:3.6rem;
2302
+ padding:0 1.2rem;
2303
+ border-radius:3px;
2304
+ color:#637381;
2305
+ -webkit-backface-visibility:hidden;
2306
+ backface-visibility:hidden;
2307
+ will-change:background, color;
2308
+ -webkit-transition-property:background;
2309
+ transition-property:background;
2310
+ -webkit-transition-duration:200ms;
2311
+ transition-duration:200ms;
2312
+ -webkit-transition-timing-function:cubic-bezier(0.64, 0, 0.35, 1);
2313
+ transition-timing-function:cubic-bezier(0.64, 0, 0.35, 1); }
2314
+ .Polaris-Page__Action:focus{
2315
+ outline:none; }
2316
+ @media (min-width: 40em){
2317
+ .Polaris-Page__Action{
2318
+ font-size:1.4rem; } }
2319
+ .Polaris-Page__Action:hover, .Polaris-Page__Action:active{
2320
+ color:#212b36; }
2321
+ .Polaris-Page__Action:hover .Polaris-Page__ActionIcon, .Polaris-Page__Action:active .Polaris-Page__ActionIcon{
2322
+ fill:#212b36; }
2323
+ .Polaris-Page__Action:focus, .Polaris-Page__Action:active{
2324
+ background:rgba(33, 43, 54, 0.1); }
2325
+ .Polaris-Page__Action:first-child{
2326
+ margin-left:-1.2rem; }
2327
+ .Polaris-Page__Action:last-child{
2328
+ margin-right:-1.2rem; }
2329
+
2330
+ .Polaris-Page__ActionContent{
2331
+ display:-webkit-box;
2332
+ display:-ms-flexbox;
2333
+ display:flex;
2334
+ -webkit-box-align:center;
2335
+ -ms-flex-align:center;
2336
+ align-items:center;
2337
+ min-height:3.6rem; }
2338
+
2339
+ .Polaris-Page__ActionIcon{
2340
+ fill:#637381;
2341
+ margin-right:0.4rem; }
2342
+
2343
+
2344
+ .Polaris-PageActions{
2345
+ margin:0 auto;
2346
+ padding:2rem;
2347
+ border-top:1px solid #dfe3e8; }
2348
+ @media (min-width: 30.625em){
2349
+ .Polaris-PageActions{
2350
+ padding:2rem 0; } }
2351
+
2352
+
2353
+ .Polaris-Scrollable{
2354
+ -webkit-overflow-scrolling:touch; }
2355
+
2356
+ .Polaris-Scrollable--horizontal{
2357
+ overflow-x:auto; }
2358
+
2359
+ .Polaris-Scrollable--vertical{
2360
+ overflow-y:auto; }
2361
+
2362
+ .Polaris-Scrollable--hasTopShadow{
2363
+ box-shadow:inset 0 2rem 2rem -2rem rgba(0, 0, 0, 0.1); }
2364
+
2365
+ .Polaris-Scrollable--hasBottomShadow{
2366
+ box-shadow:inset 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.1); }
2367
+
2368
+ .Polaris-Scrollable--hasTopShadow.Polaris-Scrollable--hasBottomShadow{
2369
+ box-shadow:inset 0 2rem 2rem -2rem rgba(0, 0, 0, 0.1), inset 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.1); }
2370
+
2371
+
2372
+ .Polaris-PositionedOverlay{
2373
+ position:absolute;
2374
+ z-index:400; }
2375
+
2376
+ .Polaris-PositionedOverlay--calculating{
2377
+ visibility:hidden; }
2378
+
2379
+
2380
+ .Polaris-Popover{
2381
+ max-width:calc(100vw - 3.2rem);
2382
+ margin:0.5rem 1.6rem 1.6rem;
2383
+ opacity:1;
2384
+ box-shadow:0 0 0 1px rgba(6, 44, 82, 0.1), 0 2px 16px rgba(33, 43, 54, 0.08);
2385
+ border-radius:6px;
2386
+ -webkit-backface-visibility:hidden;
2387
+ backface-visibility:hidden;
2388
+ will-change:opacity, left, top;
2389
+ -webkit-transition:opacity 200ms cubic-bezier(0.36, 0, 1, 1);
2390
+ transition:opacity 200ms cubic-bezier(0.36, 0, 1, 1); }
2391
+
2392
+ .Polaris-Popover--measuring:not(.Polaris-Popover--leaving),
2393
+ .Polaris-Popover--leaving{
2394
+ opacity:0; }
2395
+
2396
+ .Polaris-Popover--measuring .Polaris-Popover__Content{
2397
+ display:block; }
2398
+
2399
+ .Polaris-Popover--leaving{
2400
+ -webkit-transition-timing-function:cubic-bezier(0, 0, 0.42, 1);
2401
+ transition-timing-function:cubic-bezier(0, 0, 0.42, 1); }
2402
+
2403
+ .Polaris-Popover--positionedAbove{
2404
+ margin:1.6rem 1.6rem 0.5rem; }
2405
+ .Polaris-Popover--positionedAbove .Polaris-Popover__Tip{
2406
+ top:inherit;
2407
+ bottom:0;
2408
+ border-top-left-radius:0;
2409
+ border-bottom-right-radius:3px; }
2410
+
2411
+ .Polaris-Popover__Wrapper{
2412
+ position:relative;
2413
+ overflow:hidden;
2414
+ background-color:#ffffff;
2415
+ border-radius:6px; }
2416
+
2417
+ .Polaris-Popover__Content{
2418
+ position:relative;
2419
+ display:-webkit-box;
2420
+ display:-ms-flexbox;
2421
+ display:flex;
2422
+ -webkit-box-orient:vertical;
2423
+ -webkit-box-direction:normal;
2424
+ -ms-flex-direction:column;
2425
+ flex-direction:column;
2426
+ border-radius:6px;
2427
+ max-width:40rem;
2428
+ max-height:29.5rem; }
2429
+ .Polaris-Popover__Content:focus{
2430
+ outline:none; }
2431
+
2432
+ .Polaris-Popover__Tip{
2433
+ position:absolute;
2434
+ top:0;
2435
+ left:50%;
2436
+ -webkit-transform:translateX(-50%) rotate(45deg);
2437
+ transform:translateX(-50%) rotate(45deg);
2438
+ height:1.4rem;
2439
+ width:1.4rem;
2440
+ background:#ffffff;
2441
+ border-top-left-radius:3px;
2442
+ box-shadow:0 0 0 1px rgba(6, 44, 82, 0.1), 0 2px 16px rgba(33, 43, 54, 0.08); }
2443
+
2444
+ .Polaris-Popover__Pane{
2445
+ -webkit-box-flex:1;
2446
+ -ms-flex:1 1 0%;
2447
+ flex:1 1 0%;
2448
+ max-width:100%; }
2449
+ .Polaris-Popover__Pane + .Polaris-Popover__Pane{
2450
+ border-top:1px solid #dfe3e8; }
2451
+
2452
+ .Polaris-Popover__Pane--fixed{
2453
+ overflow:visible;
2454
+ -webkit-box-flex:0;
2455
+ -ms-flex:0 0 auto;
2456
+ flex:0 0 auto; }
2457
+
2458
+ .Polaris-Popover__Section{
2459
+ padding:1.6rem; }
2460
+ .Polaris-Popover__Section + .Polaris-Popover__Section{
2461
+ border-top:1px solid #dfe3e8; }
2462
+
2463
+ .Polaris-Popover__FocusTracker{
2464
+ position:absolute !important;
2465
+ top:0;
2466
+ clip:rect(1px, 1px, 1px, 1px) !important;
2467
+ overflow:hidden !important;
2468
+ height:1px !important;
2469
+ width:1px !important;
2470
+ padding:0 !important;
2471
+ border:0 !important; }
2472
+
2473
+
2474
+ .Polaris-Thumbnail{
2475
+ position:relative;
2476
+ display:block;
2477
+ overflow:hidden;
2478
+ background:#ffffff;
2479
+ border-radius:3px; }
2480
+ .Polaris-Thumbnail::after{
2481
+ content:'';
2482
+ position:absolute;
2483
+ z-index:20;
2484
+ top:0;
2485
+ bottom:0;
2486
+ left:0;
2487
+ right:0;
2488
+ display:block;
2489
+ box-shadow:inset 0 0 0 1px rgba(33, 43, 54, 0.1);
2490
+ border-radius:3px; }
2491
+
2492
+ .Polaris-Thumbnail--sizeSmall{
2493
+ height:4rem;
2494
+ width:4rem; }
2495
+
2496
+ .Polaris-Thumbnail--sizeMedium{
2497
+ height:6rem;
2498
+ width:6rem; }
2499
+
2500
+ .Polaris-Thumbnail--sizeLarge{
2501
+ height:8rem;
2502
+ width:8rem; }
2503
+
2504
+ .Polaris-Thumbnail__Image{
2505
+ position:relative;
2506
+ z-index:10;
2507
+ height:100%;
2508
+ width:100%;
2509
+ max-width:100%;
2510
+ max-height:100%; }
2511
+
2512
+
2513
+ .Polaris-ResourceList{
2514
+ margin:0;
2515
+ padding:0;
2516
+ list-style:none; }
2517
+
2518
+ .Polaris-ResourceList__ItemWrapper + .Polaris-ResourceList__ItemWrapper{
2519
+ border-top:1px solid #dfe3e8; }
2520
+
2521
+ .Polaris-ResourceList__Item{
2522
+ position:relative; }
2523
+ .Polaris-ResourceList__Item:not(.Polaris-ResourceList__Item--persistActions) .Polaris-ResourceList__Actions{
2524
+ position:absolute;
2525
+ right:0.8rem;
2526
+ display:none;
2527
+ pointer-events:initial; }
2528
+ .Polaris-ResourceList__Item:not(.Polaris-ResourceList__Item--persistActions).Polaris-ResourceList__Item--focused .Polaris-ResourceList__Actions{
2529
+ display:-webkit-box;
2530
+ display:-ms-flexbox;
2531
+ display:flex; }
2532
+
2533
+ .Polaris-ResourceList__Item--persistActions .Polaris-ResourceList__AttributeThree{
2534
+ margin-left:0; }
2535
+
2536
+ .Polaris-ResourceList__Item--persistActions .Polaris-ResourceList__Actions{
2537
+ display:-webkit-box;
2538
+ display:-ms-flexbox;
2539
+ display:flex;
2540
+ -webkit-box-flex:0;
2541
+ -ms-flex:0 0 auto;
2542
+ flex:0 0 auto;
2543
+ -webkit-box-align:center;
2544
+ -ms-flex-align:center;
2545
+ align-items:center;
2546
+ margin-left:1.6rem;
2547
+ pointer-events:initial; }
2548
+ @media (max-width: 46.5em){
2549
+ .Polaris-ResourceList__Item--persistActions .Polaris-ResourceList__Actions{
2550
+ display:none; } }
2551
+
2552
+ .Polaris-ResourceList__Item--link{
2553
+ cursor:pointer; }
2554
+
2555
+ .Polaris-ResourceList__Item--focused{
2556
+ background:#f9fafb; }
2557
+
2558
+ .Polaris-ResourceList__Item--mediaAvatar.Polaris-ResourceList__Item--sizeSmall .Polaris-ResourceList__Actions{
2559
+ height:3.2rem; }
2560
+
2561
+ .Polaris-ResourceList__Item--mediaAvatar.Polaris-ResourceList__Item--sizeMedium .Polaris-ResourceList__Actions{
2562
+ height:4rem; }
2563
+
2564
+ .Polaris-ResourceList__Item--mediaAvatar.Polaris-ResourceList__Item--sizeLarge .Polaris-ResourceList__Actions{
2565
+ height:6rem; }
2566
+
2567
+ .Polaris-ResourceList__Item--mediaThumbnail.Polaris-ResourceList__Item--sizeSmall .Polaris-ResourceList__Actions{
2568
+ height:4rem; }
2569
+
2570
+ .Polaris-ResourceList__Item--mediaThumbnail.Polaris-ResourceList__Item--sizeMedium .Polaris-ResourceList__Actions{
2571
+ height:6rem; }
2572
+
2573
+ .Polaris-ResourceList__Item--mediaThumbnail.Polaris-ResourceList__Item--sizeLarge .Polaris-ResourceList__Actions{
2574
+ height:8rem; }
2575
+
2576
+ .Polaris-ResourceList__Media{
2577
+ -webkit-box-flex:0;
2578
+ -ms-flex:0 0 auto;
2579
+ flex:0 0 auto;
2580
+ margin-right:2rem;
2581
+ color:inherit;
2582
+ text-decoration:none; }
2583
+
2584
+ .Polaris-ResourceList__Container{
2585
+ position:relative;
2586
+ z-index:20;
2587
+ display:-webkit-box;
2588
+ display:-ms-flexbox;
2589
+ display:flex;
2590
+ pointer-events:none;
2591
+ padding:1.2rem 2rem; }
2592
+
2593
+ .Polaris-ResourceList__Content{
2594
+ min-width:0;
2595
+ max-width:100%;
2596
+ -webkit-box-flex:1;
2597
+ -ms-flex:1 1 auto;
2598
+ flex:1 1 auto;
2599
+ -ms-flex-item-align:center;
2600
+ -ms-grid-row-align:center;
2601
+ align-self:center;
2602
+ width:100%; }
2603
+
2604
+ .Polaris-ResourceList__Attributes{
2605
+ display:-webkit-box;
2606
+ display:-ms-flexbox;
2607
+ display:flex;
2608
+ -webkit-box-flex:1;
2609
+ -ms-flex:1 1 auto;
2610
+ flex:1 1 auto;
2611
+ -ms-flex-wrap:wrap;
2612
+ flex-wrap:wrap;
2613
+ -webkit-box-align:center;
2614
+ -ms-flex-align:center;
2615
+ align-items:center;
2616
+ color:inherit;
2617
+ text-decoration:none;
2618
+ -webkit-hyphens:auto;
2619
+ -ms-hyphens:auto;
2620
+ hyphens:auto;
2621
+ min-height:3rem; }
2622
+ @media (max-width: 46.5em){
2623
+ .Polaris-ResourceList__Attributes{
2624
+ -webkit-box-orient:vertical;
2625
+ -webkit-box-direction:normal;
2626
+ -ms-flex-direction:column;
2627
+ flex-direction:column;
2628
+ -webkit-box-align:start;
2629
+ -ms-flex-align:start;
2630
+ align-items:flex-start; } }
2631
+
2632
+ .Polaris-ResourceList__AttributeOne,
2633
+ .Polaris-ResourceList__AttributeTwo{
2634
+ -ms-flex-negative:0;
2635
+ flex-shrink:0;
2636
+ margin-right:1.2rem; }
2637
+
2638
+ .Polaris-ResourceList__AttributeOne{
2639
+ font-weight:600; }
2640
+
2641
+ .Polaris-ResourceList__AttributeThree{
2642
+ margin-left:auto; }
2643
+ @media (max-width: 46.5em){
2644
+ .Polaris-ResourceList__AttributeThree{
2645
+ margin-left:0; } }
2646
+
2647
+ .Polaris-ResourceList__Badge{
2648
+ -ms-flex-negative:0;
2649
+ flex-shrink:0;
2650
+ -ms-flex-preferred-size:auto;
2651
+ flex-basis:auto;
2652
+ margin-right:1.6rem; }
2653
+ @media (max-width: 46.5em){
2654
+ .Polaris-ResourceList__Badge{
2655
+ -webkit-box-ordinal-group:5;
2656
+ -ms-flex-order:4;
2657
+ order:4;
2658
+ -ms-flex-item-align:auto;
2659
+ -ms-grid-row-align:auto;
2660
+ align-self:auto;
2661
+ margin-top:0.4rem;
2662
+ margin-bottom:0.4rem; } }
2663
+
2664
+ .Polaris-ResourceList__Actions{
2665
+ display:-webkit-box;
2666
+ display:-ms-flexbox;
2667
+ display:flex;
2668
+ -ms-flex-preferred-size:auto;
2669
+ flex-basis:auto;
2670
+ -webkit-box-align:center;
2671
+ -ms-flex-align:center;
2672
+ align-items:center; }
2673
+
2674
+ .Polaris-ResourceList__Disclosure{
2675
+ display:none;
2676
+ pointer-events:initial; }
2677
+ @media (max-width: 46.5em){
2678
+ .Polaris-ResourceList__Disclosure{
2679
+ display:block; } }
2680
+
2681
+ .Polaris-ResourceList__ExceptionList{
2682
+ margin:0.4rem 0 0 0;
2683
+ padding:0;
2684
+ list-style:none; }
2685
+
2686
+ .Polaris-ResourceList__ExceptionItem{
2687
+ color:#637381;
2688
+ display:-webkit-box;
2689
+ display:-ms-flexbox;
2690
+ display:flex;
2691
+ -webkit-box-align:center;
2692
+ -ms-flex-align:center;
2693
+ align-items:center; }
2694
+ .Polaris-ResourceList__ExceptionItem::before{
2695
+ content:'';
2696
+ display:block;
2697
+ -ms-flex-negative:0;
2698
+ flex-shrink:0;
2699
+ height:0.6rem;
2700
+ width:0.6rem;
2701
+ margin-right:0.8rem;
2702
+ background:#919eab;
2703
+ border-radius:100%; }
2704
+
2705
+ .Polaris-ResourceList__ExceptionItem--statusWarning .Polaris-ResourceList__Title{
2706
+ color:#c05717; }
2707
+
2708
+ .Polaris-ResourceList__ExceptionItem--statusWarning::before{
2709
+ background:#f49342; }
2710
+
2711
+ .Polaris-ResourceList__ExceptionItem--statusCritical .Polaris-ResourceList__Title{
2712
+ color:#bf0711; }
2713
+
2714
+ .Polaris-ResourceList__ExceptionItem--statusCritical::before{
2715
+ background:#ed6347; }
2716
+
2717
+ .Polaris-ResourceList__Title{
2718
+ color:#637381;
2719
+ white-space:nowrap; }
2720
+
2721
+ .Polaris-ResourceList__Description{
2722
+ text-overflow:ellipsis;
2723
+ overflow:hidden;
2724
+ white-space:nowrap; }
2725
+
2726
+ .Polaris-ResourceList__Title + .Polaris-ResourceList__Description::before{
2727
+ content:'\2013';
2728
+ padding:0 0.4rem;
2729
+ color:#637381; }
2730
+
2731
+ .Polaris-ResourceList__Link{
2732
+ position:absolute;
2733
+ z-index:10;
2734
+ top:0;
2735
+ left:0;
2736
+ height:100%;
2737
+ width:100%;
2738
+ opacity:0; }
2739
+
2740
+
2741
+ .Polaris-Labelled--hidden > .Polaris-Labelled__LabelWrapper{
2742
+ position:absolute !important;
2743
+ top:0;
2744
+ clip:rect(1px, 1px, 1px, 1px) !important;
2745
+ overflow:hidden !important;
2746
+ height:1px !important;
2747
+ width:1px !important;
2748
+ padding:0 !important;
2749
+ border:0 !important; }
2750
+
2751
+ .Polaris-Labelled__LabelWrapper{
2752
+ margin-bottom:0.4rem; }
2753
+
2754
+ .Polaris-Labelled__HelpText{
2755
+ font-size:1.5rem;
2756
+ font-weight:400;
2757
+ line-height:2rem;
2758
+ text-transform:initial;
2759
+ letter-spacing:initial;
2760
+ color:#637381;
2761
+ margin-top:0.4rem; }
2762
+ @media (min-width: 40em){
2763
+ .Polaris-Labelled__HelpText{
2764
+ font-size:1.4rem; } }
2765
+
2766
+ .Polaris-Labelled__Error{
2767
+ display:-webkit-box;
2768
+ display:-ms-flexbox;
2769
+ display:flex;
2770
+ margin-top:0.4rem;
2771
+ color:#bf0711; }
2772
+
2773
+ .Polaris-Labelled__ErrorIcon{
2774
+ fill:#ed6347;
2775
+ margin:0 0.4rem 0 -2px; }
2776
+
2777
+
2778
+ .Polaris-Select{
2779
+ position:relative; }
2780
+ .Polaris-Select select::-ms-expand{
2781
+ display:none; }
2782
+
2783
+ .Polaris-Select--disabled .Polaris-Select__Backdrop{
2784
+ background:#dfe3e8;
2785
+ box-shadow:none; }
2786
+ .Polaris-Select--disabled .Polaris-Select__Backdrop::after{
2787
+ background:#f9fafb; }
2788
+
2789
+ .Polaris-Select--disabled .Polaris-Select__Icon{
2790
+ opacity:0.4; }
2791
+
2792
+ .Polaris-Select--error .Polaris-Select__Backdrop{
2793
+ background:#ed6347;
2794
+ box-shadow:0 0 0 1px transparent; }
2795
+ .Polaris-Select--error .Polaris-Select__Backdrop::after{
2796
+ background:#fbeae5; }
2797
+
2798
+ .Polaris-Select--error .Polaris-Select__Input:focus ~ .Polaris-Select__Backdrop{
2799
+ background:#5c6ac4;
2800
+ box-shadow:0 0 0 1px #5c6ac4; }
2801
+ .Polaris-Select--error .Polaris-Select__Input:focus ~ .Polaris-Select__Backdrop::after{
2802
+ background:#fbeae5; }
2803
+
2804
+ .Polaris-Select--placeholder .Polaris-Select__Input{
2805
+ color:#919eab; }
2806
+
2807
+ .Polaris-Select--placeholder.Polaris-Select--error .Polaris-Select__Input{
2808
+ color:#9c9798; }
2809
+
2810
+ .Polaris-Select__Backdrop{
2811
+ background:#c4cdd5;
2812
+ border:1px solid transparent;
2813
+ box-shadow:0 0 0 1px transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05);
2814
+ border-radius:3px;
2815
+ -webkit-transition-property:box-shadow, background;
2816
+ transition-property:box-shadow, background;
2817
+ -webkit-transition-duration:200ms;
2818
+ transition-duration:200ms;
2819
+ -webkit-transition-timing-function:cubic-bezier(0.64, 0, 0.35, 1);
2820
+ transition-timing-function:cubic-bezier(0.64, 0, 0.35, 1);
2821
+ position:absolute;
2822
+ z-index:10;
2823
+ top:0;
2824
+ bottom:0;
2825
+ left:0;
2826
+ right:0; }
2827
+ .Polaris-Select__Backdrop::after{
2828
+ content:'';
2829
+ position:absolute;
2830
+ top:0;
2831
+ bottom:0;
2832
+ left:0;
2833
+ right:0;
2834
+ display:block;
2835
+ background:-webkit-linear-gradient(top, #ffffff, #f9fafb);
2836
+ background:linear-gradient(to bottom, #ffffff, #f9fafb);
2837
+ border-radius:2px; }
2838
+
2839
+ .Polaris-Select__Icon{
2840
+ fill:#637381;
2841
+ position:absolute;
2842
+ z-index:30;
2843
+ top:50%;
2844
+ right:1.2rem;
2845
+ -webkit-transform:translateY(-50%);
2846
+ transform:translateY(-50%);
2847
+ margin-right:-0.4rem;
2848
+ pointer-events:none; }
2849
+
2850
+ .Polaris-Select__Input{
2851
+ font-size:1.6rem;
2852
+ font-weight:400;
2853
+ line-height:2.4rem;
2854
+ text-transform:initial;
2855
+ letter-spacing:initial;
2856
+ position:relative;
2857
+ z-index:20;
2858
+ width:100%;
2859
+ min-height:3.6rem;
2860
+ margin:0;
2861
+ padding:0.5rem 2.8rem 0.5rem 1.2rem;
2862
+ background:transparent;
2863
+ border:1px solid transparent;
2864
+ -webkit-appearance:none;
2865
+ -moz-appearance:none;
2866
+ appearance:none;
2867
+ line-height:2rem; }
2868
+ @media (min-width: 40em){
2869
+ .Polaris-Select__Input{
2870
+ font-size:1.4rem; } }
2871
+ .Polaris-Select__Input:focus{
2872
+ outline:none; }
2873
+ .Polaris-Select__Input:focus ~ .Polaris-Select__Backdrop{
2874
+ background:#5c6ac4;
2875
+ box-shadow:0 0 0 1px #5c6ac4, 0 0 0 0 transparent; }
2876
+ .Polaris-Select__Input:focus ~ .Polaris-Select__Backdrop::after{
2877
+ background:#ffffff; }
2878
+ .Polaris-Select__Input:disabled{
2879
+ color:#919eab; }
2880
+
2881
+
2882
+ .Polaris-Tabs{
2883
+ display:-webkit-box;
2884
+ display:-ms-flexbox;
2885
+ display:flex;
2886
+ margin:0;
2887
+ padding:0;
2888
+ border-bottom:1px solid #dfe3e8;
2889
+ list-style:none; }
2890
+
2891
+ .Polaris-Tabs--fitted .Polaris-Tabs__TabContainer{
2892
+ -webkit-box-flex:1;
2893
+ -ms-flex:1 1 auto;
2894
+ flex:1 1 auto; }
2895
+
2896
+ .Polaris-Tabs--fitted .Polaris-Tabs__Tab{
2897
+ padding:0; }
2898
+
2899
+ .Polaris-Tabs--fitted .Polaris-Tabs__Title{
2900
+ width:100%;
2901
+ padding:0.8rem 1.6rem; }
2902
+
2903
+ .Polaris-Tabs--fillSpace .Polaris-Tabs__TabContainer{
2904
+ -webkit-box-flex:1;
2905
+ -ms-flex:1 1 auto;
2906
+ flex:1 1 auto; }
2907
+
2908
+ .Polaris-Tabs__TabContainer{
2909
+ display:-webkit-box;
2910
+ display:-ms-flexbox;
2911
+ display:flex;
2912
+ margin:0;
2913
+ padding:0; }
2914
+
2915
+ .Polaris-Tabs__Tab{
2916
+ color:inherit;
2917
+ text-decoration:none;
2918
+ -webkit-appearance:none;
2919
+ -moz-appearance:none;
2920
+ appearance:none;
2921
+ margin:0;
2922
+ padding:0;
2923
+ background:none;
2924
+ border:none;
2925
+ font-size:inherit;
2926
+ line-height:inherit;
2927
+ cursor:pointer;
2928
+ font-size:1.5rem;
2929
+ font-weight:400;
2930
+ line-height:2rem;
2931
+ text-transform:initial;
2932
+ letter-spacing:initial;
2933
+ color:#637381;
2934
+ position:relative;
2935
+ -webkit-box-pack:center;
2936
+ -ms-flex-pack:center;
2937
+ justify-content:center;
2938
+ width:100%;
2939
+ min-width:100%;
2940
+ margin-top:1px;
2941
+ margin-bottom:-1px;
2942
+ padding:0 1.6rem;
2943
+ outline:none;
2944
+ text-align:center;
2945
+ white-space:nowrap;
2946
+ text-decoration:none;
2947
+ cursor:pointer; }
2948
+ .Polaris-Tabs__Tab:visited{
2949
+ color:inherit; }
2950
+ .Polaris-Tabs__Tab:focus{
2951
+ outline:none; }
2952
+ @media (min-width: 40em){
2953
+ .Polaris-Tabs__Tab{
2954
+ font-size:1.4rem; } }
2955
+ .Polaris-Tabs__Tab:hover .Polaris-Tabs__Title{
2956
+ font-weight:400;
2957
+ color:#212b36;
2958
+ border-bottom:0.3rem solid #dfe3e8; }
2959
+ .Polaris-Tabs__Tab:focus{
2960
+ box-shadow:inset 0 0 2px 0 rgba(92, 106, 196, 0.8), 0 0 2px 0 rgba(92, 106, 196, 0.8); }
2961
+ .Polaris-Tabs__Tab:focus .Polaris-Tabs__Title{
2962
+ font-weight:400;
2963
+ color:#212b36;
2964
+ border-bottom:0.3rem solid #b3bcf5; }
2965
+ .Polaris-Tabs__Tab:visited{
2966
+ color:#637381; }
2967
+ .Polaris-Tabs__Tab.Polaris-Tabs__Tab--selected .Polaris-Tabs__Title{
2968
+ border-bottom:0.3rem solid #5c6ac4; }
2969
+
2970
+ .Polaris-Tabs__Tab--selected{
2971
+ font-weight:400;
2972
+ color:#212b36; }
2973
+
2974
+ .Polaris-Tabs__Title{
2975
+ display:block;
2976
+ padding:0.8rem 0 0.5rem 0;
2977
+ border-bottom:0.3rem solid transparent; }
2978
+
2979
+ .Polaris-Tabs__Panel{
2980
+ display:block; }
2981
+
2982
+ .Polaris-Tabs__List{
2983
+ list-style:none;
2984
+ margin:0;
2985
+ padding:0.8rem 0; }
2986
+
2987
+ .Polaris-Tabs__Item{
2988
+ color:inherit;
2989
+ text-decoration:none;
2990
+ -webkit-appearance:none;
2991
+ -moz-appearance:none;
2992
+ appearance:none;
2993
+ margin:0;
2994
+ padding:0;
2995
+ background:none;
2996
+ border:none;
2997
+ font-size:inherit;
2998
+ line-height:inherit;
2999
+ cursor:pointer;
3000
+ display:block;
3001
+ width:100%;
3002
+ min-height:1.6rem;
3003
+ padding:0.8rem 1.6rem;
3004
+ cursor:pointer; }
3005
+ .Polaris-Tabs__Item:visited{
3006
+ color:inherit; }
3007
+ .Polaris-Tabs__Item:focus{
3008
+ outline:none; }
3009
+ .Polaris-Tabs__Item:hover, .Polaris-Tabs__Item:focus, .Polaris-Tabs__Item:active{
3010
+ background:#5c6ac4;
3011
+ outline:none;
3012
+ color:#ffffff; }
3013
+
3014
+ .Polaris-Tabs__DisclosureTab{
3015
+ display:none;
3016
+ padding-top:1rem; }
3017
+
3018
+ .Polaris-Tabs__DisclosureTab--visible{
3019
+ display:block; }
3020
+
3021
+ .Polaris-Tabs__DisclosureActivator{
3022
+ fill:#637381;
3023
+ position:relative;
3024
+ -webkit-box-pack:center;
3025
+ -ms-flex-pack:center;
3026
+ justify-content:center;
3027
+ height:100%;
3028
+ padding:0 1.6rem;
3029
+ background-color:transparent;
3030
+ cursor:pointer;
3031
+ border:none;
3032
+ outline:none;
3033
+ text-align:center; }
3034
+
3035
+ .Polaris-Tabs__TabMeasurer{
3036
+ display:-webkit-box;
3037
+ display:-ms-flexbox;
3038
+ display:flex;
3039
+ visibility:hidden;
3040
+ height:0; }
3041
+
3042
+
3043
+ .Polaris-Tag{
3044
+ display:-webkit-inline-box;
3045
+ display:-ms-inline-flexbox;
3046
+ display:inline-flex;
3047
+ overflow:hidden;
3048
+ -webkit-box-align:center;
3049
+ -ms-flex-align:center;
3050
+ align-items:center;
3051
+ min-height:2.8rem;
3052
+ padding-left:0.8rem;
3053
+ background-color:#dfe3e8;
3054
+ border-radius:3px;
3055
+ color:#212b36; }
3056
+
3057
+ .Polaris-Tag__Button{
3058
+ fill:#637381;
3059
+ -webkit-appearance:none;
3060
+ -moz-appearance:none;
3061
+ appearance:none;
3062
+ margin:0;
3063
+ padding:0;
3064
+ background:none;
3065
+ border:none;
3066
+ font-size:inherit;
3067
+ line-height:inherit;
3068
+ cursor:pointer;
3069
+ display:block;
3070
+ height:2.8rem;
3071
+ width:2.8rem;
3072
+ margin-left:0.4rem;
3073
+ -webkit-backface-visibility:hidden;
3074
+ backface-visibility:hidden;
3075
+ will-change:background, fill;
3076
+ -webkit-transition-property:background, fill;
3077
+ transition-property:background, fill;
3078
+ -webkit-transition-duration:200ms;
3079
+ transition-duration:200ms;
3080
+ -webkit-transition-timing-function:cubic-bezier(0.64, 0, 0.35, 1);
3081
+ transition-timing-function:cubic-bezier(0.64, 0, 0.35, 1); }
3082
+ .Polaris-Tag__Button:focus{
3083
+ outline:none; }
3084
+ .Polaris-Tag__Button:hover, .Polaris-Tag__Button:focus, .Polaris-Tag__Button:active{
3085
+ fill:#212b36;
3086
+ background:#c4cdd5; }
3087
+ .Polaris-Tag__Button:active{
3088
+ background:rgba(145, 158, 171, 0.6); }
3089
+
3090
+
3091
+ .Polaris-Connected{
3092
+ position:relative;
3093
+ display:-webkit-box;
3094
+ display:-ms-flexbox;
3095
+ display:flex; }
3096
+
3097
+ .Polaris-Connected__Item{
3098
+ position:relative;
3099
+ z-index:10;
3100
+ -webkit-box-flex:0;
3101
+ -ms-flex:0 0 auto;
3102
+ flex:0 0 auto; }
3103
+ .Polaris-Connected__Item:not(:first-child){
3104
+ margin-left:-1px; }
3105
+
3106
+ .Polaris-Connected__Item--primary{
3107
+ z-index:20;
3108
+ -webkit-box-flex:1;
3109
+ -ms-flex:1 1 auto;
3110
+ flex:1 1 auto; }
3111
+ .Polaris-Connected__Item--primary:not(:first-child) *{
3112
+ border-top-left-radius:0 !important;
3113
+ border-bottom-left-radius:0 !important; }
3114
+ .Polaris-Connected__Item--primary:not(:last-child) *{
3115
+ border-top-right-radius:0 !important;
3116
+ border-bottom-right-radius:0 !important; }
3117
+
3118
+ .Polaris-Connected__Item--connection:first-child *{
3119
+ border-top-right-radius:0 !important;
3120
+ border-bottom-right-radius:0 !important; }
3121
+ .Polaris-Connected__Item--connection:first-child *::after{
3122
+ border-top-right-radius:0 !important;
3123
+ border-bottom-right-radius:0 !important; }
3124
+
3125
+ .Polaris-Connected__Item--connection:last-child *{
3126
+ border-top-left-radius:0 !important;
3127
+ border-bottom-left-radius:0 !important; }
3128
+ .Polaris-Connected__Item--connection:last-child *::after{
3129
+ border-top-left-radius:0 !important;
3130
+ border-bottom-left-radius:0 !important; }
3131
+
3132
+ .Polaris-Connected__Item--focused{
3133
+ z-index:30; }
3134
+
3135
+
3136
+ .Polaris-TextField{
3137
+ font-size:1.6rem;
3138
+ font-weight:400;
3139
+ line-height:2.4rem;
3140
+ text-transform:initial;
3141
+ letter-spacing:initial;
3142
+ position:relative;
3143
+ display:-webkit-box;
3144
+ display:-ms-flexbox;
3145
+ display:flex;
3146
+ -webkit-box-align:baseline;
3147
+ -ms-flex-align:baseline;
3148
+ align-items:baseline;
3149
+ padding:0 1.2rem;
3150
+ color:#919eab; }
3151
+ @media (min-width: 40em){
3152
+ .Polaris-TextField{
3153
+ font-size:1.4rem; } }
3154
+
3155
+ .Polaris-TextField--multiline{
3156
+ padding:0; }
3157
+ .Polaris-TextField--multiline > .Polaris-TextField__Input{
3158
+ overflow:auto;
3159
+ padding-left:1.2rem;
3160
+ padding-right:1.2rem;
3161
+ resize:none; }
3162
+
3163
+ .Polaris-TextField--hasValue{
3164
+ color:#212b36; }
3165
+
3166
+ .Polaris-TextField--error .Polaris-TextField__Input::-webkit-input-placeholder{
3167
+ color:#9c9798; }
3168
+
3169
+ .Polaris-TextField--error .Polaris-TextField__Input:-ms-input-placeholder{
3170
+ color:#9c9798; }
3171
+
3172
+ .Polaris-TextField--error .Polaris-TextField__Input::placeholder{
3173
+ color:#9c9798; }
3174
+
3175
+ .Polaris-TextField--error > .Polaris-TextField__Input ~ .Polaris-TextField__Backdrop{
3176
+ background-color:#fbeae5;
3177
+ border-color:#ed6347;
3178
+ box-shadow:none; }
3179
+
3180
+ .Polaris-TextField--error > .Polaris-TextField__Input:focus ~ .Polaris-TextField__Backdrop{
3181
+ border-color:#5c6ac4;
3182
+ box-shadow:inset 0 0 0 0 transparent, 0 0 0 1px #5c6ac4; }
3183
+
3184
+ .Polaris-TextField--readOnly > .Polaris-TextField__Backdrop{
3185
+ background-color:#f9fafb; }
3186
+
3187
+ .Polaris-TextField--disabled > .Polaris-TextField__Backdrop{
3188
+ background-color:#f9fafb;
3189
+ border:1px solid #dfe3e8;
3190
+ box-shadow:none; }
3191
+
3192
+ .Polaris-TextField__Input{
3193
+ font-size:1.6rem;
3194
+ font-weight:400;
3195
+ line-height:2.4rem;
3196
+ text-transform:initial;
3197
+ letter-spacing:initial;
3198
+ position:relative;
3199
+ z-index:20;
3200
+ display:block;
3201
+ -webkit-box-flex:1;
3202
+ -ms-flex:1 1 0%;
3203
+ flex:1 1 0%;
3204
+ width:100%;
3205
+ min-height:3.6rem;
3206
+ margin:0;
3207
+ padding:0.5rem 0;
3208
+ background:none;
3209
+ border:1px solid transparent;
3210
+ font-family:inherit;
3211
+ font-size:inherit;
3212
+ font-weight:inherit;
3213
+ -webkit-appearance:none;
3214
+ -moz-appearance:none;
3215
+ appearance:none; }
3216
+ @media (min-width: 40em){
3217
+ .Polaris-TextField__Input{
3218
+ font-size:1.4rem; } }
3219
+ .Polaris-TextField__Input:disabled{
3220
+ color:#919eab; }
3221
+ .Polaris-TextField__Input:focus{
3222
+ outline:none; }
3223
+ .Polaris-TextField__Input:focus ~ .Polaris-TextField__Backdrop{
3224
+ border-color:#5c6ac4;
3225
+ box-shadow:inset 0 0 0 0 transparent, 0 0 0 1px #5c6ac4; }
3226
+ .Polaris-TextField__Input::-webkit-input-placeholder{
3227
+ color:#919eab; }
3228
+ .Polaris-TextField__Input:-ms-input-placeholder{
3229
+ color:#919eab; }
3230
+ .Polaris-TextField__Input::placeholder{
3231
+ color:#919eab; }
3232
+ .Polaris-TextField__Input[type='number']{
3233
+ -webkit-appearance:textfield;
3234
+ -moz-appearance:textfield;
3235
+ appearance:textfield; }
3236
+ .Polaris-TextField__Input[type='number']::-webkit-outer-spin-button, .Polaris-TextField__Input[type='number']::-webkit-inner-spin-button{
3237
+ -webkit-appearance:none;
3238
+ appearance:none;
3239
+ margin:0; }
3240
+
3241
+ .Polaris-TextField__Backdrop{
3242
+ position:absolute;
3243
+ z-index:10;
3244
+ top:0;
3245
+ bottom:0;
3246
+ left:0;
3247
+ right:0;
3248
+ background:#ffffff;
3249
+ border:1px solid #c4cdd5;
3250
+ box-shadow:inset 0 1px 0 0 rgba(99, 115, 129, 0.05);
3251
+ border-radius:3px;
3252
+ -webkit-backface-visibility:hidden;
3253
+ backface-visibility:hidden;
3254
+ will-change:box-shadow;
3255
+ -webkit-transition:box-shadow 200ms cubic-bezier(0.64, 0, 0.35, 1);
3256
+ transition:box-shadow 200ms cubic-bezier(0.64, 0, 0.35, 1); }
3257
+
3258
+ .Polaris-TextField__Prefix{
3259
+ position:relative;
3260
+ z-index:20;
3261
+ -webkit-box-flex:0;
3262
+ -ms-flex:0 0 auto;
3263
+ flex:0 0 auto;
3264
+ margin-right:0.25em;
3265
+ color:currentColor; }
3266
+
3267
+ .Polaris-TextField__Suffix{
3268
+ position:relative;
3269
+ z-index:20;
3270
+ -webkit-box-flex:0;
3271
+ -ms-flex:0 0 auto;
3272
+ flex:0 0 auto;
3273
+ margin-left:0.25em;
3274
+ color:currentColor; }
3275
+
3276
+ .Polaris-TextField__Spinner{
3277
+ z-index:20;
3278
+ display:-webkit-box;
3279
+ display:-ms-flexbox;
3280
+ display:flex;
3281
+ -ms-flex-item-align:stretch;
3282
+ align-self:stretch;
3283
+ -webkit-box-orient:vertical;
3284
+ -webkit-box-direction:normal;
3285
+ -ms-flex-direction:column;
3286
+ flex-direction:column;
3287
+ width:2.2rem;
3288
+ margin:1px calc(-1.2rem + 1px) 1px 1.2rem;
3289
+ color:#212b36; }
3290
+
3291
+ .Polaris-TextField__SpinnerIcon{
3292
+ height:1.2rem;
3293
+ width:1.2rem; }
3294
+
3295
+ .Polaris-TextField__Resizer{
3296
+ position:absolute;
3297
+ bottom:0;
3298
+ left:0;
3299
+ right:0;
3300
+ height:0;
3301
+ visibility:hidden; }
3302
+
3303
+ .Polaris-TextField__DummyInput{
3304
+ font-size:1.6rem;
3305
+ font-weight:400;
3306
+ line-height:2.4rem;
3307
+ text-transform:initial;
3308
+ letter-spacing:initial;
3309
+ padding:0.5rem 1.2rem;
3310
+ border:1px solid transparent;
3311
+ white-space:pre-wrap;
3312
+ word-wrap:break-word; }
3313
+ @media (min-width: 40em){
3314
+ .Polaris-TextField__DummyInput{
3315
+ font-size:1.4rem; } }
3316
+
3317
+ .Polaris-TextField__Segment{
3318
+ display:-webkit-box;
3319
+ display:-ms-flexbox;
3320
+ display:flex;
3321
+ -webkit-box-flex:1;
3322
+ -ms-flex:1 1 0%;
3323
+ flex:1 1 0%;
3324
+ -webkit-box-pack:center;
3325
+ -ms-flex-pack:center;
3326
+ justify-content:center;
3327
+ -webkit-box-align:center;
3328
+ -ms-flex-align:center;
3329
+ align-items:center;
3330
+ -webkit-appearance:none;
3331
+ -moz-appearance:none;
3332
+ appearance:none;
3333
+ background:-webkit-linear-gradient(top, #ffffff, #f9fafb);
3334
+ background:linear-gradient(to bottom, #ffffff, #f9fafb);
3335
+ border:none;
3336
+ border-left:1px solid #c4cdd5;
3337
+ -webkit-backface-visibility:hidden;
3338
+ backface-visibility:hidden;
3339
+ will-change:background, box-shadow;
3340
+ -webkit-transition:background 100ms cubic-bezier(0.64, 0, 0.35, 1), box-shadow 100ms cubic-bezier(0.64, 0, 0.35, 1);
3341
+ transition:background 100ms cubic-bezier(0.64, 0, 0.35, 1), box-shadow 100ms cubic-bezier(0.64, 0, 0.35, 1); }
3342
+ .Polaris-TextField__Segment:focus{
3343
+ outline:none; }
3344
+ .Polaris-TextField__Segment:active{
3345
+ background:-webkit-linear-gradient(top, #f4f6f8, #f4f6f8);
3346
+ background:linear-gradient(to bottom, #f4f6f8, #f4f6f8);
3347
+ box-shadow:inset 0 1px 1px 0 rgba(99, 115, 129, 0.1), inset 0 1px 4px 0 rgba(99, 115, 129, 0.2); }
3348
+ .Polaris-TextField__Segment:not(:first-child){
3349
+ margin-top:-1px;
3350
+ border-top:1px solid #c4cdd5; }
3351
+ .Polaris-TextField__Segment:first-child{
3352
+ border-top-right-radius:3px; }
3353
+ .Polaris-TextField__Segment:last-child{
3354
+ border-bottom-right-radius:3px; }
3355
+
3356
+
3357
+ .Polaris-Tooltip{
3358
+ margin:0.5rem 1.6rem 1.6rem;
3359
+ opacity:1;
3360
+ box-shadow:0 0 0 1px rgba(6, 44, 82, 0.1), 0 2px 16px rgba(33, 43, 54, 0.08);
3361
+ border-radius:3px;
3362
+ pointer-events:none;
3363
+ -webkit-backface-visibility:hidden;
3364
+ backface-visibility:hidden;
3365
+ will-change:opacity, left, top;
3366
+ -webkit-transition:opacity 200ms cubic-bezier(0.36, 0, 1, 1);
3367
+ transition:opacity 200ms cubic-bezier(0.36, 0, 1, 1); }
3368
+
3369
+ .Polaris-Tooltip--measuring{
3370
+ opacity:0; }
3371
+
3372
+ .Polaris-Tooltip--positionedAbove{
3373
+ margin:1.6rem 1.6rem 0.5rem; }
3374
+ .Polaris-Tooltip--positionedAbove .Polaris-Tooltip__Tip{
3375
+ top:inherit;
3376
+ bottom:0; }
3377
+
3378
+ .Polaris-Tooltip--light .Polaris-Tooltip__Wrapper{
3379
+ background:#ffffff;
3380
+ color:#212b36; }
3381
+
3382
+ .Polaris-Tooltip--light .Polaris-Tooltip__Tip{
3383
+ background:#ffffff; }
3384
+
3385
+ .Polaris-Tooltip__Wrapper{
3386
+ position:relative;
3387
+ display:-webkit-box;
3388
+ display:-ms-flexbox;
3389
+ display:flex;
3390
+ background-color:#212b36;
3391
+ border-radius:3px;
3392
+ color:#ffffff;
3393
+ max-height:10rem; }
3394
+
3395
+ .Polaris-Tooltip__Content{
3396
+ position:relative;
3397
+ margin-top:0.4rem;
3398
+ border-radius:3px;
3399
+ max-width:20rem;
3400
+ max-height:10rem; }
3401
+
3402
+ .Polaris-Tooltip__Tip{
3403
+ position:absolute;
3404
+ top:0;
3405
+ left:50%;
3406
+ -webkit-transform:translateX(-50%) rotate(45deg);
3407
+ transform:translateX(-50%) rotate(45deg);
3408
+ height:1.4rem;
3409
+ width:1.4rem;
3410
+ background:#212b36;
3411
+ box-shadow:0 0 0 1px rgba(6, 44, 82, 0.1), 0 2px 16px rgba(33, 43, 54, 0.08); }
3412
+
3413
+ .Polaris-Tooltip__Label{
3414
+ padding:0 0.8rem 0.4rem; }