mis-crystal-design-system 18.1.5 → 18.1.6-test-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/dynamic-form/dynamic-form.component.d.ts +15 -0
  2. package/esm2022/dynamic-form/dynamic-form.component.mjs +193 -78
  3. package/esm2022/slider/slider.component.mjs +2 -2
  4. package/esm2022/table/table.component.mjs +2 -2
  5. package/esm2022/timepicker/timepicker.component.mjs +16 -10
  6. package/esm2022/timerangepicker/timerangepicker.component.mjs +8 -6
  7. package/fesm2022/mis-crystal-design-system-dynamic-form.mjs +192 -77
  8. package/fesm2022/mis-crystal-design-system-dynamic-form.mjs.map +1 -1
  9. package/fesm2022/mis-crystal-design-system-slider.mjs +2 -2
  10. package/fesm2022/mis-crystal-design-system-slider.mjs.map +1 -1
  11. package/fesm2022/mis-crystal-design-system-table.mjs +2 -2
  12. package/fesm2022/mis-crystal-design-system-table.mjs.map +1 -1
  13. package/fesm2022/mis-crystal-design-system-timepicker.mjs +15 -9
  14. package/fesm2022/mis-crystal-design-system-timepicker.mjs.map +1 -1
  15. package/fesm2022/mis-crystal-design-system-timerangepicker.mjs +7 -5
  16. package/fesm2022/mis-crystal-design-system-timerangepicker.mjs.map +1 -1
  17. package/package.json +17 -17
  18. package/timepicker/timepicker.component.d.ts +3 -1
  19. package/timerangepicker/timerangepicker.component.d.ts +3 -1
  20. package/button/button.directive.scss +0 -71
  21. package/drawer/drawer.scss +0 -20
  22. package/input/mis-input.component.scss +0 -187
  23. package/modal/modal.scss +0 -9
  24. package/styles/fonts/icomoon.eot +0 -0
  25. package/styles/fonts/icomoon.svg +0 -315
  26. package/styles/fonts/icomoon.ttf +0 -0
  27. package/styles/fonts/icomoon.woff +0 -0
  28. package/styles/mis-borders-backgrounds.scss +0 -764
  29. package/styles/mis-color-constants.scss +0 -353
  30. package/styles/mis-flex.scss +0 -321
  31. package/styles/mis-fonts.scss +0 -124
  32. package/styles/mis-icons.scss +0 -1054
  33. package/styles/mis-mixins.scss +0 -46
  34. package/styles/mis-old-icon-styles.scss +0 -498
  35. package/styles/mis-spacing-sizing.scss +0 -2590
  36. package/styles/mis-typography.scss +0 -462
