quasar-ui-sellmate-ui-kit 2.2.6 → 2.2.8

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.
@@ -1,893 +1,878 @@
1
- /*********** spacing ***********/
2
- // QUASAR
3
- // q-@@-none - none
4
- // q-@@-xs - 4px
5
- // q-@@-sm - 8px
6
- // q-@@-md - 16px
7
- // q-@@-lg - 24px
8
- // q-@@-xl - 48px
9
-
10
- // padding
11
- .s-pa-xxs {
12
- padding: 6px;
13
- }
14
-
15
- .s-pt-xxs {
16
- padding-top: 6px;
17
- }
18
-
19
- .s-pb-xxs {
20
- padding-bottom: 6px;
21
- }
22
-
23
- .s-pr-xxs {
24
- padding-right: 6px;
25
- }
26
-
27
- .s-pl-xxs {
28
- padding-left: 6px;
29
- }
30
-
31
- .s-py-xxs {
32
- padding-top: 6px;
33
- padding-bottom: 6px;
34
- }
35
-
36
- .s-px-xxs {
37
- padding-right: 6px;
38
- padding-left: 6px;
39
- }
40
-
41
- .s-pa-xs {
42
- padding: 10px;
43
- }
44
-
45
- .s-pt-xs {
46
- padding-top: 10px;
47
- }
48
-
49
- .s-pb-xs {
50
- padding-bottom: 10px;
51
- }
52
-
53
- .s-pr-xs {
54
- padding-right: 10px;
55
- }
56
-
57
- .s-pl-xs {
58
- padding-left: 10px;
59
- }
60
-
61
- .s-py-xs {
62
- padding-top: 10px;
63
- padding-bottom: 10px;
64
- }
65
-
66
- .s-px-xs {
67
- padding-right: 10px;
68
- padding-left: 10px;
69
- }
70
-
71
- .s-pa-sm {
72
- padding: 12px;
73
- }
74
-
75
- .s-pt-sm {
76
- padding-top: 12px;
77
- }
78
-
79
- .s-pb-sm {
80
- padding-bottom: 12px;
81
- }
82
-
83
- .s-pr-sm {
84
- padding-right: 12px;
85
- }
86
-
87
- .s-pl-sm {
88
- padding-left: 12px;
89
- }
90
-
91
- .s-py-sm {
92
- padding-top: 12px !important;
93
- padding-bottom: 12px !important;
94
- }
95
-
96
- .s-px-sm {
97
- padding-right: 12px;
98
- padding-left: 12px;
99
- }
100
-
101
- .s-pa-md {
102
- padding: 18px;
103
- }
104
-
105
- .s-pt-md {
106
- padding-top: 18px;
107
- }
108
-
109
- .s-pb-md {
110
- padding-bottom: 18px;
111
- }
112
-
113
- .s-pr-md {
114
- padding-right: 18px;
115
- }
116
-
117
- .s-pl-md {
118
- padding-left: 18px;
119
- }
120
-
121
- .s-py-md {
122
- padding-top: 18px;
123
- padding-bottom: 18px;
124
- }
125
-
126
- .s-px-md {
127
- padding-right: 18px;
128
- padding-left: 18px;
129
- }
130
-
131
- .s-pa-lg {
132
- padding: 20px;
133
- }
134
-
135
- .s-pt-lg {
136
- padding-top: 20px;
137
- }
138
-
139
- .s-pb-lg {
140
- padding-bottom: 20px;
141
- }
142
-
143
- .s-pr-lg {
144
- padding-right: 20px;
145
- }
146
-
147
- .s-pl-lg {
148
- padding-left: 20px;
149
- }
150
-
151
- .s-py-lg {
152
- padding-top: 20px;
153
- padding-bottom: 20px;
154
- }
155
-
156
- .s-px-lg {
157
- padding-right: 20px !important;
158
- padding-left: 20px !important;
159
- }
160
-
161
- .s-pa-xl {
162
- padding: 22px;
163
- }
164
-
165
- .s-pt-xl {
166
- padding-top: 22px;
167
- }
168
-
169
- .s-pb-xl {
170
- padding-bottom: 22px;
171
- }
172
-
173
- .s-pr-xl {
174
- padding-right: 22px;
175
- }
176
-
177
- .s-pl-xl {
178
- padding-left: 22px;
179
- }
180
-
181
- .s-py-xl {
182
- padding-top: 22px;
183
- padding-bottom: 22px;
184
- }
185
-
186
- .s-px-xl {
187
- padding-right: 22px;
188
- padding-left: 22px;
189
- }
190
-
191
- .s-pa-xxl {
192
- padding: 30px;
193
- }
194
-
195
- .s-pt-xxl {
196
- padding-top: 30px;
197
- }
198
-
199
- .s-pb-xxl {
200
- padding-bottom: 30px;
201
- }
202
-
203
- .s-pr-xxl {
204
- padding-right: 30px;
205
- }
206
-
207
- .s-pl-xxl {
208
- padding-left: 30px;
209
- }
210
-
211
- .s-py-xxl {
212
- padding-top: 30px;
213
- padding-bottom: 30px;
214
- }
215
-
216
- .s-px-xxl {
217
- padding-right: 30px;
218
- padding-left: 30px;
219
- }
220
-
221
- .s-pa-none {
222
- padding: 0 !important;
223
- }
224
-
225
- // margin
226
- .s-ma-xxs {
227
- margin: 6px;
228
- }
229
-
230
- .s-mt-xxs {
231
- margin-top: 6px;
232
- }
233
-
234
- .s-mb-xxs {
235
- margin-bottom: 6px;
236
- }
237
-
238
- .s-mr-xxs {
239
- margin-right: 6px;
240
- }
241
-
242
- .s-ml-xxs {
243
- margin-left: 6px;
244
- }
245
-
246
- .s-my-xxs {
247
- margin-top: 6px;
248
- margin-bottom: 6px;
249
- }
250
-
251
- .s-mx-xxs {
252
- margin-left: 6px;
253
- margin-right: 6px;
254
- }
255
-
256
- .s-ma-xs {
257
- margin: 10px;
258
- }
259
-
260
- .s-mt-xs {
261
- margin-top: 10px;
262
- }
263
-
264
- .s-mb-xs {
265
- margin-bottom: 10px;
266
- }
267
-
268
- .s-mr-xs {
269
- margin-right: 10px;
270
- }
271
-
272
- .s-ml-xs {
273
- margin-left: 10px;
274
- }
275
-
276
- .s-my-xs {
277
- margin-top: 10px;
278
- margin-bottom: 10px;
279
- }
280
-
281
- .s-mx-xs {
282
- margin-left: 10px;
283
- margin-right: 10px;
284
- }
285
-
286
- .s-ma-sm {
287
- margin: 12px;
288
- }
289
-
290
- .s-mt-sm {
291
- margin-top: 12px;
292
- }
293
-
294
- .s-mb-sm {
295
- margin-bottom: 12px;
296
- }
297
-
298
- .s-mr-sm {
299
- margin-right: 12px;
300
- }
301
-
302
- .s-ml-sm {
303
- margin-left: 12px;
304
- }
305
-
306
- .s-my-sm {
307
- margin-top: 12px;
308
- margin-bottom: 12px;
309
- }
310
-
311
- .s-mx-sm {
312
- margin-left: 12px;
313
- margin-right: 12px;
314
- }
315
-
316
- .s-ma-md {
317
- margin: 18px;
318
- }
319
-
320
- .s-mt-md {
321
- margin-top: 18px;
322
- }
323
-
324
- .s-mb-md {
325
- margin-bottom: 18px;
326
- }
327
-
328
- .s-mr-md {
329
- margin-right: 18px;
330
- }
331
-
332
- .s-ml-md {
333
- margin-left: 18px;
334
- }
335
-
336
- .s-my-md {
337
- margin-top: 18px;
338
- margin-bottom: 18px;
339
- }
340
-
341
- .s-mx-md {
342
- margin-left: 18px;
343
- margin-right: 18px;
344
- }
345
-
346
- .s-ma-lg {
347
- margin: 20px;
348
- }
349
-
350
- .s-mt-lg {
351
- margin-top: 20px;
352
- }
353
-
354
- .s-mb-lg {
355
- margin-bottom: 20px;
356
- }
357
-
358
- .s-mr-lg {
359
- margin-right: 20px !important; // rfid issue-history
360
- }
361
-
362
- .s-ml-lg {
363
- margin-left: 20px;
364
- }
365
-
366
- .s-my-lg {
367
- margin-top: 20px;
368
- margin-bottom: 20px;
369
- }
370
-
371
- .s-mx-lg {
372
- margin-left: 20px;
373
- margin-right: 20px;
374
- }
375
-
376
- .s-ma-xl {
377
- margin: 22px;
378
- }
379
-
380
- .s-mt-xl {
381
- margin-top: 22px;
382
- }
383
-
384
- .s-mb-xl {
385
- margin-bottom: 22px;
386
- }
387
-
388
- .s-mr-xl {
389
- margin-right: 22px;
390
- }
391
-
392
- .s-ml-xl {
393
- margin-left: 22px;
394
- }
395
-
396
- .s-my-xl {
397
- margin-top: 22px;
398
- margin-bottom: 22px;
399
- }
400
-
401
- .s-mx-xl {
402
- margin-left: 22px;
403
- margin-right: 22px;
404
- }
405
-
406
- .s-ma-xxl {
407
- margin: 30px;
408
- }
409
-
410
- .s-mt-xxl {
411
- margin-top: 30px;
412
- }
413
-
414
- .s-mb-xxl {
415
- margin-bottom: 30px;
416
- }
417
-
418
- .s-mr-xxl {
419
- margin-right: 30px;
420
- }
421
-
422
- .s-ml-xxl {
423
- margin-left: 30px;
424
- }
425
-
426
- .s-my-xxl {
427
- margin-top: 30px;
428
- margin-bottom: 30px;
429
- }
430
-
431
- .s-mx-xxl {
432
- margin-left: 30px;
433
- margin-right: 30px;
434
- }
435
-
436
- .s-ma-xxl {
437
- margin: 30px;
438
- }
439
-
440
- .s-mt-xxl {
441
- margin-top: 30px;
442
- }
443
-
444
- .s-mb-xxl {
445
- margin-bottom: 30px;
446
- }
447
-
448
- .s-mr-xxl {
449
- margin-right: 30px;
450
- }
451
-
452
- .s-ml-xxl {
453
- margin-left: 30px;
454
- }
455
-
456
- .s-my-xxl {
457
- margin-top: 30px;
458
- margin-bottom: 30px;
459
- }
460
-
461
- .s-mx-xxl {
462
- margin-left: 30px;
463
- margin-right: 30px;
464
- }
465
-
466
- $colorList: (
467
- 'primary': '#051d36',
468
- 'secondary': '#555555',
469
- 'accent': '#9c27b0',
470
- 'positive': '#0075ff',
471
- 'negative': '#e30000',
472
- 'info': '#00cd52',
473
- 'warning': '#f2c037',
474
- 'Red_Darken-5': '#220000',
475
- 'Red_Darken-4': '#440000',
476
- 'Red_Darken-3': '#5E0000',
477
- 'Red_Darken-2': '#820000',
478
- 'Red_Darken-1': '#AD0000',
479
- 'Red_Default': '#E30000',
480
- 'Red_Lighten-1': '#FB4444',
481
- 'Red_Lighten-2': '#FF7C7C',
482
- 'Red_Lighten-3': '#FFB5B5',
483
- 'Red_Lighten-4': '#FFD3D3',
484
- 'Red_Lighten-5': '#FCE6E6',
485
- 'Red_Lighten-6': '#FCEFEF',
486
- 'Caution_Bg': '#FEF1F1',
487
- 'Caution_Icon': '#fd9595',
488
- 'Orange_Darken-5': '#2F1100',
489
- 'Orange_Darken-4': '#4D1B00',
490
- 'Orange_Darken-3': '#752A00',
491
- 'Orange_Darken-2': '#9B3700',
492
- 'Orange_Darken-1': '#CE4900',
493
- 'Orange_Default': '#FF6B00',
494
- 'Orange_Lighten-1': '#FF7F22',
495
- 'Orange_Lighten-2': '#FFA452',
496
- 'Orange_Lighten-3': '#FFBC81',
497
- 'Orange_Lighten-4': '#FFD5AF',
498
- 'Orange_Lighten-5': '#FFEAD7',
499
- 'Orange_Lighten-6': '#FEF1EA',
500
- 'Header_Alert': '#FF7A00',
501
- // header alert
502
- 'Yellow_Darken-5': '#553D00',
503
- 'Yellow_Darken-4': '#7D5A00',
504
- 'Yellow_Darken-3': '#A87900',
505
- 'Yellow_Darken-2': '#CD9400',
506
- 'Yellow_Darken-1': '#F3BE00',
507
- 'Yellow_Default': '#FFC700',
508
- 'Yellow_Lighten-1': '#FFD359',
509
- 'Yellow_Lighten-2': '#FFDF87',
510
- 'Yellow_Lighten-3': '#FFECB9',
511
- 'Yellow_Lighten-4': '#FFF3D0',
512
- 'Yellow_Lighten-5': '#FFF6DE',
513
- 'Yellow_Lighten-6': '#FFFBF2',
514
- 'Greenish-yellow_Darken-5': '#2C2C00',
515
- 'Greenish-yellow_Darken-4': '#454500',
516
- 'Greenish-yellow_Darken-3': '#636300',
517
- 'Greenish-yellow_Darken-2': '#838300',
518
- 'Greenish-Yellow_Darken-1': '#A5A500',
519
- 'Greenish-Yellow_Default': '#C7C700',
520
- 'Greenish-Yellow_Lighten-1': '#E0E01F',
521
- 'Greenish-Yellow_Lighten-2': '#F3F354',
522
- 'Greenish-Yellow_Lighten-3': '#FFFF80',
523
- 'Greenish-Yellow_Lighten-4': '#FAFAB2',
524
- 'Greenish-Yellow_Lighten-5': '#FAFAD8',
525
- 'Greenish-Yellow_Lighten-6': '#F9F9E4',
526
- 'Green_Darken-5': '#001D0B',
527
- 'Green_Darken-4': '#003013',
528
- 'Green_Darken-3': '#00461C',
529
- 'Green_Darken-2': '#006629',
530
- 'Green_Darken-1': '#007B31',
531
- 'Green_Default': '#00973C',
532
- 'Green_Lighten-1': '#01BB4B',
533
- 'Green_Lighten-2': '#05D358',
534
- 'Green_Lighten-3': '#3EE882',
535
- 'Green_Lighten-4': '#87EDB0',
536
- 'Green_Lighten-5': '#C4F9D9',
537
- 'Green_Lighten-6': '#E8F9EF',
538
- 'Blue_A_Darken-5': '#021a25',
539
- 'Blue_A_Darken-4': '#02212f',
540
- 'Blue_A_Darken-3': '#032d40',
541
- 'Blue_A_Darken-2': '#033f59',
542
- 'Blue_A_Darken-1': '#06587d',
543
- 'Blue_A_Default': '#066d9b',
544
- 'Blue_A_Lighten-1': '#128fc7',
545
- 'Blue_A_Lighten-2': '#229fd7',
546
- 'Blue_A_Lighten-3': '#50bff0',
547
- 'Blue_A_Lighten-4': '#a4e2fd',
548
- 'Blue_A_Lighten-5': '#d9f2fd',
549
- 'Blue_A_Lighten-6': '#ecf8fd',
550
- 'Blue_B_Darken-5': '#011428',
551
- 'Blue_B_Darken-4': '#03172d',
552
- 'Blue_B_Darken-3': '#051d36',
553
- 'Blue_B_Darken-2': '#07284a',
554
- 'Blue_B_Darken-1': '#004177',
555
- 'Blue_B_Default': '#025497',
556
- 'Blue_B_Lighten-1': '#006ac1',
557
- 'Blue_B_Lighten-2': '#1f8ae1',
558
- 'Blue_B_Lighten-3': '#5cb0f3',
559
- 'Blue_B_Lighten-4': '#9cd1fc',
560
- 'Blue_B_Lighten-5': '#d5ebfe',
561
- 'Blue_B_Lighten-6': '#eaf5fe',
562
- 'Blue_C_Darken-5': '#001226',
563
- 'Blue_C_Darken-4': '#001b39',
564
- 'Blue_C_Darken-3': '#002b5e',
565
- 'Blue_C_Darken-2': '#004290',
566
- 'Blue_C_Darken-1': '#005cc9',
567
- 'Blue_C_Default': '#0075ff',
568
- 'Blue_C_Lighten-1': '#2d8dff',
569
- 'Blue_C_Lighten-2': '#64abff',
570
- 'Blue_C_Lighten-3': '#93c4ff',
571
- 'Blue_C_Lighten-4': '#bbdaff',
572
- 'Blue_C_Lighten-5': '#d9eaff',
573
- 'Blue_C_Lighten-6': '#e6f1ff',
574
- 'Blue_C_Lighten-7': '#eff6ff',
575
- 'Blue_C_Lighten-8': '#f5faff',
576
- // table-title
577
- 'Grey_Darken-5': '#222222',
578
- 'Grey_Darken-4': '#333333',
579
- 'Grey_Darken-3': '#444444',
580
- 'Grey_Darken-2': '#555555',
581
- 'Grey_Darken-1': '#737373',
582
- 'Grey_Default': '#888888',
583
- 'Grey_Lighten-1': '#aaaaaa',
584
- 'Grey_Lighten-2': '#cccccc',
585
- 'Grey_Lighten-3': '#e1e1e1',
586
- 'Grey_Lighten-4': '#eeeeee',
587
- 'Grey_Lighten-5': '#f6f6f6',
588
- 'Grey_Lighten-6': '#f9f9f9',
589
- 'Grey_Lighten-7': '#E5E5E5',
590
- 'Grey_Lighten-8': '#D8D8D8',
591
- );
592
- $positions: 'top', 'right', 'left', 'bottom';
593
- @mixin position($name, $color) {
594
- @each $posi in $positions {
595
- .s-border-#{$posi}-#{$name} {
596
- border-#{$posi}: 1px solid unquote($color) !important;
597
- }
598
- }
599
- }
600
-
601
- @each $name, $color in $colorList {
602
- .s-border-#{$name} {
603
- border: 1px solid unquote($color) !important;
604
- }
605
- @include position($name, $color);
606
- }
607
-
608
- @each $name, $color in $colorList {
609
- .s-border-color-#{$name} {
610
- border-color: unquote($color) !important;
611
- }
612
- .text-#{$name} {
613
- color: unquote($color) !important;
614
- }
615
- .bg-#{$name} {
616
- background-color: unquote($color) !important;
617
- }
618
- @include position($name, $color);
619
- }
620
-
621
- // QUASAR
622
- // no-border - border: none;
623
-
624
- @each $position in $positions {
625
- .s-border-#{$position}-none {
626
- border-#{$position}: none !important;
627
- }
628
- }
629
-
630
- .s-background-white {
631
- background-color: white !important;
632
- }
633
-
634
- /*********** border-radius ***********/
635
- // QUASAR
636
- // rounded-borders - border-radius: 2px
637
-
638
- .s-border-radius-xxs {
639
- border-radius: 4px !important;
640
- }
641
-
642
- .s-border-radius-xs {
643
- border-radius: 6px;
644
- }
645
-
646
- .s-border-radius-sm {
647
- border-radius: 8px !important;
648
- // rfid issue-history 에 필요
649
- }
650
-
651
- .s-border-radius-md {
652
- border-radius: 10px;
653
- }
654
-
655
- .s-border-radius-lg {
656
- border-radius: 12px;
657
- }
658
-
659
- .s-border-radius-xl {
660
- border-radius: 14px;
661
- }
662
-
663
- .s-border-radius-xxl {
664
- border-radius: 16px;
665
- }
666
-
667
- .s-border-radius-left-rounded {
668
- border-radius: 2px 0 0 2px;
669
- }
670
-
671
- .s-border-radius-left-xxs {
672
- border-radius: 4px 0 0 4px;
673
- }
674
-
675
- .s-border-radius-left-xs {
676
- border-radius: 6px 0 0 6px;
677
- }
678
-
679
- .s-border-radius-left-sm {
680
- border-radius: 8px 0 0 8px;
681
- }
682
-
683
- .s-border-radius-left-md {
684
- border-radius: 10px 0 0 10px;
685
- }
686
-
687
- .s-border-radius-left-lg {
688
- border-radius: 12px 0 0 12px;
689
- }
690
-
691
- .s-border-radius-left-xl {
692
- border-radius: 14px 0 0 14px;
693
- }
694
-
695
- .s-border-radius-left-xxl {
696
- border-radius: 16px 0 0 16px;
697
- }
698
-
699
- .s-border-radius-right-rounded {
700
- border-radius: 0 2px 2px 0;
701
- }
702
-
703
- .s-border-radius-right-xxs {
704
- border-radius: 0 4px 4px 0;
705
- }
706
-
707
- .s-border-radius-right-xs {
708
- border-radius: 0 6px 6px 0;
709
- }
710
-
711
- .s-border-radius-right-sm {
712
- border-radius: 0 8px 8px 0;
713
- }
714
-
715
- .s-border-radius-right-md {
716
- border-radius: 0 10px 10px 0;
717
- }
718
-
719
- .s-border-radius-right-lg {
720
- border-radius: 0 12px 12px 0;
721
- }
722
-
723
- .s-border-radius-right-xl {
724
- border-radius: 0 14px 14px 0;
725
- }
726
-
727
- .s-border-radius-right-xxl {
728
- border-radius: 0 16px 16px 0;
729
- }
730
-
731
- // QUASAR
732
- // no-border-radius - border-radius: none;
733
-
734
- .s-border-radius-top-rounded {
735
- border-radius: 2px 2px 0 0;
736
- }
737
-
738
- .s-border-radius-top-xxs {
739
- border-radius: 4px 4px 0 0;
740
- }
741
-
742
- .s-border-radius-top-xs {
743
- border-radius: 6px 6px 0 0;
744
- }
745
-
746
- .s-border-radius-top-sm {
747
- border-radius: 8px 8px 0 0;
748
- }
749
-
750
- .s-border-radius-top-md {
751
- border-radius: 10px 10px 0 0;
752
- }
753
-
754
- .s-border-radius-top-lg {
755
- border-radius: 12px 12px 0 0;
756
- }
757
-
758
- .s-border-radius-top-xl {
759
- border-radius: 14px 14px 0 0;
760
- }
761
-
762
- .s-border-radius-top-xxl {
763
- border-radius: 16px 16px 0 0;
764
- }
765
-
766
- .s-border-radius-bottom-rounded {
767
- border-radius: 0 0 2px 2px;
768
- }
769
-
770
- .s-border-radius-bottom-xxs {
771
- border-radius: 0 0 4px 4px;
772
- }
773
-
774
- .s-border-radius-bottom-xs {
775
- border-radius: 0 0 6px 6px;
776
- }
777
-
778
- .s-border-radius-bottom-sm {
779
- border-radius: 0 0 8px 8px;
780
- }
781
-
782
- .s-border-radius-bottom-md {
783
- border-radius: 0 0 10px 10px;
784
- }
785
-
786
- .s-border-radius-bottom-lg {
787
- border-radius: 0 0 12px 12px;
788
- }
789
-
790
- .s-border-radius-bottom-xl {
791
- border-radius: 0 0 14px 14px;
792
- }
793
-
794
- .s-border-radius-bottom-xxl {
795
- border-radius: 0 0 16px 16px;
796
- }
797
-
798
- .s-border-top-left-radius-none {
799
- border-top-left-radius: 0;
800
- }
801
-
802
- .s-border-top-right-radius-none {
803
- border-top-right-radius: 0;
804
- }
805
-
806
- .s-border-bottom-left-radius-none {
807
- border-bottom-left-radius: 0;
808
- }
809
-
810
- .s-border-bottom-right-radius-none {
811
- border-bottom-right-radius: 0;
812
- }
813
-
814
- /*********** font ***********/
815
- $fontSize: (
816
- '9': 9,
817
- '10': 10,
818
- '11': 11,
819
- '12': 12,
820
- '13': 13,
821
- '14': 14,
822
- '15': 15,
823
- '16': 16,
824
- '17': 17,
825
- '18': 18,
826
- '19': 19,
827
- '20': 20,
828
- '24': 24,
829
- '40': 40,
830
- );
831
- $fontWeight: (
832
- '400': 400,
833
- '500': 500,
834
- '600': 600,
835
- '700': 700,
836
- );
837
- @mixin fonts($size, $weight) {
838
- font-size: $size + 'px';
839
- font-weight: $weight;
840
- }
841
-
842
- @each $sizeKey, $size in $fontSize {
843
- .font-#{$sizeKey} {
844
- @include fonts(#{$size}, 400);
845
- }
846
- @each $weightKey, $weight in $fontWeight {
847
- .font-#{$sizeKey}-#{$weightKey} {
848
- @include fonts(#{$size}, #{$weight});
849
- }
850
- }
851
- }
852
-
853
- .s-font-page-title {
854
- font-size: 18px;
855
- font-weight: 700;
856
- }
857
-
858
- .s-font-page-content-bold {
859
- font-size: 16px;
860
- font-weight: 700;
861
- }
862
-
863
- .s-font-page-body-default {
864
- font-size: 12px;
865
- font-weight: 400;
866
- }
867
-
868
- .s-font-page-body-lg {
869
- font-size: 14px;
870
- font-weight: 400;
871
- }
872
-
873
- .s-font-page-body-semi-bold {
874
- font-size: 12px;
875
- font-weight: 500;
876
- }
877
-
878
- .s-font-page-body-bold {
879
- font-size: 12px;
880
- font-weight: 700;
881
- }
882
-
883
- .s-font-page-body-sm {
884
- font-size: 11px;
885
- }
886
-
887
- .display-none {
888
- display: none;
889
- }
890
-
891
- .text-underline {
892
- text-decoration: underline;
893
- }
1
+ /*********** spacing ***********/
2
+ // QUASAR
3
+ // q-@@-none - none
4
+ // q-@@-xs - 4px
5
+ // q-@@-sm - 8px
6
+ // q-@@-md - 16px
7
+ // q-@@-lg - 24px
8
+ // q-@@-xl - 48px
9
+
10
+ // SELLMATE
11
+ // s-@@-xxs - 6px
12
+ // s-@@-xs - 10px
13
+ // s-@@-sm - 12px
14
+ // s-@@-md - 18px
15
+ // s-@@-lg - 20px
16
+ // s-@@-xl - 22px
17
+ // s-@@-xxl - 30px
18
+
19
+ // padding
20
+ .s-pa-xxs {
21
+ padding: 6px;
22
+ }
23
+
24
+ .s-pt-xxs {
25
+ padding-top: 6px;
26
+ }
27
+
28
+ .s-pb-xxs {
29
+ padding-bottom: 6px;
30
+ }
31
+
32
+ .s-pr-xxs {
33
+ padding-right: 6px;
34
+ }
35
+
36
+ .s-pl-xxs {
37
+ padding-left: 6px;
38
+ }
39
+
40
+ .s-py-xxs {
41
+ padding-top: 6px;
42
+ padding-bottom: 6px;
43
+ }
44
+
45
+ .s-px-xxs {
46
+ padding-right: 6px;
47
+ padding-left: 6px;
48
+ }
49
+
50
+ .s-pa-xs {
51
+ padding: 10px;
52
+ }
53
+
54
+ .s-pt-xs {
55
+ padding-top: 10px;
56
+ }
57
+
58
+ .s-pb-xs {
59
+ padding-bottom: 10px;
60
+ }
61
+
62
+ .s-pr-xs {
63
+ padding-right: 10px;
64
+ }
65
+
66
+ .s-pl-xs {
67
+ padding-left: 10px;
68
+ }
69
+
70
+ .s-py-xs {
71
+ padding-top: 10px;
72
+ padding-bottom: 10px;
73
+ }
74
+
75
+ .s-px-xs {
76
+ padding-right: 10px;
77
+ padding-left: 10px;
78
+ }
79
+
80
+ .s-pa-sm {
81
+ padding: 12px;
82
+ }
83
+
84
+ .s-pt-sm {
85
+ padding-top: 12px;
86
+ }
87
+
88
+ .s-pb-sm {
89
+ padding-bottom: 12px;
90
+ }
91
+
92
+ .s-pr-sm {
93
+ padding-right: 12px;
94
+ }
95
+
96
+ .s-pl-sm {
97
+ padding-left: 12px;
98
+ }
99
+
100
+ .s-py-sm {
101
+ padding-top: 12px !important;
102
+ padding-bottom: 12px !important;
103
+ }
104
+
105
+ .s-px-sm {
106
+ padding-right: 12px;
107
+ padding-left: 12px;
108
+ }
109
+
110
+ .s-pa-md {
111
+ padding: 18px;
112
+ }
113
+
114
+ .s-pt-md {
115
+ padding-top: 18px;
116
+ }
117
+
118
+ .s-pb-md {
119
+ padding-bottom: 18px;
120
+ }
121
+
122
+ .s-pr-md {
123
+ padding-right: 18px;
124
+ }
125
+
126
+ .s-pl-md {
127
+ padding-left: 18px;
128
+ }
129
+
130
+ .s-py-md {
131
+ padding-top: 18px;
132
+ padding-bottom: 18px;
133
+ }
134
+
135
+ .s-px-md {
136
+ padding-right: 18px;
137
+ padding-left: 18px;
138
+ }
139
+
140
+ .s-pa-lg {
141
+ padding: 20px;
142
+ }
143
+
144
+ .s-pt-lg {
145
+ padding-top: 20px;
146
+ }
147
+
148
+ .s-pb-lg {
149
+ padding-bottom: 20px;
150
+ }
151
+
152
+ .s-pr-lg {
153
+ padding-right: 20px;
154
+ }
155
+
156
+ .s-pl-lg {
157
+ padding-left: 20px;
158
+ }
159
+
160
+ .s-py-lg {
161
+ padding-top: 20px;
162
+ padding-bottom: 20px;
163
+ }
164
+
165
+ .s-px-lg {
166
+ padding-right: 20px !important;
167
+ padding-left: 20px !important;
168
+ }
169
+
170
+ .s-pa-xl {
171
+ padding: 22px;
172
+ }
173
+
174
+ .s-pt-xl {
175
+ padding-top: 22px;
176
+ }
177
+
178
+ .s-pb-xl {
179
+ padding-bottom: 22px;
180
+ }
181
+
182
+ .s-pr-xl {
183
+ padding-right: 22px;
184
+ }
185
+
186
+ .s-pl-xl {
187
+ padding-left: 22px;
188
+ }
189
+
190
+ .s-py-xl {
191
+ padding-top: 22px;
192
+ padding-bottom: 22px;
193
+ }
194
+
195
+ .s-px-xl {
196
+ padding-right: 22px;
197
+ padding-left: 22px;
198
+ }
199
+
200
+ .s-pa-xxl {
201
+ padding: 30px;
202
+ }
203
+
204
+ .s-pt-xxl {
205
+ padding-top: 30px;
206
+ }
207
+
208
+ .s-pb-xxl {
209
+ padding-bottom: 30px;
210
+ }
211
+
212
+ .s-pr-xxl {
213
+ padding-right: 30px;
214
+ }
215
+
216
+ .s-pl-xxl {
217
+ padding-left: 30px;
218
+ }
219
+
220
+ .s-py-xxl {
221
+ padding-top: 30px;
222
+ padding-bottom: 30px;
223
+ }
224
+
225
+ .s-px-xxl {
226
+ padding-right: 30px;
227
+ padding-left: 30px;
228
+ }
229
+
230
+ .s-pa-none {
231
+ padding: 0 !important;
232
+ }
233
+
234
+ // margin
235
+ .s-ma-xxs {
236
+ margin: 6px;
237
+ }
238
+
239
+ .s-mt-xxs {
240
+ margin-top: 6px;
241
+ }
242
+
243
+ .s-mb-xxs {
244
+ margin-bottom: 6px;
245
+ }
246
+
247
+ .s-mr-xxs {
248
+ margin-right: 6px;
249
+ }
250
+
251
+ .s-ml-xxs {
252
+ margin-left: 6px;
253
+ }
254
+
255
+ .s-my-xxs {
256
+ margin-top: 6px;
257
+ margin-bottom: 6px;
258
+ }
259
+
260
+ .s-mx-xxs {
261
+ margin-left: 6px;
262
+ margin-right: 6px;
263
+ }
264
+
265
+ .s-ma-xs {
266
+ margin: 10px;
267
+ }
268
+
269
+ .s-mt-xs {
270
+ margin-top: 10px;
271
+ }
272
+
273
+ .s-mb-xs {
274
+ margin-bottom: 10px;
275
+ }
276
+
277
+ .s-mr-xs {
278
+ margin-right: 10px;
279
+ }
280
+
281
+ .s-ml-xs {
282
+ margin-left: 10px;
283
+ }
284
+
285
+ .s-my-xs {
286
+ margin-top: 10px;
287
+ margin-bottom: 10px;
288
+ }
289
+
290
+ .s-mx-xs {
291
+ margin-left: 10px;
292
+ margin-right: 10px;
293
+ }
294
+
295
+ .s-ma-sm {
296
+ margin: 12px;
297
+ }
298
+
299
+ .s-mt-sm {
300
+ margin-top: 12px;
301
+ }
302
+
303
+ .s-mb-sm {
304
+ margin-bottom: 12px;
305
+ }
306
+
307
+ .s-mr-sm {
308
+ margin-right: 12px;
309
+ }
310
+
311
+ .s-ml-sm {
312
+ margin-left: 12px;
313
+ }
314
+
315
+ .s-my-sm {
316
+ margin-top: 12px;
317
+ margin-bottom: 12px;
318
+ }
319
+
320
+ .s-mx-sm {
321
+ margin-left: 12px;
322
+ margin-right: 12px;
323
+ }
324
+
325
+ .s-ma-md {
326
+ margin: 18px;
327
+ }
328
+
329
+ .s-mt-md {
330
+ margin-top: 18px;
331
+ }
332
+
333
+ .s-mb-md {
334
+ margin-bottom: 18px;
335
+ }
336
+
337
+ .s-mr-md {
338
+ margin-right: 18px;
339
+ }
340
+
341
+ .s-ml-md {
342
+ margin-left: 18px;
343
+ }
344
+
345
+ .s-my-md {
346
+ margin-top: 18px;
347
+ margin-bottom: 18px;
348
+ }
349
+
350
+ .s-mx-md {
351
+ margin-left: 18px;
352
+ margin-right: 18px;
353
+ }
354
+
355
+ .s-ma-lg {
356
+ margin: 20px;
357
+ }
358
+
359
+ .s-mt-lg {
360
+ margin-top: 20px;
361
+ }
362
+
363
+ .s-mb-lg {
364
+ margin-bottom: 20px;
365
+ }
366
+
367
+ .s-mr-lg {
368
+ margin-right: 20px !important; // rfid issue-history
369
+ }
370
+
371
+ .s-ml-lg {
372
+ margin-left: 20px;
373
+ }
374
+
375
+ .s-my-lg {
376
+ margin-top: 20px;
377
+ margin-bottom: 20px;
378
+ }
379
+
380
+ .s-mx-lg {
381
+ margin-left: 20px;
382
+ margin-right: 20px;
383
+ }
384
+
385
+ .s-ma-xl {
386
+ margin: 22px;
387
+ }
388
+
389
+ .s-mt-xl {
390
+ margin-top: 22px;
391
+ }
392
+
393
+ .s-mb-xl {
394
+ margin-bottom: 22px;
395
+ }
396
+
397
+ .s-mr-xl {
398
+ margin-right: 22px;
399
+ }
400
+
401
+ .s-ml-xl {
402
+ margin-left: 22px;
403
+ }
404
+
405
+ .s-my-xl {
406
+ margin-top: 22px;
407
+ margin-bottom: 22px;
408
+ }
409
+
410
+ .s-mx-xl {
411
+ margin-left: 22px;
412
+ margin-right: 22px;
413
+ }
414
+
415
+ .s-ma-xxl {
416
+ margin: 30px;
417
+ }
418
+
419
+ .s-mt-xxl {
420
+ margin-top: 30px;
421
+ }
422
+
423
+ .s-mb-xxl {
424
+ margin-bottom: 30px;
425
+ }
426
+
427
+ .s-mr-xxl {
428
+ margin-right: 30px;
429
+ }
430
+
431
+ .s-ml-xxl {
432
+ margin-left: 30px;
433
+ }
434
+
435
+ .s-my-xxl {
436
+ margin-top: 30px;
437
+ margin-bottom: 30px;
438
+ }
439
+
440
+ .s-mx-xxl {
441
+ margin-left: 30px;
442
+ margin-right: 30px;
443
+ }
444
+
445
+ .s-ma-xxl {
446
+ margin: 30px;
447
+ }
448
+
449
+ .s-mt-xxl {
450
+ margin-top: 30px;
451
+ }
452
+
453
+ .s-mb-xxl {
454
+ margin-bottom: 30px;
455
+ }
456
+
457
+ .s-mr-xxl {
458
+ margin-right: 30px;
459
+ }
460
+
461
+ .s-ml-xxl {
462
+ margin-left: 30px;
463
+ }
464
+
465
+ .s-my-xxl {
466
+ margin-top: 30px;
467
+ margin-bottom: 30px;
468
+ }
469
+
470
+ .s-mx-xxl {
471
+ margin-left: 30px;
472
+ margin-right: 30px;
473
+ }
474
+
475
+ $colorList: (
476
+ 'primary': '#051d36',
477
+ 'secondary': '#555555',
478
+ 'accent': '#9c27b0',
479
+ 'positive': '#0075ff',
480
+ 'negative': '#e30000',
481
+ 'info': '#00cd52',
482
+ 'warning': '#f2c037',
483
+ 'Red_Darken-5': '#220000',
484
+ 'Red_Darken-4': '#440000',
485
+ 'Red_Darken-3': '#5E0000',
486
+ 'Red_Darken-2': '#820000',
487
+ 'Red_Darken-1': '#AD0000',
488
+ 'Red_Default': '#E30000',
489
+ 'Red_Lighten-1': '#FB4444',
490
+ 'Red_Lighten-2': '#FF7C7C',
491
+ 'Red_Lighten-3': '#FFB5B5',
492
+ 'Red_Lighten-4': '#FFD3D3',
493
+ 'Red_Lighten-5': '#FCE6E6',
494
+ 'Red_Lighten-6': '#FCEFEF',
495
+ 'Caution_Bg': '#FEF1F1',
496
+ 'Caution_Icon': '#fd9595',
497
+ 'Orange_Darken-5': '#2F1100',
498
+ 'Orange_Darken-4': '#4D1B00',
499
+ 'Orange_Darken-3': '#752A00',
500
+ 'Orange_Darken-2': '#9B3700',
501
+ 'Orange_Darken-1': '#CE4900',
502
+ 'Orange_Default': '#FF6B00',
503
+ 'Orange_Lighten-1': '#FF7F22',
504
+ 'Orange_Lighten-2': '#FFA452',
505
+ 'Orange_Lighten-3': '#FFBC81',
506
+ 'Orange_Lighten-4': '#FFD5AF',
507
+ 'Orange_Lighten-5': '#FFEAD7',
508
+ 'Orange_Lighten-6': '#FEF1EA',
509
+ 'Header_Alert': '#FF7A00',
510
+ // header alert
511
+ 'Yellow_Darken-5': '#553D00',
512
+ 'Yellow_Darken-4': '#7D5A00',
513
+ 'Yellow_Darken-3': '#A87900',
514
+ 'Yellow_Darken-2': '#CD9400',
515
+ 'Yellow_Darken-1': '#F3BE00',
516
+ 'Yellow_Default': '#FFC700',
517
+ 'Yellow_Lighten-1': '#FFD359',
518
+ 'Yellow_Lighten-2': '#FFDF87',
519
+ 'Yellow_Lighten-3': '#FFECB9',
520
+ 'Yellow_Lighten-4': '#FFF3D0',
521
+ 'Yellow_Lighten-5': '#FFF6DE',
522
+ 'Yellow_Lighten-6': '#FFFBF2',
523
+ 'Greenish-yellow_Darken-5': '#2C2C00',
524
+ 'Greenish-yellow_Darken-4': '#454500',
525
+ 'Greenish-yellow_Darken-3': '#636300',
526
+ 'Greenish-yellow_Darken-2': '#838300',
527
+ 'Greenish-Yellow_Darken-1': '#A5A500',
528
+ 'Greenish-Yellow_Default': '#C7C700',
529
+ 'Greenish-Yellow_Lighten-1': '#E0E01F',
530
+ 'Greenish-Yellow_Lighten-2': '#F3F354',
531
+ 'Greenish-Yellow_Lighten-3': '#FFFF80',
532
+ 'Greenish-Yellow_Lighten-4': '#FAFAB2',
533
+ 'Greenish-Yellow_Lighten-5': '#FAFAD8',
534
+ 'Greenish-Yellow_Lighten-6': '#F9F9E4',
535
+ 'Green_Darken-5': '#001D0B',
536
+ 'Green_Darken-4': '#003013',
537
+ 'Green_Darken-3': '#00461C',
538
+ 'Green_Darken-2': '#006629',
539
+ 'Green_Darken-1': '#007B31',
540
+ 'Green_Default': '#00973C',
541
+ 'Green_Lighten-1': '#01BB4B',
542
+ 'Green_Lighten-2': '#05D358',
543
+ 'Green_Lighten-3': '#3EE882',
544
+ 'Green_Lighten-4': '#87EDB0',
545
+ 'Green_Lighten-5': '#C4F9D9',
546
+ 'Green_Lighten-6': '#E8F9EF',
547
+ 'Blue_A_Darken-5': '#021a25',
548
+ 'Blue_A_Darken-4': '#02212f',
549
+ 'Blue_A_Darken-3': '#032d40',
550
+ 'Blue_A_Darken-2': '#033f59',
551
+ 'Blue_A_Darken-1': '#06587d',
552
+ 'Blue_A_Default': '#066d9b',
553
+ 'Blue_A_Lighten-1': '#128fc7',
554
+ 'Blue_A_Lighten-2': '#229fd7',
555
+ 'Blue_A_Lighten-3': '#50bff0',
556
+ 'Blue_A_Lighten-4': '#a4e2fd',
557
+ 'Blue_A_Lighten-5': '#d9f2fd',
558
+ 'Blue_A_Lighten-6': '#ecf8fd',
559
+ 'Blue_B_Darken-5': '#011428',
560
+ 'Blue_B_Darken-4': '#03172d',
561
+ 'Blue_B_Darken-3': '#051d36',
562
+ 'Blue_B_Darken-2': '#07284a',
563
+ 'Blue_B_Darken-1': '#004177',
564
+ 'Blue_B_Default': '#025497',
565
+ 'Blue_B_Lighten-1': '#006ac1',
566
+ 'Blue_B_Lighten-2': '#1f8ae1',
567
+ 'Blue_B_Lighten-3': '#5cb0f3',
568
+ 'Blue_B_Lighten-4': '#9cd1fc',
569
+ 'Blue_B_Lighten-5': '#d5ebfe',
570
+ 'Blue_B_Lighten-6': '#eaf5fe',
571
+ 'Blue_C_Darken-5': '#001226',
572
+ 'Blue_C_Darken-4': '#001b39',
573
+ 'Blue_C_Darken-3': '#002b5e',
574
+ 'Blue_C_Darken-2': '#004290',
575
+ 'Blue_C_Darken-1': '#005cc9',
576
+ 'Blue_C_Default': '#0075ff',
577
+ 'Blue_C_Lighten-1': '#2d8dff',
578
+ 'Blue_C_Lighten-2': '#64abff',
579
+ 'Blue_C_Lighten-3': '#93c4ff',
580
+ 'Blue_C_Lighten-4': '#bbdaff',
581
+ 'Blue_C_Lighten-5': '#d9eaff',
582
+ 'Blue_C_Lighten-6': '#e6f1ff',
583
+ 'Blue_C_Lighten-7': '#eff6ff',
584
+ 'Blue_C_Lighten-8': '#f5faff',
585
+ // table-title
586
+ 'Grey_Darken-5': '#222222',
587
+ 'Grey_Darken-4': '#333333',
588
+ 'Grey_Darken-3': '#444444',
589
+ 'Grey_Darken-2': '#555555',
590
+ 'Grey_Darken-1': '#737373',
591
+ 'Grey_Default': '#888888',
592
+ 'Grey_Lighten-1': '#aaaaaa',
593
+ 'Grey_Lighten-2': '#cccccc',
594
+ 'Grey_Lighten-3': '#e1e1e1',
595
+ 'Grey_Lighten-4': '#eeeeee',
596
+ 'Grey_Lighten-5': '#f6f6f6',
597
+ 'Grey_Lighten-6': '#f9f9f9',
598
+ 'Grey_Lighten-7' : '#E5E5E5',
599
+ 'Grey_Lighten-8' : '#D8D8D8',
600
+ 'white': '#ffffff',
601
+ 'black': '#000000',
602
+ );
603
+
604
+
605
+ $positions: 'top', 'right', 'left', 'bottom';
606
+
607
+ @mixin position($name, $color) {
608
+
609
+ @each $posi in $positions {
610
+ .s-border-#{$posi}-#{$name} {
611
+ border-#{$posi}: 1px solid unquote($color) !important;
612
+ }
613
+ }
614
+ }
615
+
616
+ @each $name,
617
+ $color in $colorList {
618
+ .s-border-#{$name} {
619
+ border: 1px solid unquote($color) !important;
620
+ }
621
+
622
+ @include position($name, $color);
623
+ }
624
+
625
+ @each $name,
626
+ $color in $colorList {
627
+ .s-border-color-#{$name} {
628
+ border-color: unquote($color) !important;
629
+ }
630
+
631
+ .text-#{$name} {
632
+ color: unquote($color) !important;
633
+ }
634
+
635
+ .bg-#{$name} {
636
+ background-color: unquote($color) !important;
637
+ }
638
+
639
+ @include position($name, $color);
640
+ }
641
+
642
+ // QUASAR
643
+ // no-border - border: none;
644
+
645
+ @each $position in $positions {
646
+ .s-border-#{$position}-none {
647
+ border-#{$position}: none !important;
648
+ }
649
+ }
650
+
651
+ .s-background-white {
652
+ background-color: white !important;
653
+ }
654
+
655
+ /*********** border-radius ***********/
656
+ // QUASAR
657
+ // rounded-borders - border-radius: 2px
658
+
659
+ .s-border-radius-xxs {
660
+ border-radius: 4px !important;
661
+ }
662
+
663
+ .s-border-radius-xs {
664
+ border-radius: 6px;
665
+ }
666
+
667
+ .s-border-radius-sm {
668
+ border-radius: 8px !important;
669
+ // rfid issue-history 에 필요
670
+ }
671
+
672
+ .s-border-radius-md {
673
+ border-radius: 10px;
674
+ }
675
+
676
+ .s-border-radius-lg {
677
+ border-radius: 12px;
678
+ }
679
+
680
+ .s-border-radius-xl {
681
+ border-radius: 14px;
682
+ }
683
+
684
+ .s-border-radius-xxl {
685
+ border-radius: 16px;
686
+ }
687
+
688
+ .s-border-radius-chip {
689
+ border-radius: 40px;
690
+ }
691
+
692
+ .s-border-radius-left-rounded {
693
+ border-radius: 2px 0 0 2px;
694
+ }
695
+
696
+ .s-border-radius-left-xxs {
697
+ border-radius: 4px 0 0 4px;
698
+ }
699
+
700
+ .s-border-radius-left-xs {
701
+ border-radius: 6px 0 0 6px;
702
+ }
703
+
704
+ .s-border-radius-left-sm {
705
+ border-radius: 8px 0 0 8px;
706
+ }
707
+
708
+ .s-border-radius-left-md {
709
+ border-radius: 10px 0 0 10px;
710
+ }
711
+
712
+ .s-border-radius-left-lg {
713
+ border-radius: 12px 0 0 12px;
714
+ }
715
+
716
+ .s-border-radius-left-xl {
717
+ border-radius: 14px 0 0 14px;
718
+ }
719
+
720
+ .s-border-radius-left-xxl {
721
+ border-radius: 16px 0 0 16px;
722
+ }
723
+
724
+ .s-border-radius-right-rounded {
725
+ border-radius: 0 2px 2px 0;
726
+ }
727
+
728
+ .s-border-radius-right-xxs {
729
+ border-radius: 0 4px 4px 0;
730
+ }
731
+
732
+ .s-border-radius-right-xs {
733
+ border-radius: 0 6px 6px 0;
734
+ }
735
+
736
+ .s-border-radius-right-sm {
737
+ border-radius: 0 8px 8px 0;
738
+ }
739
+
740
+ .s-border-radius-right-md {
741
+ border-radius: 0 10px 10px 0;
742
+ }
743
+
744
+ .s-border-radius-right-lg {
745
+ border-radius: 0 12px 12px 0;
746
+ }
747
+
748
+ .s-border-radius-right-xl {
749
+ border-radius: 0 14px 14px 0;
750
+ }
751
+
752
+ .s-border-radius-right-xxl {
753
+ border-radius: 0 16px 16px 0;
754
+ }
755
+
756
+ // QUASAR
757
+ // no-border-radius - border-radius: none;
758
+
759
+ .s-border-radius-top-rounded {
760
+ border-radius: 2px 2px 0 0;
761
+ }
762
+
763
+ .s-border-radius-top-xxs {
764
+ border-radius: 4px 4px 0 0;
765
+ }
766
+
767
+ .s-border-radius-top-xs {
768
+ border-radius: 6px 6px 0 0;
769
+ }
770
+
771
+ .s-border-radius-top-sm {
772
+ border-radius: 8px 8px 0 0;
773
+ }
774
+
775
+ .s-border-radius-top-md {
776
+ border-radius: 10px 10px 0 0;
777
+ }
778
+
779
+ .s-border-radius-top-lg {
780
+ border-radius: 12px 12px 0 0;
781
+ }
782
+
783
+ .s-border-radius-top-xl {
784
+ border-radius: 14px 14px 0 0;
785
+ }
786
+
787
+ .s-border-radius-top-xxl {
788
+ border-radius: 16px 16px 0 0;
789
+ }
790
+
791
+ .s-border-radius-bottom-rounded {
792
+ border-radius: 0 0 2px 2px;
793
+ }
794
+
795
+ .s-border-radius-bottom-xxs {
796
+ border-radius: 0 0 4px 4px;
797
+ }
798
+
799
+ .s-border-radius-bottom-xs {
800
+ border-radius: 0 0 6px 6px;
801
+ }
802
+
803
+ .s-border-radius-bottom-sm {
804
+ border-radius: 0 0 8px 8px;
805
+ }
806
+
807
+ .s-border-radius-bottom-md {
808
+ border-radius: 0 0 10px 10px;
809
+ }
810
+
811
+ .s-border-radius-bottom-lg {
812
+ border-radius: 0 0 12px 12px;
813
+ }
814
+
815
+ .s-border-radius-bottom-xl {
816
+ border-radius: 0 0 14px 14px;
817
+ }
818
+
819
+ .s-border-radius-bottom-xxl {
820
+ border-radius: 0 0 16px 16px;
821
+ }
822
+
823
+ .s-border-top-left-radius-none {
824
+ border-top-left-radius: 0;
825
+ }
826
+
827
+ .s-border-top-right-radius-none {
828
+ border-top-right-radius: 0;
829
+ }
830
+
831
+ .s-border-bottom-left-radius-none {
832
+ border-bottom-left-radius: 0;
833
+ }
834
+
835
+ .s-border-bottom-right-radius-none {
836
+ border-bottom-right-radius: 0;
837
+ }
838
+
839
+ /*********** font ***********/
840
+ $fontSize: (
841
+ '9': 9,
842
+ '10': 10,
843
+ '11': 11,
844
+ '12': 12,
845
+ '13': 13,
846
+ '14': 14,
847
+ '15': 15,
848
+ '16': 16,
849
+ '17': 17,
850
+ '18': 18,
851
+ '19': 19,
852
+ '20': 20,
853
+ '24': 24,
854
+ '40': 40,
855
+ '66': 66,
856
+ );
857
+ $fontWeight: (
858
+ '400': 400,
859
+ '500': 500,
860
+ '600': 600,
861
+ '700': 700,
862
+ );
863
+
864
+ @mixin fonts($size, $weight) {
865
+ font-size: $size + 'px';
866
+ font-weight: $weight;
867
+ }
868
+
869
+ @each $sizeKey, $size in $fontSize {
870
+ .font-#{$sizeKey} {
871
+ @include fonts(#{$size}, 400);
872
+ }
873
+ @each $weightKey, $weight in $fontWeight {
874
+ .font-#{$sizeKey}-#{$weightKey} {
875
+ @include fonts(#{$size}, #{$weight});
876
+ }
877
+ }
878
+ }