@@ -1,764 +0,0 @@
1
- //Border----------------------------------------------------------------------------
2
- .rounded-none {
3
- border-radius: 0px;
4
- }
5
- .rounded-sm {
6
- border-radius: 0.125rem; /* 2px */
7
- }
8
- .rounded {
9
- border-radius: 0.25rem; /* 4px */
10
- }
11
- .rounded-md {
12
- border-radius: 0.375rem; /* 6px */
13
- }
14
- .rounded-lg {
15
- border-radius: 0.5rem; /* 8px */
16
- }
17
- .rounded-xl {
18
- border-radius: 0.75rem; /* 12px */
19
- }
20
- .rounded-2xl {
21
- border-radius: 1rem; /* 16px */
22
- }
23
- .rounded-3xl {
24
- border-radius: 1.5rem; /* 24px */
25
- }
26
- .rounded-full {
27
- border-radius: 9999px;
28
- }
29
- .rounded-s-none {
30
- border-start-start-radius: 0px;
31
- border-end-start-radius: 0px;
32
- }
33
- .rounded-s-sm {
34
- border-start-start-radius: 0.125rem; /* 2px */
35
- border-end-start-radius: 0.125rem; /* 2px */
36
- }
37
- .rounded-s {
38
- border-start-start-radius: 0.25rem; /* 4px */
39
- border-end-start-radius: 0.25rem; /* 4px */
40
- }
41
- .rounded-s-md {
42
- border-start-start-radius: 0.375rem; /* 6px */
43
- border-end-start-radius: 0.375rem; /* 6px */
44
- }
45
- .rounded-s-lg {
46
- border-start-start-radius: 0.5rem; /* 8px */
47
- border-end-start-radius: 0.5rem; /* 8px */
48
- }
49
- .rounded-s-xl {
50
- border-start-start-radius: 0.75rem; /* 12px */
51
- border-end-start-radius: 0.75rem; /* 12px */
52
- }
53
- .rounded-s-2xl {
54
- border-start-start-radius: 1rem; /* 16px */
55
- border-end-start-radius: 1rem; /* 16px */
56
- }
57
- .rounded-s-3xl {
58
- border-start-start-radius: 1.5rem; /* 24px */
59
- border-end-start-radius: 1.5rem; /* 24px */
60
- }
61
- .rounded-s-full {
62
- border-start-start-radius: 9999px;
63
- border-end-start-radius: 9999px;
64
- }
65
- .rounded-e-none {
66
- border-start-end-radius: 0px;
67
- border-end-end-radius: 0px;
68
- }
69
- .rounded-e-sm {
70
- border-start-end-radius: 0.125rem; /* 2px */
71
- border-end-end-radius: 0.125rem; /* 2px */
72
- }
73
- .rounded-e {
74
- border-start-end-radius: 0.25rem; /* 4px */
75
- border-end-end-radius: 0.25rem; /* 4px */
76
- }
77
- .rounded-e-md {
78
- border-start-end-radius: 0.375rem; /* 6px */
79
- border-end-end-radius: 0.375rem; /* 6px */
80
- }
81
- .rounded-e-lg {
82
- border-start-end-radius: 0.5rem; /* 8px */
83
- border-end-end-radius: 0.5rem; /* 8px */
84
- }
85
- .rounded-e-xl {
86
- border-start-end-radius: 0.75rem; /* 12px */
87
- border-end-end-radius: 0.75rem; /* 12px */
88
- }
89
- .rounded-e-2xl {
90
- border-start-end-radius: 1rem; /* 16px */
91
- border-end-end-radius: 1rem; /* 16px */
92
- }
93
- .rounded-e-3xl {
94
- border-start-end-radius: 1.5rem; /* 24px */
95
- border-end-end-radius: 1.5rem; /* 24px */
96
- }
97
- .rounded-e-full {
98
- border-start-end-radius: 9999px;
99
- border-end-end-radius: 9999px;
100
- }
101
- .rounded-t-none {
102
- border-top-left-radius: 0px;
103
- border-top-right-radius: 0px;
104
- }
105
- .rounded-t-sm {
106
- border-top-left-radius: 0.125rem; /* 2px */
107
- border-top-right-radius: 0.125rem; /* 2px */
108
- }
109
- .rounded-t {
110
- border-top-left-radius: 0.25rem; /* 4px */
111
- border-top-right-radius: 0.25rem; /* 4px */
112
- }
113
- .rounded-t-md {
114
- border-top-left-radius: 0.375rem; /* 6px */
115
- border-top-right-radius: 0.375rem; /* 6px */
116
- }
117
- .rounded-t-lg {
118
- border-top-left-radius: 0.5rem; /* 8px */
119
- border-top-right-radius: 0.5rem; /* 8px */
120
- }
121
- .rounded-t-xl {
122
- border-top-left-radius: 0.75rem; /* 12px */
123
- border-top-right-radius: 0.75rem; /* 12px */
124
- }
125
- .rounded-t-2xl {
126
- border-top-left-radius: 1rem; /* 16px */
127
- border-top-right-radius: 1rem; /* 16px */
128
- }
129
- .rounded-t-3xl {
130
- border-top-left-radius: 1.5rem; /* 24px */
131
- border-top-right-radius: 1.5rem; /* 24px */
132
- }
133
- .rounded-t-full {
134
- border-top-left-radius: 9999px;
135
- border-top-right-radius: 9999px;
136
- }
137
- .rounded-r-none {
138
- border-top-right-radius: 0px;
139
- border-bottom-right-radius: 0px;
140
- }
141
- .rounded-r-sm {
142
- border-top-right-radius: 0.125rem; /* 2px */
143
- border-bottom-right-radius: 0.125rem; /* 2px */
144
- }
145
- .rounded-r {
146
- border-top-right-radius: 0.25rem; /* 4px */
147
- border-bottom-right-radius: 0.25rem; /* 4px */
148
- }
149
- .rounded-r-md {
150
- border-top-right-radius: 0.375rem; /* 6px */
151
- border-bottom-right-radius: 0.375rem; /* 6px */
152
- }
153
- .rounded-r-lg {
154
- border-top-right-radius: 0.5rem; /* 8px */
155
- border-bottom-right-radius: 0.5rem; /* 8px */
156
- }
157
- .rounded-r-xl {
158
- border-top-right-radius: 0.75rem; /* 12px */
159
- border-bottom-right-radius: 0.75rem; /* 12px */
160
- }
161
- .rounded-r-2xl {
162
- border-top-right-radius: 1rem; /* 16px */
163
- border-bottom-right-radius: 1rem; /* 16px */
164
- }
165
- .rounded-r-3xl {
166
- border-top-right-radius: 1.5rem; /* 24px */
167
- border-bottom-right-radius: 1.5rem; /* 24px */
168
- }
169
- .rounded-r-full {
170
- border-top-right-radius: 9999px;
171
- border-bottom-right-radius: 9999px;
172
- }
173
- .rounded-b-none {
174
- border-bottom-right-radius: 0px;
175
- border-bottom-left-radius: 0px;
176
- }
177
- .rounded-b-sm {
178
- border-bottom-right-radius: 0.125rem; /* 2px */
179
- border-bottom-left-radius: 0.125rem; /* 2px */
180
- }
181
- .rounded-b {
182
- border-bottom-right-radius: 0.25rem; /* 4px */
183
- border-bottom-left-radius: 0.25rem; /* 4px */
184
- }
185
- .rounded-b-md {
186
- border-bottom-right-radius: 0.375rem; /* 6px */
187
- border-bottom-left-radius: 0.375rem; /* 6px */
188
- }
189
- .rounded-b-lg {
190
- border-bottom-right-radius: 0.5rem; /* 8px */
191
- border-bottom-left-radius: 0.5rem; /* 8px */
192
- }
193
- .rounded-b-xl {
194
- border-bottom-right-radius: 0.75rem; /* 12px */
195
- border-bottom-left-radius: 0.75rem; /* 12px */
196
- }
197
- .rounded-b-2xl {
198
- border-bottom-right-radius: 1rem; /* 16px */
199
- border-bottom-left-radius: 1rem; /* 16px */
200
- }
201
- .rounded-b-3xl {
202
- border-bottom-right-radius: 1.5rem; /* 24px */
203
- border-bottom-left-radius: 1.5rem; /* 24px */
204
- }
205
- .rounded-b-full {
206
- border-bottom-right-radius: 9999px;
207
- border-bottom-left-radius: 9999px;
208
- }
209
- .rounded-l-none {
210
- border-top-left-radius: 0px;
211
- border-bottom-left-radius: 0px;
212
- }
213
- .rounded-l-sm {
214
- border-top-left-radius: 0.125rem; /* 2px */
215
- border-bottom-left-radius: 0.125rem; /* 2px */
216
- }
217
- .rounded-l {
218
- border-top-left-radius: 0.25rem; /* 4px */
219
- border-bottom-left-radius: 0.25rem; /* 4px */
220
- }
221
- .rounded-l-md {
222
- border-top-left-radius: 0.375rem; /* 6px */
223
- border-bottom-left-radius: 0.375rem; /* 6px */
224
- }
225
- .rounded-l-lg {
226
- border-top-left-radius: 0.5rem; /* 8px */
227
- border-bottom-left-radius: 0.5rem; /* 8px */
228
- }
229
- .rounded-l-xl {
230
- border-top-left-radius: 0.75rem; /* 12px */
231
- border-bottom-left-radius: 0.75rem; /* 12px */
232
- }
233
- .rounded-l-2xl {
234
- border-top-left-radius: 1rem; /* 16px */
235
- border-bottom-left-radius: 1rem; /* 16px */
236
- }
237
- .rounded-l-3xl {
238
- border-top-left-radius: 1.5rem; /* 24px */
239
- border-bottom-left-radius: 1.5rem; /* 24px */
240
- }
241
- .rounded-l-full {
242
- border-top-left-radius: 9999px;
243
- border-bottom-left-radius: 9999px;
244
- }
245
- .rounded-ss-none {
246
- border-start-start-radius: 0px;
247
- }
248
- .rounded-ss-sm {
249
- border-start-start-radius: 0.125rem; /* 2px */
250
- }
251
- .rounded-ss {
252
- border-start-start-radius: 0.25rem; /* 4px */
253
- }
254
- .rounded-ss-md {
255
- border-start-start-radius: 0.375rem; /* 6px */
256
- }
257
- .rounded-ss-lg {
258
- border-start-start-radius: 0.5rem; /* 8px */
259
- }
260
- .rounded-ss-xl {
261
- border-start-start-radius: 0.75rem; /* 12px */
262
- }
263
- .rounded-ss-2xl {
264
- border-start-start-radius: 1rem; /* 16px */
265
- }
266
- .rounded-ss-3xl {
267
- border-start-start-radius: 1.5rem; /* 24px */
268
- }
269
- .rounded-ss-full {
270
- border-start-start-radius: 9999px;
271
- }
272
- .rounded-se-none {
273
- border-start-end-radius: 0px;
274
- }
275
- .rounded-se-sm {
276
- border-start-end-radius: 0.125rem; /* 2px */
277
- }
278
- .rounded-se {
279
- border-start-end-radius: 0.25rem; /* 4px */
280
- }
281
- .rounded-se-md {
282
- border-start-end-radius: 0.375rem; /* 6px */
283
- }
284
- .rounded-se-lg {
285
- border-start-end-radius: 0.5rem; /* 8px */
286
- }
287
- .rounded-se-xl {
288
- border-start-end-radius: 0.75rem; /* 12px */
289
- }
290
- .rounded-se-2xl {
291
- border-start-end-radius: 1rem; /* 16px */
292
- }
293
- .rounded-se-3xl {
294
- border-start-end-radius: 1.5rem; /* 24px */
295
- }
296
- .rounded-se-full {
297
- border-start-end-radius: 9999px;
298
- }
299
- .rounded-ee-none {
300
- border-end-end-radius: 0px;
301
- }
302
- .rounded-ee-sm {
303
- border-end-end-radius: 0.125rem; /* 2px */
304
- }
305
- .rounded-ee {
306
- border-end-end-radius: 0.25rem; /* 4px */
307
- }
308
- .rounded-ee-md {
309
- border-end-end-radius: 0.375rem; /* 6px */
310
- }
311
- .rounded-ee-lg {
312
- border-end-end-radius: 0.5rem; /* 8px */
313
- }
314
- .rounded-ee-xl {
315
- border-end-end-radius: 0.75rem; /* 12px */
316
- }
317
- .rounded-ee-2xl {
318
- border-end-end-radius: 1rem; /* 16px */
319
- }
320
- .rounded-ee-3xl {
321
- border-end-end-radius: 1.5rem; /* 24px */
322
- }
323
- .rounded-ee-full {
324
- border-end-end-radius: 9999px;
325
- }
326
- .rounded-es-none {
327
- border-end-start-radius: 0px;
328
- }
329
- .rounded-es-sm {
330
- border-end-start-radius: 0.125rem; /* 2px */
331
- }
332
- .rounded-es {
333
- border-end-start-radius: 0.25rem; /* 4px */
334
- }
335
- .rounded-es-md {
336
- border-end-start-radius: 0.375rem; /* 6px */
337
- }
338
- .rounded-es-lg {
339
- border-end-start-radius: 0.5rem; /* 8px */
340
- }
341
- .rounded-es-xl {
342
- border-end-start-radius: 0.75rem; /* 12px */
343
- }
344
- .rounded-es-2xl {
345
- border-end-start-radius: 1rem; /* 16px */
346
- }
347
- .rounded-es-3xl {
348
- border-end-start-radius: 1.5rem; /* 24px */
349
- }
350
- .rounded-es-full {
351
- border-end-start-radius: 9999px;
352
- }
353
- .rounded-tl-none {
354
- border-top-left-radius: 0px;
355
- }
356
- .rounded-tl-sm {
357
- border-top-left-radius: 0.125rem; /* 2px */
358
- }
359
- .rounded-tl {
360
- border-top-left-radius: 0.25rem; /* 4px */
361
- }
362
- .rounded-tl-md {
363
- border-top-left-radius: 0.375rem; /* 6px */
364
- }
365
- .rounded-tl-lg {
366
- border-top-left-radius: 0.5rem; /* 8px */
367
- }
368
- .rounded-tl-xl {
369
- border-top-left-radius: 0.75rem; /* 12px */
370
- }
371
- .rounded-tl-2xl {
372
- border-top-left-radius: 1rem; /* 16px */
373
- }
374
- .rounded-tl-3xl {
375
- border-top-left-radius: 1.5rem; /* 24px */
376
- }
377
- .rounded-tl-full {
378
- border-top-left-radius: 9999px;
379
- }
380
- .rounded-tr-none {
381
- border-top-right-radius: 0px;
382
- }
383
- .rounded-tr-sm {
384
- border-top-right-radius: 0.125rem; /* 2px */
385
- }
386
- .rounded-tr {
387
- border-top-right-radius: 0.25rem; /* 4px */
388
- }
389
- .rounded-tr-md {
390
- border-top-right-radius: 0.375rem; /* 6px */
391
- }
392
- .rounded-tr-lg {
393
- border-top-right-radius: 0.5rem; /* 8px */
394
- }
395
- .rounded-tr-xl {
396
- border-top-right-radius: 0.75rem; /* 12px */
397
- }
398
- .rounded-tr-2xl {
399
- border-top-right-radius: 1rem; /* 16px */
400
- }
401
- .rounded-tr-3xl {
402
- border-top-right-radius: 1.5rem; /* 24px */
403
- }
404
- .rounded-tr-full {
405
- border-top-right-radius: 9999px;
406
- }
407
- .rounded-br-none {
408
- border-bottom-right-radius: 0px;
409
- }
410
- .rounded-br-sm {
411
- border-bottom-right-radius: 0.125rem; /* 2px */
412
- }
413
- .rounded-br {
414
- border-bottom-right-radius: 0.25rem; /* 4px */
415
- }
416
- .rounded-br-md {
417
- border-bottom-right-radius: 0.375rem; /* 6px */
418
- }
419
- .rounded-br-lg {
420
- border-bottom-right-radius: 0.5rem; /* 8px */
421
- }
422
- .rounded-br-xl {
423
- border-bottom-right-radius: 0.75rem; /* 12px */
424
- }
425
- .rounded-br-2xl {
426
- border-bottom-right-radius: 1rem; /* 16px */
427
- }
428
- .rounded-br-3xl {
429
- border-bottom-right-radius: 1.5rem; /* 24px */
430
- }
431
- .rounded-br-full {
432
- border-bottom-right-radius: 9999px;
433
- }
434
- .rounded-bl-none {
435
- border-bottom-left-radius: 0px;
436
- }
437
- .rounded-bl-sm {
438
- border-bottom-left-radius: 0.125rem; /* 2px */
439
- }
440
- .rounded-bl {
441
- border-bottom-left-radius: 0.25rem; /* 4px */
442
- }
443
- .rounded-bl-md {
444
- border-bottom-left-radius: 0.375rem; /* 6px */
445
- }
446
- .rounded-bl-lg {
447
- border-bottom-left-radius: 0.5rem; /* 8px */
448
- }
449
- .rounded-bl-xl {
450
- border-bottom-left-radius: 0.75rem; /* 12px */
451
- }
452
- .rounded-bl-2xl {
453
- border-bottom-left-radius: 1rem; /* 16px */
454
- }
455
- .rounded-bl-3xl {
456
- border-bottom-left-radius: 1.5rem; /* 24px */
457
- }
458
- .rounded-bl-full {
459
- border-bottom-left-radius: 9999px;
460
- }
461
-
462
- .border-0 {
463
- border-width: 0px;
464
- }
465
- .border-2 {
466
- border-width: 2px;
467
- }
468
- .border-4 {
469
- border-width: 4px;
470
- }
471
- .border-8 {
472
- border-width: 8px;
473
- }
474
- .border {
475
- border-width: 1px;
476
- }
477
- .border-x-0 {
478
- border-left-width: 0px;
479
- border-right-width: 0px;
480
- }
481
- .border-x-2 {
482
- border-left-width: 2px;
483
- border-right-width: 2px;
484
- }
485
- .border-x-4 {
486
- border-left-width: 4px;
487
- border-right-width: 4px;
488
- }
489
- .border-x-8 {
490
- border-left-width: 8px;
491
- border-right-width: 8px;
492
- }
493
- .border-x {
494
- border-left-width: 1px;
495
- border-right-width: 1px;
496
- }
497
- .border-y-0 {
498
- border-top-width: 0px;
499
- border-bottom-width: 0px;
500
- }
501
- .border-y-2 {
502
- border-top-width: 2px;
503
- border-bottom-width: 2px;
504
- }
505
- .border-y-4 {
506
- border-top-width: 4px;
507
- border-bottom-width: 4px;
508
- }
509
- .border-y-8 {
510
- border-top-width: 8px;
511
- border-bottom-width: 8px;
512
- }
513
- .border-y {
514
- border-top-width: 1px;
515
- border-bottom-width: 1px;
516
- }
517
- .border-s-0 {
518
- border-inline-start-width: 0px;
519
- }
520
- .border-s-2 {
521
- border-inline-start-width: 2px;
522
- }
523
- .border-s-4 {
524
- border-inline-start-width: 4px;
525
- }
526
- .border-s-8 {
527
- border-inline-start-width: 8px;
528
- }
529
- .border-s {
530
- border-inline-start-width: 1px;
531
- }
532
- .border-e-0 {
533
- border-inline-end-width: 0px;
534
- }
535
- .border-e-2 {
536
- border-inline-end-width: 2px;
537
- }
538
- .border-e-4 {
539
- border-inline-end-width: 4px;
540
- }
541
- .border-e-8 {
542
- border-inline-end-width: 8px;
543
- }
544
- .border-e {
545
- border-inline-end-width: 1px;
546
- }
547
- .border-t-0 {
548
- border-top-width: 0px;
549
- }
550
- .border-t-2 {
551
- border-top-width: 2px;
552
- }
553
- .border-t-4 {
554
- border-top-width: 4px;
555
- }
556
- .border-t-8 {
557
- border-top-width: 8px;
558
- }
559
- .border-t {
560
- border-top-width: 1px;
561
- }
562
- .border-r-0 {
563
- border-right-width: 0px;
564
- }
565
- .border-r-2 {
566
- border-right-width: 2px;
567
- }
568
- .border-r-4 {
569
- border-right-width: 4px;
570
- }
571
- .border-r-8 {
572
- border-right-width: 8px;
573
- }
574
- .border-r {
575
- border-right-width: 1px;
576
- }
577
- .border-b-0 {
578
- border-bottom-width: 0px;
579
- }
580
- .border-b-2 {
581
- border-bottom-width: 2px;
582
- }
583
- .border-b-4 {
584
- border-bottom-width: 4px;
585
- }
586
- .border-b-8 {
587
- border-bottom-width: 8px;
588
- }
589
- .border-b {
590
- border-bottom-width: 1px;
591
- }
592
- .border-l-0 {
593
- border-left-width: 0px;
594
- }
595
- .border-l-2 {
596
- border-left-width: 2px;
597
- }
598
- .border-l-4 {
599
- border-left-width: 4px;
600
- }
601
- .border-l-8 {
602
- border-left-width: 8px;
603
- }
604
- .border-l {
605
- border-left-width: 1px;
606
- }
607
-
608
- //Border style---------------------------------------------------------------------------
609
- .border-solid {
610
- border-style: solid;
611
- }
612
- .border-dashed {
613
- border-style: dashed;
614
- }
615
- .border-dotted {
616
- border-style: dotted;
617
- }
618
- .border-double {
619
- border-style: double;
620
- }
621
- .border-hidden {
622
- border-style: hidden;
623
- }
624
- .border-none {
625
- border-style: none;
626
- }
627
-
628
- //Outline width and style---------------------------------------------------------------------------
629
- .outline-0 {
630
- outline-width: 0px;
631
- }
632
- .outline-1 {
633
- outline-width: 1px;
634
- }
635
- .outline-2 {
636
- outline-width: 2px;
637
- }
638
- .outline-4 {
639
- outline-width: 4px;
640
- }
641
- .outline-8 {
642
- outline-width: 8px;
643
- }
644
- .outline-none {
645
- outline: 2px solid transparent;
646
- outline-offset: 2px;
647
- }
648
- .outline {
649
- outline-style: solid;
650
- }
651
- .outline-dashed {
652
- outline-style: dashed;
653
- }
654
- .outline-dotted {
655
- outline-style: dotted;
656
- }
657
- .outline-double {
658
- outline-style: double;
659
- }
660
-
661
- //Backgounds Attachment------------------------------------------------------------------------------------
662
- .bg-fixed {
663
- background-attachment: fixed;
664
- }
665
- .bg-local {
666
- background-attachment: local;
667
- }
668
- .bg-scroll {
669
- background-attachment: scroll;
670
- }
671
-
672
- //Background Clip-------------------------------------
673
- .bg-clip-padding {
674
- background-clip: padding-box;
675
- }
676
- .bg-clip-content {
677
- background-clip: content-box;
678
- }
679
- .bg-clip-text {
680
- background-clip: text;
681
- }
682
- .bg-clip-border {
683
- background-clip: border-box;
684
- }
685
- .bg-clip-padding {
686
- background-clip: padding-box;
687
- }
688
- .bg-clip-content {
689
- background-clip: content-box;
690
- }
691
- .bg-clip-text {
692
- background-clip: text;
693
- }
694
-
695
- //Background Origin--------------------------------------
696
- .bg-origin-border {
697
- background-origin: border-box;
698
- }
699
- .bg-origin-padding {
700
- background-origin: padding-box;
701
- }
702
- .bg-origin-content {
703
- background-origin: content-box;
704
- }
705
-
706
- //Background Position------------------------------------
707
- .bg-bottom {
708
- background-position: bottom;
709
- }
710
- .bg-center {
711
- background-position: center;
712
- }
713
- .bg-left {
714
- background-position: left;
715
- }
716
- .bg-left-bottom {
717
- background-position: left bottom;
718
- }
719
- .bg-left-top {
720
- background-position: left top;
721
- }
722
- .bg-right {
723
- background-position: right;
724
- }
725
- .bg-right-bottom {
726
- background-position: right bottom;
727
- }
728
- .bg-right-top {
729
- background-position: right top;
730
- }
731
- .bg-top {
732
- background-position: top;
733
- }
734
-
735
- //Background Repeat-------------------------------------
736
- .bg-repeat {
737
- background-repeat: repeat;
738
- }
739
- .bg-no-repeat {
740
- background-repeat: no-repeat;
741
- }
742
- .bg-repeat-x {
743
- background-repeat: repeat-x;
744
- }
745
- .bg-repeat-y {
746
- background-repeat: repeat-y;
747
- }
748
- .bg-repeat-round {
749
- background-repeat: round;
750
- }
751
- .bg-repeat-space {
752
- background-repeat: space;
753
- }
754
-
755
- //Background Size---------------------------------------
756
- .bg-auto {
757
- background-size: auto;
758
- }
759
- .bg-cover {
760
- background-size: cover;
761
- }
762
- .bg-contain {
763
- background-size: contain;
764
- }