@public-ui/themes 1.6.0-rc.1 → 1.6.0-rc.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1245 -1809
- package/dist/index.d.ts +1 -54
- package/dist/index.mjs +1246 -1809
- package/package.json +7 -7
- package/assets/bpa-icons/bpa-icons.eot +0 -0
- package/assets/bpa-icons/bpa-icons.json +0 -1115
- package/assets/bpa-icons/bpa-icons.svg +0 -432
- package/assets/bpa-icons/bpa-icons.symbol.svg +0 -1449
- package/assets/bpa-icons/bpa-icons.ttf +0 -0
- package/assets/bpa-icons/bpa-icons.woff +0 -0
- package/assets/bpa-icons/bpa-icons.woff2 +0 -0
- package/assets/bpa-icons/style.css +0 -159
- package/assets/bpa-icons/style.less +0 -157
- package/assets/bpa-icons/style.module.less +0 -160
- package/assets/bpa-icons/style.scss +0 -299
- package/assets/bpa-icons/style.styl +0 -157
package/dist/index.cjs
CHANGED
|
@@ -390,1440 +390,6 @@ const KoliBri = new Theme("kol", KeyEnum, TagEnum);
|
|
|
390
390
|
|
|
391
391
|
const BAMF = KoliBri.createTheme("bamf", {});
|
|
392
392
|
|
|
393
|
-
const BPA = KoliBri.createTheme("bpa", {
|
|
394
|
-
GLOBAL: `:host {
|
|
395
|
-
--font-family-sans: BundesSans Web, Arial, Helvetica, sans-serif;
|
|
396
|
-
--font-family-serif: BundesSerif Web, var(--kolibri-font-family-sans);
|
|
397
|
-
--font-family: var(--kolibri-font-family-sans), Helvetica, sans-serif;
|
|
398
|
-
--font-weight: 400;
|
|
399
|
-
--font-weight-bold: bold;
|
|
400
|
-
--color-white: white;
|
|
401
|
-
--color-black: #111314;
|
|
402
|
-
--color-blue: #0077b6;
|
|
403
|
-
--color-darkblue: #004b76;
|
|
404
|
-
--color-darkgray: #576164;
|
|
405
|
-
--color-lightgray: #bec5c9;
|
|
406
|
-
--color-lightgray-40: #e5e8e9;
|
|
407
|
-
--color-red: #c0003c;
|
|
408
|
-
--color-lightorange: #f7bb3d;
|
|
409
|
-
--color-orange: #e19688;
|
|
410
|
-
--color-green: #00854a;
|
|
411
|
-
--color-cyan: #00818b;
|
|
412
|
-
--color-violet-40: #bfadbc;
|
|
413
|
-
--color-violet-20: #dfd6de;
|
|
414
|
-
}
|
|
415
|
-
@keyframes blinker {
|
|
416
|
-
50% {
|
|
417
|
-
opacity: 0.25;
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
:host {
|
|
421
|
-
font-family: var(--font-family-sans);
|
|
422
|
-
color: var(--color-black);
|
|
423
|
-
}
|
|
424
|
-
h1,
|
|
425
|
-
h2,
|
|
426
|
-
h3,
|
|
427
|
-
h4,
|
|
428
|
-
h5,
|
|
429
|
-
h6 {
|
|
430
|
-
font-weight: var(--font-weight-bold);
|
|
431
|
-
line-height: var(--line-height-heading);
|
|
432
|
-
margin: 0;
|
|
433
|
-
padding: 0;
|
|
434
|
-
}
|
|
435
|
-
a,
|
|
436
|
-
button {
|
|
437
|
-
font-size: var(--font-size);
|
|
438
|
-
outline: none;
|
|
439
|
-
}
|
|
440
|
-
p {
|
|
441
|
-
font-size: 1.5rem;
|
|
442
|
-
}
|
|
443
|
-
kol-span-wc,
|
|
444
|
-
kol-span-wc > span {
|
|
445
|
-
gap: 0.5em;
|
|
446
|
-
}
|
|
447
|
-
kol-tooltip #arrow {
|
|
448
|
-
display: none;
|
|
449
|
-
}
|
|
450
|
-
kol-tooltip .area {
|
|
451
|
-
background-color: var(--color-lightgray-40);
|
|
452
|
-
}
|
|
453
|
-
kol-tooltip kol-span-wc {
|
|
454
|
-
padding: 0.25rem 0.5rem;
|
|
455
|
-
font-size: 0.875rem;
|
|
456
|
-
line-height: 1.25rem;
|
|
457
|
-
border-radius: 2px;
|
|
458
|
-
border: 1px solid var(--color-lightgray);
|
|
459
|
-
margin: 0.25rem;
|
|
460
|
-
}
|
|
461
|
-
@media only screen and (min-width: 600px) {
|
|
462
|
-
kol-tooltip kol-span-wc {
|
|
463
|
-
font-size: 1rem;
|
|
464
|
-
line-height: 1.375rem;
|
|
465
|
-
}
|
|
466
|
-
}`,
|
|
467
|
-
"KOL-HEADING": `/* https://styleguide.bundesregierung.de/sg-de/medien/digitale-medien/webanwendungen/komponenten/atome/heading */
|
|
468
|
-
h1,
|
|
469
|
-
h2,
|
|
470
|
-
h3,
|
|
471
|
-
h4,
|
|
472
|
-
h5,
|
|
473
|
-
h6 {
|
|
474
|
-
font-family: var(--font-family-heading);
|
|
475
|
-
}
|
|
476
|
-
h1 {
|
|
477
|
-
margin-bottom: 1.5rem;
|
|
478
|
-
font-size: 2rem;
|
|
479
|
-
font-weight: 400;
|
|
480
|
-
line-height: 2.5rem;
|
|
481
|
-
}
|
|
482
|
-
@media (min-width: 64rem) {
|
|
483
|
-
h1 {
|
|
484
|
-
font-size: 2.875rem;
|
|
485
|
-
line-height: 3.125rem;
|
|
486
|
-
}
|
|
487
|
-
}
|
|
488
|
-
@media (min-width: 85.375rem) {
|
|
489
|
-
h1 {
|
|
490
|
-
font-size: 3.5rem;
|
|
491
|
-
line-height: 4.5rem;
|
|
492
|
-
}
|
|
493
|
-
}
|
|
494
|
-
h2 {
|
|
495
|
-
margin-bottom: 1.5rem;
|
|
496
|
-
font-size: 1.75rem;
|
|
497
|
-
font-weight: 400;
|
|
498
|
-
line-height: 2rem;
|
|
499
|
-
color: var(--color-blue);
|
|
500
|
-
}
|
|
501
|
-
@media (min-width: 64rem) {
|
|
502
|
-
h2 {
|
|
503
|
-
font-size: 2.5rem;
|
|
504
|
-
line-height: 3rem;
|
|
505
|
-
}
|
|
506
|
-
}
|
|
507
|
-
@media (min-width: 85.375rem) {
|
|
508
|
-
h2 {
|
|
509
|
-
font-size: 2.875rem;
|
|
510
|
-
line-height: 3.125rem;
|
|
511
|
-
}
|
|
512
|
-
}
|
|
513
|
-
h3 {
|
|
514
|
-
margin-bottom: 1.5rem;
|
|
515
|
-
font-size: 1.625rem;
|
|
516
|
-
font-weight: 400;
|
|
517
|
-
line-height: 2rem;
|
|
518
|
-
}
|
|
519
|
-
@media (min-width: 64rem) {
|
|
520
|
-
h3 {
|
|
521
|
-
font-size: 1.75rem;
|
|
522
|
-
line-height: 2.25rem;
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
@media (min-width: 85.375rem) {
|
|
526
|
-
h3 {
|
|
527
|
-
font-size: 2rem;
|
|
528
|
-
line-height: 2.625rem;
|
|
529
|
-
}
|
|
530
|
-
}
|
|
531
|
-
h4 {
|
|
532
|
-
margin-bottom: 1.5rem;
|
|
533
|
-
font-size: 1.5rem;
|
|
534
|
-
font-weight: 700;
|
|
535
|
-
line-height: 1.75rem;
|
|
536
|
-
}
|
|
537
|
-
@media (min-width: 64rem) {
|
|
538
|
-
h4 {
|
|
539
|
-
font-size: 1.625rem;
|
|
540
|
-
line-height: 1.875rem;
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
@media (min-width: 85.375rem) {
|
|
544
|
-
h4 {
|
|
545
|
-
font-size: 1.75rem;
|
|
546
|
-
line-height: 2.25rem;
|
|
547
|
-
}
|
|
548
|
-
}
|
|
549
|
-
h5 {
|
|
550
|
-
margin-bottom: 1.5rem;
|
|
551
|
-
font-size: 1.1875rem;
|
|
552
|
-
font-weight: 700;
|
|
553
|
-
line-height: 1.75rem;
|
|
554
|
-
}
|
|
555
|
-
@media (min-width: 64rem) {
|
|
556
|
-
h5 {
|
|
557
|
-
font-size: 1.375rem;
|
|
558
|
-
line-height: 1.875rem;
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
@media (min-width: 85.375rem) {
|
|
562
|
-
h5 {
|
|
563
|
-
font-size: 1.5rem;
|
|
564
|
-
line-height: 2.125rem;
|
|
565
|
-
}
|
|
566
|
-
}
|
|
567
|
-
h6 {
|
|
568
|
-
color: #f0f;
|
|
569
|
-
animation: blinker 0.25s linear infinite;
|
|
570
|
-
}`,
|
|
571
|
-
"KOL-BADGE": `:host > span {
|
|
572
|
-
border-radius: 2px;
|
|
573
|
-
}
|
|
574
|
-
:host > span > kol-span-wc {
|
|
575
|
-
font-family: var(--font-family-heading);
|
|
576
|
-
padding: 0.25rem 0.5rem;
|
|
577
|
-
}
|
|
578
|
-
:host > span > kol-span-wc > span {
|
|
579
|
-
gap: 0.5rem;
|
|
580
|
-
}`,
|
|
581
|
-
"KOL-BUTTON": `button > kol-span-wc {
|
|
582
|
-
padding: 0.625rem 1.125rem;
|
|
583
|
-
font-family: var(--font);
|
|
584
|
-
font-size: 1rem;
|
|
585
|
-
line-height: 1.125rem;
|
|
586
|
-
border: 1px solid var(--color-darkgray);
|
|
587
|
-
border-radius: 0.125rem;
|
|
588
|
-
transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
|
|
589
|
-
}
|
|
590
|
-
button.ghost > kol-span-wc {
|
|
591
|
-
border: none;
|
|
592
|
-
}
|
|
593
|
-
button > kol-span-wc > span {
|
|
594
|
-
gap: 0.625rem;
|
|
595
|
-
}
|
|
596
|
-
button > kol-span-wc {
|
|
597
|
-
background-color: var(--color-white);
|
|
598
|
-
color: var(--color-black);
|
|
599
|
-
}
|
|
600
|
-
button > kol-span-wc kol-icon {
|
|
601
|
-
color: var(--color-blue);
|
|
602
|
-
}
|
|
603
|
-
button:not(:disabled):is(:hover, :focus) > kol-span-wc kol-icon {
|
|
604
|
-
color: var(--color-white);
|
|
605
|
-
}
|
|
606
|
-
button:not(:disabled):is(:hover, :focus) > kol-span-wc {
|
|
607
|
-
background-color: var(--color-blue);
|
|
608
|
-
color: var(--color-white);
|
|
609
|
-
}
|
|
610
|
-
button:focus > kol-span-wc {
|
|
611
|
-
outline: 1px dotted var(--color-black);
|
|
612
|
-
border: none;
|
|
613
|
-
}
|
|
614
|
-
button:focus {
|
|
615
|
-
outline: none;
|
|
616
|
-
}`,
|
|
617
|
-
"KOL-ALERT": `:host .success {
|
|
618
|
-
color: var(--color-green);
|
|
619
|
-
}
|
|
620
|
-
:host .warning {
|
|
621
|
-
color: var(--color-orange);
|
|
622
|
-
}
|
|
623
|
-
:host .error {
|
|
624
|
-
color: var(--color-red);
|
|
625
|
-
}
|
|
626
|
-
:host .info {
|
|
627
|
-
color: var(--color-cyan);
|
|
628
|
-
}
|
|
629
|
-
:host > div {
|
|
630
|
-
border: none;
|
|
631
|
-
background-color: var(--color-white);
|
|
632
|
-
}
|
|
633
|
-
@media only screen and (min-width: 600px) {
|
|
634
|
-
:host > div {
|
|
635
|
-
font-size: 1.125rem;
|
|
636
|
-
}
|
|
637
|
-
}
|
|
638
|
-
.heading .heading-icon {
|
|
639
|
-
height: 100%;
|
|
640
|
-
width: 2em;
|
|
641
|
-
}
|
|
642
|
-
.success .heading-icon {
|
|
643
|
-
color: var(--color-green);
|
|
644
|
-
}
|
|
645
|
-
.warning .heading-icon {
|
|
646
|
-
color: var(--color-orange);
|
|
647
|
-
}
|
|
648
|
-
.error .heading-icon {
|
|
649
|
-
color: var(--color-red);
|
|
650
|
-
}
|
|
651
|
-
.info .heading-icon {
|
|
652
|
-
color: var(--color-cyan);
|
|
653
|
-
}
|
|
654
|
-
.default .heading-icon {
|
|
655
|
-
color: var(--color-black);
|
|
656
|
-
}
|
|
657
|
-
.close {
|
|
658
|
-
align-self: start;
|
|
659
|
-
}
|
|
660
|
-
.card.success {
|
|
661
|
-
border: 1px solid var(--color-green);
|
|
662
|
-
}
|
|
663
|
-
.card.warning {
|
|
664
|
-
border: 1px solid var(--color-orange);
|
|
665
|
-
}
|
|
666
|
-
.card.error {
|
|
667
|
-
border: 1px solid var(--color-red);
|
|
668
|
-
}
|
|
669
|
-
.card.info {
|
|
670
|
-
border: 1px solid var(--color-cyan);
|
|
671
|
-
}
|
|
672
|
-
.card.default {
|
|
673
|
-
border: 1px solid var(--color-black);
|
|
674
|
-
}
|
|
675
|
-
.card .heading {
|
|
676
|
-
padding: 0.5rem;
|
|
677
|
-
}
|
|
678
|
-
.card .content {
|
|
679
|
-
padding: 0.5rem;
|
|
680
|
-
}`,
|
|
681
|
-
"KOL-INDENTED-TEXT": `:host > div {
|
|
682
|
-
border-left: none;
|
|
683
|
-
box-shadow: -4px 0px 0px var(--color-blue);
|
|
684
|
-
padding: 0.25em 0.5em;
|
|
685
|
-
width: 100%;
|
|
686
|
-
}`,
|
|
687
|
-
"KOL-CARD": `:host {
|
|
688
|
-
color: var(--color-white);
|
|
689
|
-
background-color: var(--color-darkblue);
|
|
690
|
-
padding: 4.5454545455%;
|
|
691
|
-
}
|
|
692
|
-
:host .headline {
|
|
693
|
-
font-size: 1.375rem;
|
|
694
|
-
line-height: 1.5rem;
|
|
695
|
-
margin: 1rem 0;
|
|
696
|
-
}
|
|
697
|
-
@media only screen and (min-width: 600px) and (max-width: 1023px) {
|
|
698
|
-
:host .headline {
|
|
699
|
-
font-size: 1.5rem;
|
|
700
|
-
line-height: 1.75rem;
|
|
701
|
-
}
|
|
702
|
-
}
|
|
703
|
-
@media only screen and (min-width: 1024px) {
|
|
704
|
-
:host .headline {
|
|
705
|
-
font-size: 2rem;
|
|
706
|
-
line-height: 2.25rem;
|
|
707
|
-
}
|
|
708
|
-
}
|
|
709
|
-
:host .content {
|
|
710
|
-
font-size: 1.1875rem;
|
|
711
|
-
line-height: 1.6875rem;
|
|
712
|
-
}
|
|
713
|
-
@media only screen and (min-width: 600px) and (max-width: 1023px) {
|
|
714
|
-
:host .content {
|
|
715
|
-
font-size: 1.375rem;
|
|
716
|
-
line-height: 2rem;
|
|
717
|
-
}
|
|
718
|
-
}
|
|
719
|
-
@media only screen and (min-width: 1024px) {
|
|
720
|
-
:host.content {
|
|
721
|
-
font-size: 1.5rem;
|
|
722
|
-
line-height: 2.125rem;
|
|
723
|
-
}
|
|
724
|
-
}
|
|
725
|
-
:host .footer {
|
|
726
|
-
margin: 1rem 0;
|
|
727
|
-
}
|
|
728
|
-
:is(h1, h2, h3, h4, h5, h6) {
|
|
729
|
-
font-weight: 400;
|
|
730
|
-
}`,
|
|
731
|
-
"KOL-INPUT-CHECKBOX": `kol-input {
|
|
732
|
-
gap: 0.1rem 0.75rem;
|
|
733
|
-
font-size: 1.375rem;
|
|
734
|
-
}
|
|
735
|
-
input[type="checkbox"]:focus {
|
|
736
|
-
outline: var(--color-black) dotted 1px;
|
|
737
|
-
outline-offset: 0.15rem;
|
|
738
|
-
}
|
|
739
|
-
.hint {
|
|
740
|
-
font-size: 1.125rem;
|
|
741
|
-
}
|
|
742
|
-
.default input[type="checkbox"] {
|
|
743
|
-
border-width: 1px;
|
|
744
|
-
padding: 0.125rem;
|
|
745
|
-
width: 1.375rem;
|
|
746
|
-
height: 1.375rem;
|
|
747
|
-
}
|
|
748
|
-
.default input[type="checkbox"]:checked {
|
|
749
|
-
color: var(--color-white);
|
|
750
|
-
background-color: var(--color-blue);
|
|
751
|
-
border-color: var(--color-blue);
|
|
752
|
-
padding: 0;
|
|
753
|
-
}
|
|
754
|
-
.default input[type="checkbox"]:checked:before {
|
|
755
|
-
left: 0.35rem;
|
|
756
|
-
top: 45%;
|
|
757
|
-
height: 0.6rem;
|
|
758
|
-
width: 0.25rem;
|
|
759
|
-
transform: rotate(45deg) translate(-50%, -50%);
|
|
760
|
-
border-width: 0px 2px 2px 0px;
|
|
761
|
-
}
|
|
762
|
-
.default input[type="checkbox"]:indeterminate:before {
|
|
763
|
-
background-color: var(--color-blue);
|
|
764
|
-
top: 0;
|
|
765
|
-
left: 0;
|
|
766
|
-
width: 100%;
|
|
767
|
-
height: 100%;
|
|
768
|
-
}
|
|
769
|
-
kol-input > kol-alert {
|
|
770
|
-
order: 3;
|
|
771
|
-
}
|
|
772
|
-
.switch input[type="checkbox"] {
|
|
773
|
-
border-width: 1px;
|
|
774
|
-
}
|
|
775
|
-
.switch input[type="checkbox"]:before {
|
|
776
|
-
background-color: var(--color-blue);
|
|
777
|
-
height: 1.3em;
|
|
778
|
-
width: 1.3em;
|
|
779
|
-
}
|
|
780
|
-
kol-input.button {
|
|
781
|
-
font-family: var(----font-family);
|
|
782
|
-
font-size: 1rem;
|
|
783
|
-
line-height: 1.125rem;
|
|
784
|
-
padding: 0.625rem 1.125rem;
|
|
785
|
-
border: 1px solid var(--color-darkgray);
|
|
786
|
-
border-radius: 0.125rem;
|
|
787
|
-
transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
|
|
788
|
-
gap: 0.625rem;
|
|
789
|
-
}
|
|
790
|
-
kol-input.button {
|
|
791
|
-
background-color: var(--color-white);
|
|
792
|
-
color: var(--color-black);
|
|
793
|
-
}
|
|
794
|
-
kol-input.button kol-icon {
|
|
795
|
-
color: var(--color-blue);
|
|
796
|
-
}
|
|
797
|
-
kol-input.button:is(:hover, :focus) kol-icon {
|
|
798
|
-
color: var(--color-white);
|
|
799
|
-
}
|
|
800
|
-
kol-input.button:is(:hover, :focus) {
|
|
801
|
-
cursor: pointer;
|
|
802
|
-
background-color: var(--color-blue);
|
|
803
|
-
color: var(--color-white);
|
|
804
|
-
}
|
|
805
|
-
kol-input.button:is(:hover, :focus) {
|
|
806
|
-
outline: 1px dotted var(--color-black);
|
|
807
|
-
border: 1px solid var(--color-blue);
|
|
808
|
-
}`,
|
|
809
|
-
"KOL-ICON": `/* https: //styleguide.bundesregierung.de/sg-de/medien/digitale-medien/webanwendungen/komponenten/atome/icon */`,
|
|
810
|
-
"KOL-ABBR": `:host abbr {
|
|
811
|
-
text-decoration: none;
|
|
812
|
-
border-bottom: 1px dotted currentColor;
|
|
813
|
-
}`,
|
|
814
|
-
"KOL-LINK-BUTTON": `.button a kol-span-wc {
|
|
815
|
-
font-family: var(----font-family);
|
|
816
|
-
font-size: 1rem;
|
|
817
|
-
line-height: 1.125rem;
|
|
818
|
-
padding: 0.625rem 1.125rem;
|
|
819
|
-
border: 1px solid var(--color-darkgray);
|
|
820
|
-
border-radius: 0.125rem;
|
|
821
|
-
transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
|
|
822
|
-
}
|
|
823
|
-
.icon-only > kol-span-wc {
|
|
824
|
-
padding: 0.625rem;
|
|
825
|
-
}
|
|
826
|
-
.button.ghost a kol-span-wc {
|
|
827
|
-
border: none;
|
|
828
|
-
}
|
|
829
|
-
.button a kol-span-wc > span {
|
|
830
|
-
gap: 0.625rem;
|
|
831
|
-
}
|
|
832
|
-
.button a kol-span-wc {
|
|
833
|
-
background-color: var(--color-white);
|
|
834
|
-
color: var(--color-black);
|
|
835
|
-
}
|
|
836
|
-
.button a kol-span-wc kol-icon {
|
|
837
|
-
color: var(--color-blue);
|
|
838
|
-
}
|
|
839
|
-
a:is(:hover, :focus) kol-span-wc kol-icon {
|
|
840
|
-
color: var(--color-white);
|
|
841
|
-
}
|
|
842
|
-
a:is(:hover, :focus) kol-span-wc {
|
|
843
|
-
cursor: pointer;
|
|
844
|
-
background-color: var(--color-blue);
|
|
845
|
-
color: var(--color-white);
|
|
846
|
-
}
|
|
847
|
-
a:is(:hover, :focus) kol-span-wc {
|
|
848
|
-
outline: 1px dotted var(--color-black);
|
|
849
|
-
border: 1px solid var(--color-blue);
|
|
850
|
-
}
|
|
851
|
-
a:is(:hover, :focus) {
|
|
852
|
-
outline: none;
|
|
853
|
-
}`,
|
|
854
|
-
"KOL-INPUT-TEXT": `:host label {
|
|
855
|
-
color: var(--color-darkblue);
|
|
856
|
-
font-size: 0.9375rem;
|
|
857
|
-
}
|
|
858
|
-
@media (min-width: 37.5rem) {
|
|
859
|
-
:host label {
|
|
860
|
-
font-size: 1.125rem;
|
|
861
|
-
}
|
|
862
|
-
} /* Move label over input as placeholder */
|
|
863
|
-
:host label {
|
|
864
|
-
transition: all 0.3s ease-in-out 0ms;
|
|
865
|
-
transform-origin: 0;
|
|
866
|
-
}
|
|
867
|
-
:host(:not(.has-value)) kol-input:not(:focus-within) label {
|
|
868
|
-
transform: translateY(1.9375rem) scale(1.3333333333);
|
|
869
|
-
cursor: text;
|
|
870
|
-
}
|
|
871
|
-
:host(:not(.has-value)) kol-input:not(:focus-within):has(div.icon-left) label {
|
|
872
|
-
transform: translateX(2.5rem) translateY(1.9375rem) scale(1.3333333333);
|
|
873
|
-
}
|
|
874
|
-
:host(:not(.has-value)) kol-input:not(:focus-within) label,
|
|
875
|
-
input::placeholder {
|
|
876
|
-
color: var(--color-darkgray);
|
|
877
|
-
}
|
|
878
|
-
:host([_error]:not(.has-value)) kol-input:not(:focus-within) label {
|
|
879
|
-
color: var(--color-red);
|
|
880
|
-
} /* Move hint under input */
|
|
881
|
-
span.hint {
|
|
882
|
-
order: 1;
|
|
883
|
-
}
|
|
884
|
-
span.hint::before {
|
|
885
|
-
font-family: codicon;
|
|
886
|
-
font-size: 1rem;
|
|
887
|
-
content: "\\ea74";
|
|
888
|
-
}
|
|
889
|
-
kol-alert {
|
|
890
|
-
order: 2;
|
|
891
|
-
}
|
|
892
|
-
:host([_error]) label {
|
|
893
|
-
color: var(--color-red);
|
|
894
|
-
}
|
|
895
|
-
div.input {
|
|
896
|
-
border-bottom: 1px solid var(--color-lightgray);
|
|
897
|
-
}
|
|
898
|
-
div.input:focus-within {
|
|
899
|
-
border-bottom: 1px solid var(--color-darkgray);
|
|
900
|
-
}
|
|
901
|
-
div.input input {
|
|
902
|
-
border: none;
|
|
903
|
-
background-color: var(--color-white);
|
|
904
|
-
outline: none;
|
|
905
|
-
height: 2.5rem;
|
|
906
|
-
font-size: 1.5rem;
|
|
907
|
-
padding: 0;
|
|
908
|
-
}
|
|
909
|
-
kol-input:has(label:not([hidden])) div.input input::placeholder {
|
|
910
|
-
color: transparent;
|
|
911
|
-
}
|
|
912
|
-
kol-alert {
|
|
913
|
-
margin-top: 1.5rem;
|
|
914
|
-
}
|
|
915
|
-
kol-button-wc > button > kol-span-wc {
|
|
916
|
-
padding: 0.625rem 1.125rem;
|
|
917
|
-
font-family: var(--font);
|
|
918
|
-
font-size: 1rem;
|
|
919
|
-
line-height: 1.125rem;
|
|
920
|
-
border: none;
|
|
921
|
-
border-radius: 0.125rem;
|
|
922
|
-
transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
|
|
923
|
-
}
|
|
924
|
-
kol-button-wc > button > kol-span-wc > span {
|
|
925
|
-
gap: 0.625rem;
|
|
926
|
-
}
|
|
927
|
-
kol-button-wc > button > kol-span-wc {
|
|
928
|
-
background-color: var(--color-white);
|
|
929
|
-
color: var(--color-black);
|
|
930
|
-
}
|
|
931
|
-
kol-button-wc > button > kol-span-wc kol-icon {
|
|
932
|
-
color: var(--color-blue);
|
|
933
|
-
}
|
|
934
|
-
kol-button-wc > button:is(:hover, :focus) > kol-span-wc kol-icon {
|
|
935
|
-
color: var(--color-white);
|
|
936
|
-
}
|
|
937
|
-
kol-button-wc > button:is(:hover, :focus) > kol-span-wc {
|
|
938
|
-
cursor: pointer;
|
|
939
|
-
background-color: var(--color-blue);
|
|
940
|
-
color: var(--color-white);
|
|
941
|
-
}
|
|
942
|
-
kol-button-wc > button:focus > kol-span-wc {
|
|
943
|
-
outline: 1px dotted var(--color-black);
|
|
944
|
-
border: none;
|
|
945
|
-
}
|
|
946
|
-
kol-button-wc > button:focus {
|
|
947
|
-
outline: none;
|
|
948
|
-
}`,
|
|
949
|
-
"KOL-INPUT-EMAIL": `:host label {
|
|
950
|
-
color: var(--color-darkblue);
|
|
951
|
-
font-size: 0.9375rem;
|
|
952
|
-
}
|
|
953
|
-
@media (min-width: 37.5rem) {
|
|
954
|
-
:host label {
|
|
955
|
-
font-size: 1.125rem;
|
|
956
|
-
}
|
|
957
|
-
} /* Move label over input as placeholder */
|
|
958
|
-
:host label {
|
|
959
|
-
transition: all 0.3s ease-in-out 0ms;
|
|
960
|
-
transform-origin: 0;
|
|
961
|
-
}
|
|
962
|
-
:host(:not(.has-value)) kol-input:not(:focus-within) label {
|
|
963
|
-
transform: translateY(1.9375rem) scale(1.3333333333);
|
|
964
|
-
cursor: text;
|
|
965
|
-
}
|
|
966
|
-
:host(:not(.has-value)) kol-input:not(:focus-within):has(div.icon-left) label {
|
|
967
|
-
transform: translateX(2.5rem) translateY(1.9375rem) scale(1.3333333333);
|
|
968
|
-
}
|
|
969
|
-
:host(:not(.has-value)) kol-input:not(:focus-within) label,
|
|
970
|
-
input::placeholder {
|
|
971
|
-
color: var(--color-darkgray);
|
|
972
|
-
}
|
|
973
|
-
:host([_error]) kol-input:not(:focus-within) label {
|
|
974
|
-
color: var(--color-red);
|
|
975
|
-
} /* Move hint under input */
|
|
976
|
-
span.hint {
|
|
977
|
-
order: 1;
|
|
978
|
-
}
|
|
979
|
-
kol-alert {
|
|
980
|
-
order: 2;
|
|
981
|
-
}
|
|
982
|
-
:host([_error]) label {
|
|
983
|
-
color: var(--color-red);
|
|
984
|
-
}
|
|
985
|
-
div.input {
|
|
986
|
-
border-bottom: 1px solid var(--color-lightgray);
|
|
987
|
-
}
|
|
988
|
-
div.input:focus-within {
|
|
989
|
-
border-bottom: 1px solid var(--color-darkgray);
|
|
990
|
-
}
|
|
991
|
-
div.input input {
|
|
992
|
-
border: none;
|
|
993
|
-
background-color: var(--color-white);
|
|
994
|
-
outline: none;
|
|
995
|
-
height: 2.5rem;
|
|
996
|
-
font-size: 1.5rem;
|
|
997
|
-
padding: 0;
|
|
998
|
-
}
|
|
999
|
-
kol-input:has(label:not([hidden])) div.input input::placeholder {
|
|
1000
|
-
color: transparent;
|
|
1001
|
-
}
|
|
1002
|
-
kol-alert {
|
|
1003
|
-
margin-top: 1.5rem;
|
|
1004
|
-
}
|
|
1005
|
-
kol-button-wc > button > kol-span-wc {
|
|
1006
|
-
padding: 0.625rem 1.125rem;
|
|
1007
|
-
font-family: var(--font);
|
|
1008
|
-
font-size: 1rem;
|
|
1009
|
-
line-height: 1.125rem;
|
|
1010
|
-
border: none;
|
|
1011
|
-
border-radius: 0.125rem;
|
|
1012
|
-
transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
|
|
1013
|
-
}
|
|
1014
|
-
kol-button-wc > button > kol-span-wc > span {
|
|
1015
|
-
gap: 0.625rem;
|
|
1016
|
-
}
|
|
1017
|
-
kol-button-wc > button > kol-span-wc {
|
|
1018
|
-
background-color: var(--color-white);
|
|
1019
|
-
color: var(--color-black);
|
|
1020
|
-
}
|
|
1021
|
-
kol-button-wc > button > kol-span-wc kol-icon {
|
|
1022
|
-
color: var(--color-blue);
|
|
1023
|
-
}
|
|
1024
|
-
kol-button-wc > button:is(:hover, :focus) > kol-span-wc kol-icon {
|
|
1025
|
-
color: var(--color-white);
|
|
1026
|
-
}
|
|
1027
|
-
kol-button-wc > button:is(:hover, :focus) > kol-span-wc {
|
|
1028
|
-
cursor: pointer;
|
|
1029
|
-
background-color: var(--color-blue);
|
|
1030
|
-
color: var(--color-white);
|
|
1031
|
-
}
|
|
1032
|
-
kol-button-wc > button:focus > kol-span-wc {
|
|
1033
|
-
outline: 1px dotted var(--color-black);
|
|
1034
|
-
border: none;
|
|
1035
|
-
}
|
|
1036
|
-
kol-button-wc > button:focus {
|
|
1037
|
-
outline: none;
|
|
1038
|
-
}`,
|
|
1039
|
-
"KOL-INPUT-NUMBER": `:host label {
|
|
1040
|
-
color: var(--color-darkblue);
|
|
1041
|
-
font-size: 0.9375rem;
|
|
1042
|
-
}
|
|
1043
|
-
@media (min-width: 37.5rem) {
|
|
1044
|
-
:host label {
|
|
1045
|
-
font-size: 1.125rem;
|
|
1046
|
-
}
|
|
1047
|
-
} /* Move label over input as placeholder */
|
|
1048
|
-
:host(:not(.has-value)) kol-input:has(input[type="number"]) label {
|
|
1049
|
-
transition: all 0.3s ease-in-out 0ms;
|
|
1050
|
-
transform-origin: 0;
|
|
1051
|
-
}
|
|
1052
|
-
:host(:not(.has-value)) kol-input:has(input[type="number"]):not(:focus-within) label {
|
|
1053
|
-
transform: translateY(1.9375rem) scale(1.3333333333);
|
|
1054
|
-
cursor: text;
|
|
1055
|
-
}
|
|
1056
|
-
:host(:not(.has-value)) kol-input:has(input[type="number"]):not(:focus-within):has(div.icon-left) label {
|
|
1057
|
-
transform: translateX(2.5rem) translateY(1.9375rem) scale(1.3333333333);
|
|
1058
|
-
}
|
|
1059
|
-
:host(:not(.has-value)) kol-input:not(:focus-within) label,
|
|
1060
|
-
input::placeholder {
|
|
1061
|
-
color: var(--color-darkgray);
|
|
1062
|
-
}
|
|
1063
|
-
:host([_error]) kol-input:not(:focus-within) label {
|
|
1064
|
-
color: var(--color-red);
|
|
1065
|
-
}
|
|
1066
|
-
span.hint {
|
|
1067
|
-
order: 1;
|
|
1068
|
-
}
|
|
1069
|
-
kol-alert {
|
|
1070
|
-
order: 2;
|
|
1071
|
-
}
|
|
1072
|
-
:host([_error]) label {
|
|
1073
|
-
color: var(--color-red);
|
|
1074
|
-
}
|
|
1075
|
-
div.input {
|
|
1076
|
-
border-bottom: 1px solid var(--color-lightgray);
|
|
1077
|
-
}
|
|
1078
|
-
div.input:focus-within {
|
|
1079
|
-
border-bottom: 1px solid var(--color-darkgray);
|
|
1080
|
-
}
|
|
1081
|
-
div.input input {
|
|
1082
|
-
border: none;
|
|
1083
|
-
background-color: var(--color-white);
|
|
1084
|
-
outline: none;
|
|
1085
|
-
height: 2.5rem;
|
|
1086
|
-
font-size: 1.5rem;
|
|
1087
|
-
padding: 0;
|
|
1088
|
-
}
|
|
1089
|
-
kol-input:has(label:not([hidden])) div.input input::placeholder {
|
|
1090
|
-
color: transparent;
|
|
1091
|
-
}
|
|
1092
|
-
kol-alert {
|
|
1093
|
-
margin-top: 1.5rem;
|
|
1094
|
-
}
|
|
1095
|
-
kol-button-wc > button > kol-span-wc {
|
|
1096
|
-
padding: 0.625rem 1.125rem;
|
|
1097
|
-
font-family: var(--font);
|
|
1098
|
-
font-size: 1rem;
|
|
1099
|
-
line-height: 1.125rem;
|
|
1100
|
-
border: none;
|
|
1101
|
-
border-radius: 0.125rem;
|
|
1102
|
-
transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
|
|
1103
|
-
}
|
|
1104
|
-
kol-button-wc > button > kol-span-wc > span {
|
|
1105
|
-
gap: 0.625rem;
|
|
1106
|
-
}
|
|
1107
|
-
kol-button-wc > button > kol-span-wc {
|
|
1108
|
-
background-color: var(--color-white);
|
|
1109
|
-
color: var(--color-black);
|
|
1110
|
-
}
|
|
1111
|
-
kol-button-wc > button > kol-span-wc kol-icon {
|
|
1112
|
-
color: var(--color-blue);
|
|
1113
|
-
}
|
|
1114
|
-
kol-button-wc > button:is(:hover, :focus) > kol-span-wc kol-icon {
|
|
1115
|
-
color: var(--color-white);
|
|
1116
|
-
}
|
|
1117
|
-
kol-button-wc > button:is(:hover, :focus) > kol-span-wc {
|
|
1118
|
-
cursor: pointer;
|
|
1119
|
-
background-color: var(--color-blue);
|
|
1120
|
-
color: var(--color-white);
|
|
1121
|
-
}
|
|
1122
|
-
kol-button-wc > button:focus > kol-span-wc {
|
|
1123
|
-
outline: 1px dotted var(--color-black);
|
|
1124
|
-
border: none;
|
|
1125
|
-
}
|
|
1126
|
-
kol-button-wc > button:focus {
|
|
1127
|
-
outline: none;
|
|
1128
|
-
}`,
|
|
1129
|
-
"KOL-INPUT-COLOR": `:host label {
|
|
1130
|
-
color: var(--color-darkblue);
|
|
1131
|
-
font-size: 0.9375rem;
|
|
1132
|
-
}
|
|
1133
|
-
@media (min-width: 37.5rem) {
|
|
1134
|
-
:host label {
|
|
1135
|
-
font-size: 1.125rem;
|
|
1136
|
-
}
|
|
1137
|
-
} /* Move hint under input */
|
|
1138
|
-
span.hint {
|
|
1139
|
-
order: 1;
|
|
1140
|
-
}
|
|
1141
|
-
kol-alert {
|
|
1142
|
-
order: 2;
|
|
1143
|
-
}
|
|
1144
|
-
:host([_error]) label {
|
|
1145
|
-
color: var(--color-red);
|
|
1146
|
-
}
|
|
1147
|
-
div.input {
|
|
1148
|
-
border-bottom: 1px solid var(--color-lightgray);
|
|
1149
|
-
}
|
|
1150
|
-
div.input:focus-within {
|
|
1151
|
-
border-bottom: 1px solid var(--color-darkgray);
|
|
1152
|
-
}
|
|
1153
|
-
div.input input {
|
|
1154
|
-
border: none;
|
|
1155
|
-
background-color: var(--color-white);
|
|
1156
|
-
outline: none;
|
|
1157
|
-
height: 2.5rem;
|
|
1158
|
-
font-size: 1.5rem;
|
|
1159
|
-
padding: 0;
|
|
1160
|
-
}
|
|
1161
|
-
kol-input:has(label:not([hidden])) div.input input::placeholder {
|
|
1162
|
-
color: transparent;
|
|
1163
|
-
}
|
|
1164
|
-
kol-alert {
|
|
1165
|
-
margin-top: 1.5rem;
|
|
1166
|
-
}
|
|
1167
|
-
kol-button-wc > button > kol-span-wc {
|
|
1168
|
-
padding: 0.625rem 1.125rem;
|
|
1169
|
-
font-family: var(--font);
|
|
1170
|
-
font-size: 1rem;
|
|
1171
|
-
line-height: 1.125rem;
|
|
1172
|
-
border: none;
|
|
1173
|
-
border-radius: 0.125rem;
|
|
1174
|
-
transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
|
|
1175
|
-
}
|
|
1176
|
-
kol-button-wc > button > kol-span-wc > span {
|
|
1177
|
-
gap: 0.625rem;
|
|
1178
|
-
}
|
|
1179
|
-
kol-button-wc > button > kol-span-wc {
|
|
1180
|
-
background-color: var(--color-white);
|
|
1181
|
-
color: var(--color-black);
|
|
1182
|
-
}
|
|
1183
|
-
kol-button-wc > button > kol-span-wc kol-icon {
|
|
1184
|
-
color: var(--color-blue);
|
|
1185
|
-
}
|
|
1186
|
-
kol-button-wc > button:is(:hover, :focus) > kol-span-wc kol-icon {
|
|
1187
|
-
color: var(--color-white);
|
|
1188
|
-
}
|
|
1189
|
-
kol-button-wc > button:is(:hover, :focus) > kol-span-wc {
|
|
1190
|
-
cursor: pointer;
|
|
1191
|
-
background-color: var(--color-blue);
|
|
1192
|
-
color: var(--color-white);
|
|
1193
|
-
}
|
|
1194
|
-
kol-button-wc > button:focus > kol-span-wc {
|
|
1195
|
-
outline: 1px dotted var(--color-black);
|
|
1196
|
-
border: none;
|
|
1197
|
-
}
|
|
1198
|
-
kol-button-wc > button:focus {
|
|
1199
|
-
outline: none;
|
|
1200
|
-
}`,
|
|
1201
|
-
"KOL-INPUT-FILE": `:host label {
|
|
1202
|
-
color: var(--color-darkblue);
|
|
1203
|
-
font-size: 0.9375rem;
|
|
1204
|
-
}
|
|
1205
|
-
@media (min-width: 37.5rem) {
|
|
1206
|
-
:host label {
|
|
1207
|
-
font-size: 1.125rem;
|
|
1208
|
-
}
|
|
1209
|
-
} /* Move hint under input */
|
|
1210
|
-
span.hint {
|
|
1211
|
-
order: 1;
|
|
1212
|
-
}
|
|
1213
|
-
kol-alert {
|
|
1214
|
-
order: 2;
|
|
1215
|
-
}
|
|
1216
|
-
:host([_error]) label {
|
|
1217
|
-
color: var(--color-red);
|
|
1218
|
-
}
|
|
1219
|
-
div.input {
|
|
1220
|
-
align-items: baseline;
|
|
1221
|
-
border-bottom: 1px solid var(--color-lightgray);
|
|
1222
|
-
}
|
|
1223
|
-
div.input:focus-within {
|
|
1224
|
-
border-bottom: 1px solid var(--color-darkgray);
|
|
1225
|
-
}
|
|
1226
|
-
div.input input {
|
|
1227
|
-
border: none;
|
|
1228
|
-
background-color: var(--color-white);
|
|
1229
|
-
outline: none;
|
|
1230
|
-
height: 3.2rem;
|
|
1231
|
-
font-size: 1.5rem;
|
|
1232
|
-
padding: 0;
|
|
1233
|
-
}
|
|
1234
|
-
kol-input:has(label:not([hidden])) div.input input::placeholder {
|
|
1235
|
-
color: transparent;
|
|
1236
|
-
}
|
|
1237
|
-
kol-alert {
|
|
1238
|
-
margin-top: 1.5rem;
|
|
1239
|
-
}
|
|
1240
|
-
kol-button-wc > button > kol-span-wc {
|
|
1241
|
-
padding: 0.625rem 1.125rem;
|
|
1242
|
-
font-family: var(--font);
|
|
1243
|
-
font-size: 1rem;
|
|
1244
|
-
line-height: 1.125rem;
|
|
1245
|
-
border: none;
|
|
1246
|
-
border-radius: 0.125rem;
|
|
1247
|
-
transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
|
|
1248
|
-
}
|
|
1249
|
-
kol-button-wc > button > kol-span-wc > span {
|
|
1250
|
-
gap: 0.625rem;
|
|
1251
|
-
}
|
|
1252
|
-
kol-button-wc > button > kol-span-wc {
|
|
1253
|
-
background-color: var(--color-white);
|
|
1254
|
-
color: var(--color-black);
|
|
1255
|
-
}
|
|
1256
|
-
kol-button-wc > button > kol-span-wc kol-icon {
|
|
1257
|
-
color: var(--color-blue);
|
|
1258
|
-
}
|
|
1259
|
-
kol-button-wc > button:is(:hover, :focus) > kol-span-wc kol-icon {
|
|
1260
|
-
color: var(--color-white);
|
|
1261
|
-
}
|
|
1262
|
-
kol-button-wc > button:is(:hover, :focus) > kol-span-wc {
|
|
1263
|
-
cursor: pointer;
|
|
1264
|
-
background-color: var(--color-blue);
|
|
1265
|
-
color: var(--color-white);
|
|
1266
|
-
}
|
|
1267
|
-
kol-button-wc > button:focus > kol-span-wc {
|
|
1268
|
-
outline: 1px dotted var(--color-black);
|
|
1269
|
-
border: none;
|
|
1270
|
-
}
|
|
1271
|
-
kol-button-wc > button:focus {
|
|
1272
|
-
outline: none;
|
|
1273
|
-
}`,
|
|
1274
|
-
"KOL-INPUT-PASSWORD": `:host label {
|
|
1275
|
-
color: var(--color-darkblue);
|
|
1276
|
-
font-size: 0.9375rem;
|
|
1277
|
-
}
|
|
1278
|
-
@media (min-width: 37.5rem) {
|
|
1279
|
-
:host label {
|
|
1280
|
-
font-size: 1.125rem;
|
|
1281
|
-
}
|
|
1282
|
-
} /* Move label over input as placeholder */
|
|
1283
|
-
:host label {
|
|
1284
|
-
transition: all 0.3s ease-in-out 0ms;
|
|
1285
|
-
transform-origin: 0;
|
|
1286
|
-
}
|
|
1287
|
-
:host(:not(.has-value)) kol-input:not(:focus-within) label {
|
|
1288
|
-
transform: translateY(1.9375rem) scale(1.3333333333);
|
|
1289
|
-
cursor: text;
|
|
1290
|
-
}
|
|
1291
|
-
:host(:not(.has-value)) kol-input:not(:focus-within):has(div.icon-left) label {
|
|
1292
|
-
transform: translateX(2.5rem) translateY(1.9375rem) scale(1.3333333333);
|
|
1293
|
-
}
|
|
1294
|
-
:host(:not(.has-value)) kol-input:not(:focus-within) label,
|
|
1295
|
-
input::placeholder {
|
|
1296
|
-
color: var(--color-darkgray);
|
|
1297
|
-
}
|
|
1298
|
-
:host([_error]) kol-input:not(:focus-within) label {
|
|
1299
|
-
color: var(--color-red);
|
|
1300
|
-
} /* Move hint under input */
|
|
1301
|
-
span.hint {
|
|
1302
|
-
order: 1;
|
|
1303
|
-
}
|
|
1304
|
-
kol-alert {
|
|
1305
|
-
order: 2;
|
|
1306
|
-
}
|
|
1307
|
-
:host([_error]) label {
|
|
1308
|
-
color: var(--color-red);
|
|
1309
|
-
}
|
|
1310
|
-
div.input {
|
|
1311
|
-
align-items: baseline;
|
|
1312
|
-
border-bottom: 1px solid var(--color-lightgray);
|
|
1313
|
-
}
|
|
1314
|
-
div.input:focus-within {
|
|
1315
|
-
border-bottom: 1px solid var(--color-darkgray);
|
|
1316
|
-
}
|
|
1317
|
-
div.input input {
|
|
1318
|
-
border: none;
|
|
1319
|
-
background-color: var(--color-white);
|
|
1320
|
-
outline: none;
|
|
1321
|
-
height: 2.5rem;
|
|
1322
|
-
font-size: 1.5rem;
|
|
1323
|
-
padding: 0;
|
|
1324
|
-
}
|
|
1325
|
-
kol-input:has(label:not([hidden])) div.input input::placeholder {
|
|
1326
|
-
color: transparent;
|
|
1327
|
-
}
|
|
1328
|
-
kol-alert {
|
|
1329
|
-
margin-top: 1.5rem;
|
|
1330
|
-
}
|
|
1331
|
-
kol-button-wc > button > kol-span-wc {
|
|
1332
|
-
padding: 0.625rem 1.125rem;
|
|
1333
|
-
font-family: var(--font);
|
|
1334
|
-
font-size: 1rem;
|
|
1335
|
-
line-height: 1.125rem;
|
|
1336
|
-
border: none;
|
|
1337
|
-
border-radius: 0.125rem;
|
|
1338
|
-
transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
|
|
1339
|
-
}
|
|
1340
|
-
kol-button-wc > button > kol-span-wc > span {
|
|
1341
|
-
gap: 0.625rem;
|
|
1342
|
-
}
|
|
1343
|
-
kol-button-wc > button > kol-span-wc {
|
|
1344
|
-
background-color: var(--color-white);
|
|
1345
|
-
color: var(--color-black);
|
|
1346
|
-
}
|
|
1347
|
-
kol-button-wc > button > kol-span-wc kol-icon {
|
|
1348
|
-
color: var(--color-blue);
|
|
1349
|
-
}
|
|
1350
|
-
kol-button-wc > button:is(:hover, :focus) > kol-span-wc kol-icon {
|
|
1351
|
-
color: var(--color-white);
|
|
1352
|
-
}
|
|
1353
|
-
kol-button-wc > button:is(:hover, :focus) > kol-span-wc {
|
|
1354
|
-
cursor: pointer;
|
|
1355
|
-
background-color: var(--color-blue);
|
|
1356
|
-
color: var(--color-white);
|
|
1357
|
-
}
|
|
1358
|
-
kol-button-wc > button:focus > kol-span-wc {
|
|
1359
|
-
outline: 1px dotted var(--color-black);
|
|
1360
|
-
border: none;
|
|
1361
|
-
}
|
|
1362
|
-
kol-button-wc > button:focus {
|
|
1363
|
-
outline: none;
|
|
1364
|
-
}`,
|
|
1365
|
-
"KOL-TEXTAREA": `:host label {
|
|
1366
|
-
color: var(--color-darkblue);
|
|
1367
|
-
font-size: 0.9375rem;
|
|
1368
|
-
line-height: 0.9375rem;
|
|
1369
|
-
}
|
|
1370
|
-
@media (min-width: 37.5rem) {
|
|
1371
|
-
:host label {
|
|
1372
|
-
font-size: 1.125rem;
|
|
1373
|
-
line-height: 1.125rem;
|
|
1374
|
-
}
|
|
1375
|
-
} /* Move label over input as placeholder */
|
|
1376
|
-
:host label {
|
|
1377
|
-
transition: all 0.3s ease-in-out 0ms;
|
|
1378
|
-
transform-origin: 0;
|
|
1379
|
-
}
|
|
1380
|
-
:host(:not(.has-value)) kol-input:not(:focus-within) label {
|
|
1381
|
-
transform: translateY(1.9375rem) scale(1.3333333333);
|
|
1382
|
-
cursor: text;
|
|
1383
|
-
}
|
|
1384
|
-
:host(:not(.has-value)) kol-input:not(:focus-within):has(div.icon-left) label {
|
|
1385
|
-
transform: translateX(2.5rem) translateY(1.9375rem) scale(1.3333333333);
|
|
1386
|
-
}
|
|
1387
|
-
:host(:not(.has-value)) kol-input:not(:focus-within) label,
|
|
1388
|
-
textarea::placeholder {
|
|
1389
|
-
color: var(--color-darkgray);
|
|
1390
|
-
}
|
|
1391
|
-
:host([_error]:not(.has-value)) kol-input:not(:focus-within) label {
|
|
1392
|
-
color: var(--color-red);
|
|
1393
|
-
} /* Move hint under input */
|
|
1394
|
-
span.hint {
|
|
1395
|
-
order: 1;
|
|
1396
|
-
}
|
|
1397
|
-
kol-alert {
|
|
1398
|
-
order: 2;
|
|
1399
|
-
}
|
|
1400
|
-
:host([_error]) label {
|
|
1401
|
-
color: var(--color-red);
|
|
1402
|
-
}
|
|
1403
|
-
div.input textarea:focus {
|
|
1404
|
-
border-bottom: 1px solid var(--color-darkgray);
|
|
1405
|
-
}
|
|
1406
|
-
div.input textarea {
|
|
1407
|
-
border: none;
|
|
1408
|
-
border-bottom: 1px solid var(--color-lightgray);
|
|
1409
|
-
background-color: var(--color-white);
|
|
1410
|
-
outline: none;
|
|
1411
|
-
height: 2.5rem;
|
|
1412
|
-
font-size: 1.5rem;
|
|
1413
|
-
padding: 0;
|
|
1414
|
-
}
|
|
1415
|
-
kol-input:has(label:not([hidden])) div.input textarea::placeholder {
|
|
1416
|
-
color: transparent;
|
|
1417
|
-
}
|
|
1418
|
-
kol-alert {
|
|
1419
|
-
margin-top: 1.5rem;
|
|
1420
|
-
}`,
|
|
1421
|
-
"KOL-INPUT-RANGE": `input[type="range"] {
|
|
1422
|
-
height: 3em;
|
|
1423
|
-
background-color: transparent;
|
|
1424
|
-
outline: none;
|
|
1425
|
-
}
|
|
1426
|
-
input[type="range"]::-webkit-slider-thumb {
|
|
1427
|
-
border: none;
|
|
1428
|
-
margin-top: -0.5em;
|
|
1429
|
-
height: 1.5em;
|
|
1430
|
-
width: 1.5em;
|
|
1431
|
-
border-radius: 100%;
|
|
1432
|
-
background: var(--color-darkblue);
|
|
1433
|
-
cursor: pointer;
|
|
1434
|
-
}
|
|
1435
|
-
input[type="range"]::-moz-range-thumb {
|
|
1436
|
-
border: 1px solid var(--color-darkblue);
|
|
1437
|
-
height: 2em;
|
|
1438
|
-
width: 1em;
|
|
1439
|
-
border-radius: 3px;
|
|
1440
|
-
background: var(--color-blue);
|
|
1441
|
-
cursor: pointer;
|
|
1442
|
-
box-shadow: 1px 1px 1px var(--color-black), 0px 0px 1px var(--color-darkgray);
|
|
1443
|
-
}
|
|
1444
|
-
input[type="range"]::-webkit-slider-runnable-track {
|
|
1445
|
-
width: 100%;
|
|
1446
|
-
height: 0.5em;
|
|
1447
|
-
cursor: pointer;
|
|
1448
|
-
background: var(--color-lightgray);
|
|
1449
|
-
border-radius: 0.25em;
|
|
1450
|
-
border: none;
|
|
1451
|
-
}
|
|
1452
|
-
input[type="range"]:focus::-webkit-slider-runnable-track {
|
|
1453
|
-
outline: var(--color-black) dotted 1px;
|
|
1454
|
-
outline-offset: 0.25em;
|
|
1455
|
-
}
|
|
1456
|
-
input[type="range"]::-moz-range-track {
|
|
1457
|
-
width: 100%;
|
|
1458
|
-
height: 0.5em;
|
|
1459
|
-
cursor: pointer;
|
|
1460
|
-
background: var(--color-lightgray);
|
|
1461
|
-
border-radius: 0.25em;
|
|
1462
|
-
border: none;
|
|
1463
|
-
}`,
|
|
1464
|
-
"KOL-PROGRESS": `:host progress,
|
|
1465
|
-
:host span {
|
|
1466
|
-
display: block;
|
|
1467
|
-
height: 0px;
|
|
1468
|
-
overflow: hidden;
|
|
1469
|
-
width: 0px;
|
|
1470
|
-
}
|
|
1471
|
-
svg line:first-child,
|
|
1472
|
-
svg circle:first-child {
|
|
1473
|
-
fill: transparent;
|
|
1474
|
-
stroke: var(--color-lightgray);
|
|
1475
|
-
}
|
|
1476
|
-
svg line:last-child,
|
|
1477
|
-
svg circle:last-child {
|
|
1478
|
-
stroke: var(--color-darkblue);
|
|
1479
|
-
fill: transparent;
|
|
1480
|
-
}
|
|
1481
|
-
progress {
|
|
1482
|
-
display: none;
|
|
1483
|
-
}`,
|
|
1484
|
-
"KOL-INPUT-RADIO": `:host {
|
|
1485
|
-
font-size: 1.375rem;
|
|
1486
|
-
line-height: 2rem;
|
|
1487
|
-
}
|
|
1488
|
-
input {
|
|
1489
|
-
border: 1px solid var(--color-blue);
|
|
1490
|
-
}
|
|
1491
|
-
input:focus {
|
|
1492
|
-
border: 1px dashed var(--color-blue);
|
|
1493
|
-
outline: none;
|
|
1494
|
-
}
|
|
1495
|
-
.disabled {
|
|
1496
|
-
opacity: 0.5;
|
|
1497
|
-
}
|
|
1498
|
-
.disabled label,
|
|
1499
|
-
.disabled input {
|
|
1500
|
-
cursor: not-allowed;
|
|
1501
|
-
}
|
|
1502
|
-
input:checked::before {
|
|
1503
|
-
background-color: var(--color-blue);
|
|
1504
|
-
}
|
|
1505
|
-
fieldset {
|
|
1506
|
-
border: none;
|
|
1507
|
-
}
|
|
1508
|
-
fieldset.vertical {
|
|
1509
|
-
gap: 0.5rem;
|
|
1510
|
-
}
|
|
1511
|
-
fieldset.horizontal {
|
|
1512
|
-
gap: 2.5rem;
|
|
1513
|
-
}
|
|
1514
|
-
div[slot="input"] {
|
|
1515
|
-
gap: 0.5rem;
|
|
1516
|
-
}`,
|
|
1517
|
-
"KOL-LINK": `a {
|
|
1518
|
-
margin-bottom: 0;
|
|
1519
|
-
font-weight: 700;
|
|
1520
|
-
vertical-align: top;
|
|
1521
|
-
text-decoration: none;
|
|
1522
|
-
color: var(--color-blue);
|
|
1523
|
-
gap: 0.25rem;
|
|
1524
|
-
}
|
|
1525
|
-
a:focus,
|
|
1526
|
-
a:hover {
|
|
1527
|
-
color: var(--color-darkblue);
|
|
1528
|
-
}
|
|
1529
|
-
a:focus {
|
|
1530
|
-
outline: var(--color-darkblue) solid 1px;
|
|
1531
|
-
outline-offset: 2px;
|
|
1532
|
-
border-radius: 2px;
|
|
1533
|
-
}
|
|
1534
|
-
a:visited {
|
|
1535
|
-
text-decoration: underline;
|
|
1536
|
-
}
|
|
1537
|
-
kol-icon {
|
|
1538
|
-
color: var(--color-blue);
|
|
1539
|
-
}
|
|
1540
|
-
kol-icon:hover {
|
|
1541
|
-
color: var(--color-darkblue);
|
|
1542
|
-
}
|
|
1543
|
-
kol-span-wc > span {
|
|
1544
|
-
gap: 0.25rem;
|
|
1545
|
-
}`,
|
|
1546
|
-
"KOL-BUTTON-LINK": `button {
|
|
1547
|
-
margin-bottom: 0;
|
|
1548
|
-
font-weight: 700;
|
|
1549
|
-
vertical-align: top;
|
|
1550
|
-
text-decoration: none;
|
|
1551
|
-
color: var(--color-blue);
|
|
1552
|
-
}
|
|
1553
|
-
button:focus,
|
|
1554
|
-
button:hover {
|
|
1555
|
-
color: var(--color-darkblue);
|
|
1556
|
-
}
|
|
1557
|
-
button:focus {
|
|
1558
|
-
outline: var(--color-darkblue) solid 1px;
|
|
1559
|
-
outline-offset: 2px;
|
|
1560
|
-
border-radius: 2px;
|
|
1561
|
-
}
|
|
1562
|
-
kol-icon {
|
|
1563
|
-
color: var(--color-blue);
|
|
1564
|
-
}
|
|
1565
|
-
kol-icon:hover {
|
|
1566
|
-
color: var(--color-darkblue);
|
|
1567
|
-
}
|
|
1568
|
-
kol-span-wc > span {
|
|
1569
|
-
gap: 0.25rem;
|
|
1570
|
-
}`,
|
|
1571
|
-
"KOL-SELECT": `:host label {
|
|
1572
|
-
color: var(--color-darkblue);
|
|
1573
|
-
font-size: 0.9375rem;
|
|
1574
|
-
}
|
|
1575
|
-
@media (min-width: 37.5rem) {
|
|
1576
|
-
:host label {
|
|
1577
|
-
font-size: 1.125rem;
|
|
1578
|
-
}
|
|
1579
|
-
}
|
|
1580
|
-
span.hint {
|
|
1581
|
-
order: 1;
|
|
1582
|
-
}
|
|
1583
|
-
kol-alert {
|
|
1584
|
-
order: 2;
|
|
1585
|
-
}
|
|
1586
|
-
:host([_error]) label {
|
|
1587
|
-
color: var(--color-red);
|
|
1588
|
-
}
|
|
1589
|
-
div.input {
|
|
1590
|
-
border-bottom: 1px solid var(--color-lightgray);
|
|
1591
|
-
}
|
|
1592
|
-
div.input:focus-within {
|
|
1593
|
-
border-bottom: 1px solid var(--color-darkgray);
|
|
1594
|
-
}
|
|
1595
|
-
div.input select {
|
|
1596
|
-
border: none;
|
|
1597
|
-
background-color: var(--color-white);
|
|
1598
|
-
outline: none;
|
|
1599
|
-
font-size: 1.5rem;
|
|
1600
|
-
padding: 0;
|
|
1601
|
-
}
|
|
1602
|
-
div.input select:not([multiple]) {
|
|
1603
|
-
height: 2.5rem;
|
|
1604
|
-
}
|
|
1605
|
-
kol-alert {
|
|
1606
|
-
margin-top: 1.5rem;
|
|
1607
|
-
}`,
|
|
1608
|
-
"KOL-ACCORDION": `.headline button {
|
|
1609
|
-
font-size: 1.1875rem;
|
|
1610
|
-
line-height: 1.6875rem;
|
|
1611
|
-
}
|
|
1612
|
-
@media only screen and (min-width: 600px) and (max-width: 1023px) {
|
|
1613
|
-
.headline button {
|
|
1614
|
-
font-size: 1.375rem;
|
|
1615
|
-
line-height: 2rem;
|
|
1616
|
-
}
|
|
1617
|
-
}
|
|
1618
|
-
@media only screen and (min-width: 1024px) {
|
|
1619
|
-
.headline button {
|
|
1620
|
-
font-size: 1.5rem;
|
|
1621
|
-
line-height: 2.125rem;
|
|
1622
|
-
}
|
|
1623
|
-
}
|
|
1624
|
-
.headline {
|
|
1625
|
-
margin: 0;
|
|
1626
|
-
padding: 0;
|
|
1627
|
-
}
|
|
1628
|
-
.headline button {
|
|
1629
|
-
padding: 1rem 1rem 1rem 3.125rem;
|
|
1630
|
-
}
|
|
1631
|
-
.headline button:is(:focus, :hover) {
|
|
1632
|
-
text-decoration: underline;
|
|
1633
|
-
}
|
|
1634
|
-
.headline kol-span-wc {
|
|
1635
|
-
display: block;
|
|
1636
|
-
}
|
|
1637
|
-
.headline kol-span-wc > span {
|
|
1638
|
-
align-items: flex-start;
|
|
1639
|
-
}
|
|
1640
|
-
.headline kol-span-wc > span > kol-icon {
|
|
1641
|
-
display: block;
|
|
1642
|
-
order: 2;
|
|
1643
|
-
}
|
|
1644
|
-
.headline kol-span-wc > span > span {
|
|
1645
|
-
flex-grow: 1;
|
|
1646
|
-
order: 1;
|
|
1647
|
-
text-align: start;
|
|
1648
|
-
}
|
|
1649
|
-
:host {
|
|
1650
|
-
border-top: 1px solid var(--color-violet-40);
|
|
1651
|
-
}
|
|
1652
|
-
.content {
|
|
1653
|
-
padding: 3.125rem;
|
|
1654
|
-
background-color: var(--color-violet-20);
|
|
1655
|
-
}
|
|
1656
|
-
button {
|
|
1657
|
-
outline: none;
|
|
1658
|
-
}
|
|
1659
|
-
:host > div > kol-heading-wc button kol-icon {
|
|
1660
|
-
font-size: 1rem;
|
|
1661
|
-
}
|
|
1662
|
-
:host > div > kol-heading-wc button kol-icon::part(icon) {
|
|
1663
|
-
font-family: "Font Awesome 6 Free";
|
|
1664
|
-
font-weight: 900;
|
|
1665
|
-
}
|
|
1666
|
-
:host > div.open > kol-heading-wc button kol-icon::part(icon)::before {
|
|
1667
|
-
content: "\\f077";
|
|
1668
|
-
}
|
|
1669
|
-
:host > div.close > kol-heading-wc button kol-icon::part(icon)::before {
|
|
1670
|
-
content: "\\f078";
|
|
1671
|
-
}`,
|
|
1672
|
-
"KOL-TABLE": `:host > div {
|
|
1673
|
-
overflow-x: auto;
|
|
1674
|
-
overflow-y: hidden;
|
|
1675
|
-
}
|
|
1676
|
-
caption {
|
|
1677
|
-
padding: 0.5em;
|
|
1678
|
-
}
|
|
1679
|
-
:host th {
|
|
1680
|
-
font-weight: normal;
|
|
1681
|
-
background-color: var(--color-darkblue);
|
|
1682
|
-
color: var(--color-white);
|
|
1683
|
-
}
|
|
1684
|
-
:host table thead tr:first-child th,
|
|
1685
|
-
:host table thead tr:first-child td {
|
|
1686
|
-
border-width: 0;
|
|
1687
|
-
border-top-width: 2px;
|
|
1688
|
-
border-style: solid;
|
|
1689
|
-
border-color: var(--color-darkgray);
|
|
1690
|
-
}
|
|
1691
|
-
table {
|
|
1692
|
-
width: 100%;
|
|
1693
|
-
border-spacing: 0;
|
|
1694
|
-
}
|
|
1695
|
-
table,
|
|
1696
|
-
:host table thead tr:last-child th,
|
|
1697
|
-
:host table thead tr:last-child td {
|
|
1698
|
-
border-width: 0;
|
|
1699
|
-
border-bottom-width: 2px;
|
|
1700
|
-
border-style: solid;
|
|
1701
|
-
border-color: var(--color-darkgray);
|
|
1702
|
-
}
|
|
1703
|
-
th {
|
|
1704
|
-
background-color: var(--color-white);
|
|
1705
|
-
}
|
|
1706
|
-
th div {
|
|
1707
|
-
width: 100%;
|
|
1708
|
-
display: flex;
|
|
1709
|
-
gap: 0.5em;
|
|
1710
|
-
grid-template-columns: 1fr auto;
|
|
1711
|
-
align-items: center;
|
|
1712
|
-
}
|
|
1713
|
-
th div.center {
|
|
1714
|
-
justify-content: center;
|
|
1715
|
-
}
|
|
1716
|
-
th div.right {
|
|
1717
|
-
justify-content: end;
|
|
1718
|
-
}
|
|
1719
|
-
tbody tr:nth-child(odd) {
|
|
1720
|
-
background-color: var(--color-lightgray-40);
|
|
1721
|
-
}
|
|
1722
|
-
th,
|
|
1723
|
-
td {
|
|
1724
|
-
padding: 0.5em;
|
|
1725
|
-
}
|
|
1726
|
-
td.center > div {
|
|
1727
|
-
display: flex;
|
|
1728
|
-
justify-content: center;
|
|
1729
|
-
}
|
|
1730
|
-
td.right > div {
|
|
1731
|
-
display: flex;
|
|
1732
|
-
justify-content: end;
|
|
1733
|
-
}
|
|
1734
|
-
th[aria-sort="ascending"],
|
|
1735
|
-
th[aria-sort="descending"] {
|
|
1736
|
-
font-weight: 700;
|
|
1737
|
-
}
|
|
1738
|
-
:host > div:last-child {
|
|
1739
|
-
padding: 0.5em;
|
|
1740
|
-
}
|
|
1741
|
-
:host > div:last-child,
|
|
1742
|
-
:host > div:last-child > div:last-child {
|
|
1743
|
-
display: grid;
|
|
1744
|
-
align-items: center;
|
|
1745
|
-
justify-items: center;
|
|
1746
|
-
gap: 1em;
|
|
1747
|
-
}
|
|
1748
|
-
@media (min-width: 1024px) {
|
|
1749
|
-
:host > div:last-child,
|
|
1750
|
-
:host > div:last-child > div:last-child {
|
|
1751
|
-
grid-auto-flow: column;
|
|
1752
|
-
}
|
|
1753
|
-
:host > div:last-child kol-pagination {
|
|
1754
|
-
display: flex;
|
|
1755
|
-
gap: 1rem;
|
|
1756
|
-
}
|
|
1757
|
-
}`,
|
|
1758
|
-
"KOL-TABS": `:host {
|
|
1759
|
-
--kolibri-spacing: 0.25rem;
|
|
1760
|
-
}
|
|
1761
|
-
kol-button-group-wc {
|
|
1762
|
-
border-bottom: 1px solid var(--color-lightgray);
|
|
1763
|
-
margin-bottom: -1px;
|
|
1764
|
-
}
|
|
1765
|
-
kol-button-group-wc button {
|
|
1766
|
-
border: none;
|
|
1767
|
-
margin-bottom: -1px;
|
|
1768
|
-
}
|
|
1769
|
-
kol-button-group-wc button kol-span-wc {
|
|
1770
|
-
padding: 0.5rem;
|
|
1771
|
-
min-height: 44px;
|
|
1772
|
-
min-width: 44px;
|
|
1773
|
-
}
|
|
1774
|
-
kol-button-group-wc button.selected kol-span-wc {
|
|
1775
|
-
border-color: var(--color-lightgray-40);
|
|
1776
|
-
border-style: solid;
|
|
1777
|
-
border-width: 1px;
|
|
1778
|
-
border-bottom-color: white;
|
|
1779
|
-
border-top-color: var(--color-blue);
|
|
1780
|
-
box-shadow: 0 -3px var(--color-blue);
|
|
1781
|
-
font-weight: var(--font-weight-bold);
|
|
1782
|
-
color: var(--color-blue);
|
|
1783
|
-
}
|
|
1784
|
-
kol-button-group-wc button:hover:not(:disabled) kol-span-wc {
|
|
1785
|
-
color: var(--color-darkblue);
|
|
1786
|
-
}
|
|
1787
|
-
kol-button-group-wc button:focus kol-span-wc {
|
|
1788
|
-
outline-color: var(--color-darkblue);
|
|
1789
|
-
outline-style: solid;
|
|
1790
|
-
outline-width: 2px;
|
|
1791
|
-
}`,
|
|
1792
|
-
"KOL-BUTTON-GROUP": `kol-button-group-wc {
|
|
1793
|
-
gap: 0.5rem;
|
|
1794
|
-
}`,
|
|
1795
|
-
"KOL-PAGINATION": `:host {
|
|
1796
|
-
display: grid;
|
|
1797
|
-
gap: var(--spacing-m);
|
|
1798
|
-
}
|
|
1799
|
-
:host > div {
|
|
1800
|
-
display: inline-flex;
|
|
1801
|
-
flex-wrap: wrap;
|
|
1802
|
-
align-items: center;
|
|
1803
|
-
gap: 0.25rem;
|
|
1804
|
-
}
|
|
1805
|
-
.selected button {
|
|
1806
|
-
min-width: 44px;
|
|
1807
|
-
min-height: 44px;
|
|
1808
|
-
display: grid;
|
|
1809
|
-
line-height: 1.5rem;
|
|
1810
|
-
font-family: var(--font-family);
|
|
1811
|
-
cursor: not-allowed;
|
|
1812
|
-
font-weight: 700;
|
|
1813
|
-
padding: 10px 12px;
|
|
1814
|
-
border: none;
|
|
1815
|
-
font-size: 16px;
|
|
1816
|
-
font-style: normal;
|
|
1817
|
-
text-align: center;
|
|
1818
|
-
text-decoration: underline;
|
|
1819
|
-
text-transform: uppercase;
|
|
1820
|
-
width: inherit;
|
|
1821
|
-
color: var(--color-white);
|
|
1822
|
-
background-color: var(--color-darkblue);
|
|
1823
|
-
border-color: var(--color-darkblue);
|
|
1824
|
-
}`
|
|
1825
|
-
});
|
|
1826
|
-
|
|
1827
393
|
const BZSt = KoliBri.createTheme("bzst", {
|
|
1828
394
|
GLOBAL: `/* colors */
|
|
1829
395
|
:root,
|
|
@@ -2087,10 +653,10 @@ const BZSt = KoliBri.createTheme("bzst", {
|
|
|
2087
653
|
align-items: center;
|
|
2088
654
|
justify-content: center;
|
|
2089
655
|
}
|
|
2090
|
-
button.
|
|
656
|
+
button.hide-label {
|
|
2091
657
|
padding: 0.5rem;
|
|
2092
658
|
}
|
|
2093
|
-
button.
|
|
659
|
+
button.hide-label kol-icon {
|
|
2094
660
|
display: inline-block;
|
|
2095
661
|
width: 1.5em;
|
|
2096
662
|
height: 1.5em;
|
|
@@ -2098,6 +664,132 @@ const BZSt = KoliBri.createTheme("bzst", {
|
|
|
2098
664
|
button.loading kol-icon {
|
|
2099
665
|
animation: spin 5s infinite linear;
|
|
2100
666
|
}`,
|
|
667
|
+
"KOL-INPUT-DATE": `kol-input {
|
|
668
|
+
display: grid;
|
|
669
|
+
padding: 0;
|
|
670
|
+
margin: 0;
|
|
671
|
+
}
|
|
672
|
+
input:focus,
|
|
673
|
+
input:hover,
|
|
674
|
+
select:focus,
|
|
675
|
+
select:hover,
|
|
676
|
+
textarea:focus,
|
|
677
|
+
textarea:hover {
|
|
678
|
+
border-color: black;
|
|
679
|
+
}
|
|
680
|
+
input:focus-within,
|
|
681
|
+
select:focus-within,
|
|
682
|
+
textarea:focus-within {
|
|
683
|
+
outline: var(--color-focus) solid 2px;
|
|
684
|
+
}
|
|
685
|
+
kol-input > label {
|
|
686
|
+
order: 1;
|
|
687
|
+
margin-bottom: var(--gapSmallest);
|
|
688
|
+
}
|
|
689
|
+
kol-input > label > span {
|
|
690
|
+
color: black;
|
|
691
|
+
font-size: 0.875rem;
|
|
692
|
+
line-height: 1.5rem;
|
|
693
|
+
}
|
|
694
|
+
kol-input > div.input {
|
|
695
|
+
background-color: white;
|
|
696
|
+
display: block;
|
|
697
|
+
order: 2;
|
|
698
|
+
}
|
|
699
|
+
kol-input > kol-alert.error {
|
|
700
|
+
margin-top: 0.25em;
|
|
701
|
+
order: 3;
|
|
702
|
+
}
|
|
703
|
+
input,
|
|
704
|
+
select,
|
|
705
|
+
textarea {
|
|
706
|
+
font-family: var(--textFont);
|
|
707
|
+
background-color: transparent;
|
|
708
|
+
box-sizing: border-box;
|
|
709
|
+
font-size: var(--textFontSize);
|
|
710
|
+
display: inline-flex;
|
|
711
|
+
line-height: 1.5;
|
|
712
|
+
color: black;
|
|
713
|
+
border-color: var(--color-gruen);
|
|
714
|
+
border-width: 1px;
|
|
715
|
+
border-style: solid;
|
|
716
|
+
padding: 0.5em;
|
|
717
|
+
overflow: hidden;
|
|
718
|
+
width: 100%;
|
|
719
|
+
}
|
|
720
|
+
input:not([type="range"]),
|
|
721
|
+
select:not([multiple]) {
|
|
722
|
+
height: 2.75em;
|
|
723
|
+
}
|
|
724
|
+
textarea {
|
|
725
|
+
display: inherit;
|
|
726
|
+
}
|
|
727
|
+
input::placeholder {
|
|
728
|
+
color: var(--color-grau-dunkel);
|
|
729
|
+
}
|
|
730
|
+
input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
|
|
731
|
+
cursor: not-allowed;
|
|
732
|
+
}
|
|
733
|
+
.required label > span::after {
|
|
734
|
+
content: "*";
|
|
735
|
+
padding-left: 0.125em;
|
|
736
|
+
}
|
|
737
|
+
.icons {
|
|
738
|
+
display: flex;
|
|
739
|
+
justify-content: space-between;
|
|
740
|
+
height: 0;
|
|
741
|
+
}
|
|
742
|
+
.icons > * {
|
|
743
|
+
margin: 0.75em;
|
|
744
|
+
}
|
|
745
|
+
.icon-left input,
|
|
746
|
+
.icon-left select {
|
|
747
|
+
padding-left: 2em;
|
|
748
|
+
}
|
|
749
|
+
.icon-right input,
|
|
750
|
+
.icon-right select {
|
|
751
|
+
padding-right: 2em;
|
|
752
|
+
}
|
|
753
|
+
kol-button-wc {
|
|
754
|
+
position: relative;
|
|
755
|
+
float: right;
|
|
756
|
+
z-index: 1;
|
|
757
|
+
margin-top: -33px;
|
|
758
|
+
}
|
|
759
|
+
kol-button-wc button {
|
|
760
|
+
border: 1px solid var(--color-grau-dunkel);
|
|
761
|
+
box-sizing: border-box;
|
|
762
|
+
background-color: transparent;
|
|
763
|
+
cursor: pointer;
|
|
764
|
+
}
|
|
765
|
+
.icon-right kol-button-wc {
|
|
766
|
+
margin-right: 2.5em;
|
|
767
|
+
}
|
|
768
|
+
.disabled {
|
|
769
|
+
opacity: 0.33;
|
|
770
|
+
}
|
|
771
|
+
select[multiple],
|
|
772
|
+
textarea {
|
|
773
|
+
overflow: auto;
|
|
774
|
+
}
|
|
775
|
+
textarea {
|
|
776
|
+
display: block;
|
|
777
|
+
}
|
|
778
|
+
select option {
|
|
779
|
+
margin: 1px 0;
|
|
780
|
+
padding: 0.5em;
|
|
781
|
+
cursor: pointer;
|
|
782
|
+
}
|
|
783
|
+
select option:disabled {
|
|
784
|
+
cursor: not-allowed;
|
|
785
|
+
}
|
|
786
|
+
option:active:not(:disabled),
|
|
787
|
+
option:checked:not(:disabled),
|
|
788
|
+
option:focus:not(:disabled),
|
|
789
|
+
option:hover:not(:disabled) {
|
|
790
|
+
background: var(--color-ocean);
|
|
791
|
+
color: white;
|
|
792
|
+
}`,
|
|
2101
793
|
"KOL-INPUT-TEXT": `kol-input {
|
|
2102
794
|
display: grid;
|
|
2103
795
|
padding: 0;
|
|
@@ -2990,10 +1682,10 @@ const BZSt = KoliBri.createTheme("bzst", {
|
|
|
2990
1682
|
background-color: rgba(0, 0, 0, 0);
|
|
2991
1683
|
border-color: rgba(0, 0, 0, 0);
|
|
2992
1684
|
}
|
|
2993
|
-
.close > button.
|
|
1685
|
+
.close > button.hide-label {
|
|
2994
1686
|
padding: 8px;
|
|
2995
1687
|
}
|
|
2996
|
-
.close > button.
|
|
1688
|
+
.close > button.hide-label kol-icon {
|
|
2997
1689
|
display: inline-block;
|
|
2998
1690
|
width: 1.5em;
|
|
2999
1691
|
height: 1.5em;
|
|
@@ -4389,10 +3081,10 @@ const BZSt = KoliBri.createTheme("bzst", {
|
|
|
4389
3081
|
align-items: center;
|
|
4390
3082
|
justify-content: center;
|
|
4391
3083
|
}
|
|
4392
|
-
a.
|
|
3084
|
+
a.hide-label {
|
|
4393
3085
|
padding: 8px;
|
|
4394
3086
|
}
|
|
4395
|
-
a.
|
|
3087
|
+
a.hide-label kol-icon {
|
|
4396
3088
|
display: inline-block;
|
|
4397
3089
|
width: 1.5em;
|
|
4398
3090
|
height: 1.5em;
|
|
@@ -4488,6 +3180,18 @@ const BZSt = KoliBri.createTheme("bzst", {
|
|
|
4488
3180
|
}`,
|
|
4489
3181
|
"KOL-TOOLTIP": `:host {
|
|
4490
3182
|
--kolibri-font-size: var(--textFontSize);
|
|
3183
|
+
}`,
|
|
3184
|
+
"KOL-SKIP-NAV": `kol-link-wc > a > kol-span-wc {
|
|
3185
|
+
border-radius: 2px;
|
|
3186
|
+
border-style: solid;
|
|
3187
|
+
border-width: 2px;
|
|
3188
|
+
gap: 0.5rem;
|
|
3189
|
+
line-height: 1rem;
|
|
3190
|
+
padding: 0.75rem 1rem;
|
|
3191
|
+
background-color: var(--colorPrimary);
|
|
3192
|
+
border-color: var(--colorPrimary);
|
|
3193
|
+
color: var(--colorPrimaryFront);
|
|
3194
|
+
cursor: pointer;
|
|
4491
3195
|
}`
|
|
4492
3196
|
});
|
|
4493
3197
|
|
|
@@ -4673,11 +3377,11 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
4673
3377
|
box-shadow: none;
|
|
4674
3378
|
outline: none;
|
|
4675
3379
|
}
|
|
4676
|
-
:is(a, button).
|
|
3380
|
+
:is(a, button).hide-label > kol-span-wc {
|
|
4677
3381
|
padding: 8px;
|
|
4678
3382
|
width: unset;
|
|
4679
3383
|
}
|
|
4680
|
-
:is(a, button).
|
|
3384
|
+
:is(a, button).hide-label > kol-span-wc > span > span {
|
|
4681
3385
|
display: none;
|
|
4682
3386
|
}
|
|
4683
3387
|
:is(a, button).loading > kol-span-wc kol-icon {
|
|
@@ -4943,6 +3647,83 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
4943
3647
|
border-color: var(--color-granite);
|
|
4944
3648
|
color: var(--color-black);
|
|
4945
3649
|
}`,
|
|
3650
|
+
"KOL-INPUT-DATE": `kol-input {
|
|
3651
|
+
gap: 0.25em;
|
|
3652
|
+
}
|
|
3653
|
+
kol-input .error {
|
|
3654
|
+
order: 1;
|
|
3655
|
+
}
|
|
3656
|
+
kol-input label {
|
|
3657
|
+
order: 2;
|
|
3658
|
+
}
|
|
3659
|
+
kol-input .input {
|
|
3660
|
+
order: 3;
|
|
3661
|
+
}
|
|
3662
|
+
kol-input .hint {
|
|
3663
|
+
order: 4;
|
|
3664
|
+
font-size: 0.875em;
|
|
3665
|
+
font-style: italic;
|
|
3666
|
+
}
|
|
3667
|
+
input {
|
|
3668
|
+
border: none;
|
|
3669
|
+
}
|
|
3670
|
+
input::placeholder {
|
|
3671
|
+
color: var(--color-grey);
|
|
3672
|
+
}
|
|
3673
|
+
.input {
|
|
3674
|
+
background-color: var(--color-white);
|
|
3675
|
+
border-color: var(--color-grey);
|
|
3676
|
+
border-radius: var(--border-radius);
|
|
3677
|
+
border-style: solid;
|
|
3678
|
+
border-width: 2px;
|
|
3679
|
+
padding: 0 0.5em;
|
|
3680
|
+
}
|
|
3681
|
+
.input > kol-icon {
|
|
3682
|
+
width: 1em;
|
|
3683
|
+
}
|
|
3684
|
+
.input:is(.icon-left, .icon-right) {
|
|
3685
|
+
padding-left: 1em;
|
|
3686
|
+
padding-right: 1em;
|
|
3687
|
+
}
|
|
3688
|
+
.input:is(.icon-left, .icon-right) input {
|
|
3689
|
+
padding-left: 0.5em;
|
|
3690
|
+
padding-right: 0.5em;
|
|
3691
|
+
}
|
|
3692
|
+
.input > input:first-child {
|
|
3693
|
+
padding-left: 0.375em;
|
|
3694
|
+
}
|
|
3695
|
+
.input > input:last-child {
|
|
3696
|
+
padding-right: 0.375em;
|
|
3697
|
+
}
|
|
3698
|
+
.input:hover {
|
|
3699
|
+
border-color: var(--color-midnight);
|
|
3700
|
+
}
|
|
3701
|
+
input:disabled {
|
|
3702
|
+
cursor: not-allowed;
|
|
3703
|
+
}
|
|
3704
|
+
.required label > span::after {
|
|
3705
|
+
content: "*";
|
|
3706
|
+
padding-left: 0.125em;
|
|
3707
|
+
}
|
|
3708
|
+
kol-input.error {
|
|
3709
|
+
border-left: 3px solid var(--color-red);
|
|
3710
|
+
padding-left: 1em;
|
|
3711
|
+
}
|
|
3712
|
+
kol-input.error .input:focus-within {
|
|
3713
|
+
outline-color: var(--color-red) !important;
|
|
3714
|
+
}
|
|
3715
|
+
kol-input.error kol-alert.error {
|
|
3716
|
+
color: var(--color-red);
|
|
3717
|
+
font-weight: 700;
|
|
3718
|
+
}
|
|
3719
|
+
kol-input.disabled :is(input, label) {
|
|
3720
|
+
opacity: 1;
|
|
3721
|
+
}
|
|
3722
|
+
kol-input.disabled :is(input, .input) {
|
|
3723
|
+
background-color: var(--color-smoke);
|
|
3724
|
+
border-color: var(--color-granite);
|
|
3725
|
+
color: var(--color-black);
|
|
3726
|
+
}`,
|
|
4946
3727
|
"KOL-INPUT-EMAIL": `kol-input {
|
|
4947
3728
|
gap: 0.25em;
|
|
4948
3729
|
}
|
|
@@ -5422,20 +4203,20 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
5422
4203
|
background-color: rgba(0, 0, 0, 0);
|
|
5423
4204
|
border-color: rgba(0, 0, 0, 0);
|
|
5424
4205
|
}
|
|
5425
|
-
.close > button.
|
|
4206
|
+
.close > button.hide-label {
|
|
5426
4207
|
padding: 8px;
|
|
5427
4208
|
}
|
|
5428
|
-
.close > button.
|
|
4209
|
+
.close > button.hide-label kol-icon {
|
|
5429
4210
|
display: flex;
|
|
5430
4211
|
width: 1em;
|
|
5431
4212
|
height: 1em;
|
|
5432
4213
|
font-size: 1rem;
|
|
5433
4214
|
}
|
|
5434
|
-
.close > button.
|
|
4215
|
+
.close > button.hide-label kol-icon::part(icon) {
|
|
5435
4216
|
font-family: "Font Awesome 6 Free";
|
|
5436
4217
|
font-weight: 900;
|
|
5437
4218
|
}
|
|
5438
|
-
.close > button.
|
|
4219
|
+
.close > button.hide-label kol-icon::part(icon)::before {
|
|
5439
4220
|
content: "\\f00d";
|
|
5440
4221
|
}
|
|
5441
4222
|
.close > button:active {
|
|
@@ -6787,11 +5568,11 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
6787
5568
|
box-shadow: none;
|
|
6788
5569
|
outline: none;
|
|
6789
5570
|
}
|
|
6790
|
-
:is(a, button).
|
|
5571
|
+
:is(a, button).hide-label > kol-span-wc {
|
|
6791
5572
|
padding: 8px;
|
|
6792
5573
|
width: unset;
|
|
6793
5574
|
}
|
|
6794
|
-
:is(a, button).
|
|
5575
|
+
:is(a, button).hide-label > kol-span-wc > span > span {
|
|
6795
5576
|
display: none;
|
|
6796
5577
|
}
|
|
6797
5578
|
:is(a, button).loading > kol-span-wc kol-icon {
|
|
@@ -13978,6 +12759,18 @@ const BMF = KoliBri.createTheme("bmf", {
|
|
|
13978
12759
|
u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e,
|
|
13979
12760
|
u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f250, u+f252,
|
|
13980
12761
|
u+f27a;
|
|
12762
|
+
}`,
|
|
12763
|
+
"KOL-SKIP-NAV": `kol-link-wc > a > kol-span-wc {
|
|
12764
|
+
border-radius: var(--a11y-min-size);
|
|
12765
|
+
border-style: solid;
|
|
12766
|
+
border-width: 2px;
|
|
12767
|
+
gap: 0.5rem;
|
|
12768
|
+
line-height: 1rem;
|
|
12769
|
+
padding: 8px 14px;
|
|
12770
|
+
background-color: var(--color-ocean);
|
|
12771
|
+
border-color: var(--color-ocean);
|
|
12772
|
+
color: var(--color-white);
|
|
12773
|
+
cursor: pointer;
|
|
13981
12774
|
}`
|
|
13982
12775
|
});
|
|
13983
12776
|
|
|
@@ -14210,13 +13003,13 @@ const DESYv1 = KoliBri.createTheme("desy-v1", {
|
|
|
14210
13003
|
justify-content: center;
|
|
14211
13004
|
letter-spacing: 0.75px;
|
|
14212
13005
|
}
|
|
14213
|
-
button.
|
|
13006
|
+
button.hide-label > kol-span-wc {
|
|
14214
13007
|
padding: 8px;
|
|
14215
13008
|
}
|
|
14216
|
-
button.
|
|
13009
|
+
button.hide-label > kol-span-wc > span > span {
|
|
14217
13010
|
display: none;
|
|
14218
13011
|
}
|
|
14219
|
-
button.
|
|
13012
|
+
button.hide-label > kol-span-wc kol-icon {
|
|
14220
13013
|
display: inline-block;
|
|
14221
13014
|
width: 1.5em;
|
|
14222
13015
|
height: 1.5em;
|
|
@@ -14354,7 +13147,7 @@ const DESYv1 = KoliBri.createTheme("desy-v1", {
|
|
|
14354
13147
|
:host > div[part*="open"] {
|
|
14355
13148
|
padding-bottom: 1em;
|
|
14356
13149
|
}`,
|
|
14357
|
-
"KOL-ALERT": `:host > div {background-color: white;// border-width: 2px;// border-style: solid;display: flex;overflow: unset;}:host > div.default {border-color: var(--color-gray-30);}:host > div.default > .icon {background-color: var(--color-gray-30);}:host > div.error {border-color: var(--color-warning);}:host > div.error > .icon {background-color: var(--color-warning);}:host > div.info {border-color: var(--color-primary);}:host > div.info > .icon {background-color: var(--color-primary);}:host > div.success {border-color: var(--color-success);}:host > div.success > .icon {background-color: var(--color-success);}:host > div.warning {border-color: var(--color-yellow-neutral);}:host > div.warning > .icon {background-color: var(--color-yellow-neutral);}:host > div.msg > .icon {color: white;padding: 0.5em;align-items: center;display: inline-flex;}:host > div.card {border-width: 2px;border-style: solid;}:host > div.card.default .heading .icon {background-color: var(--color-gray-30);}:host > div.card.error .heading .icon {background-color: var(--color-warning);}:host > div.card.info .heading .icon {background-color: var(--color-primary);}:host > div.card.success .heading .icon {background-color: var(--color-success);}:host > div.card.warning .heading .icon {background-color: var(--color-yellow-neutral);}:host > div.card .heading .icon {color: white;padding: 0.5em;align-items: center;display: inline-flex;}:host > div kol-heading-wc .icon {margin-right: 0.5em;}:host > div.card .heading .icon {border-radius: 0 0 0.25rem 0;}:host > div.msg > div {padding: 0.25em;}:host > div.msg > div > .heading {padding: 0.25em;display: inline-block;}:host > div .content {padding: 0.25em;}:host > div > div {display: grid;grid-template-columns: 1fr auto;}:host > div > div > .content {grid-row: 2;grid-column: 1;}:host > div > div > .close {grid-row: 1 / span 2;}:host > div.card > div > .heading {width: 100%;}.close > button {min-width: 44px;min-height: 44px;display: grid;gap: 0.25em;line-height: 1.5rem;font-family: var(--font-family);font-weight: 700;cursor: pointer;border-radius: 1.5em;border-style: solid;border-width: 2px;font-size: 1rem;align-items: center;padding: 8px 14px;justify-content: center;font-style: normal;text-align: center;text-transform: uppercase;width: inherit;transition-duration: 0.5s;transition-property: background-color, color, border-color;background-color: rgba(0, 0, 0, 0);border-color: rgba(0, 0, 0, 0);}.close > button.
|
|
13150
|
+
"KOL-ALERT": `:host > div {background-color: white;// border-width: 2px;// border-style: solid;display: flex;overflow: unset;}:host > div.default {border-color: var(--color-gray-30);}:host > div.default > .icon {background-color: var(--color-gray-30);}:host > div.error {border-color: var(--color-warning);}:host > div.error > .icon {background-color: var(--color-warning);}:host > div.info {border-color: var(--color-primary);}:host > div.info > .icon {background-color: var(--color-primary);}:host > div.success {border-color: var(--color-success);}:host > div.success > .icon {background-color: var(--color-success);}:host > div.warning {border-color: var(--color-yellow-neutral);}:host > div.warning > .icon {background-color: var(--color-yellow-neutral);}:host > div.msg > .icon {color: white;padding: 0.5em;align-items: center;display: inline-flex;}:host > div.card {border-width: 2px;border-style: solid;}:host > div.card.default .heading .icon {background-color: var(--color-gray-30);}:host > div.card.error .heading .icon {background-color: var(--color-warning);}:host > div.card.info .heading .icon {background-color: var(--color-primary);}:host > div.card.success .heading .icon {background-color: var(--color-success);}:host > div.card.warning .heading .icon {background-color: var(--color-yellow-neutral);}:host > div.card .heading .icon {color: white;padding: 0.5em;align-items: center;display: inline-flex;}:host > div kol-heading-wc .icon {margin-right: 0.5em;}:host > div.card .heading .icon {border-radius: 0 0 0.25rem 0;}:host > div.msg > div {padding: 0.25em;}:host > div.msg > div > .heading {padding: 0.25em;display: inline-block;}:host > div .content {padding: 0.25em;}:host > div > div {display: grid;grid-template-columns: 1fr auto;}:host > div > div > .content {grid-row: 2;grid-column: 1;}:host > div > div > .close {grid-row: 1 / span 2;}:host > div.card > div > .heading {width: 100%;}.close > button {min-width: 44px;min-height: 44px;display: grid;gap: 0.25em;line-height: 1.5rem;font-family: var(--font-family);font-weight: 700;cursor: pointer;border-radius: 1.5em;border-style: solid;border-width: 2px;font-size: 1rem;align-items: center;padding: 8px 14px;justify-content: center;font-style: normal;text-align: center;text-transform: uppercase;width: inherit;transition-duration: 0.5s;transition-property: background-color, color, border-color;background-color: rgba(0, 0, 0, 0);border-color: rgba(0, 0, 0, 0);}.close > button.hide-label {padding: 8px;}.close > button.hide-label kol-icon {display: inline-block;width: 1.5em;height: 1.5em;}.close > button:active {box-shadow: none;outline: none;}.close kol-icon::part(icon)::before {content: "x";color: var(--color-primary);font-family: "Font Awesome 6 Free";}`,
|
|
14358
13151
|
"KOL-CARD": `/* https://www.figma.com/file/56JbmrssCRpjpfxoAFeHqT/Design-System-EPLF-(in-progress)?node-id=8225%3A5945 */
|
|
14359
13152
|
:host > div {
|
|
14360
13153
|
display: grid;
|
|
@@ -14925,301 +13718,440 @@ const DESYv1 = KoliBri.createTheme("desy-v1", {
|
|
|
14925
13718
|
background: var(--color-primary);
|
|
14926
13719
|
color: white;
|
|
14927
13720
|
}`,
|
|
14928
|
-
"KOL-INPUT-CHECKBOX": `/* INPUT */
|
|
14929
|
-
kol-input {
|
|
14930
|
-
display: grid;
|
|
14931
|
-
align-items: center;
|
|
14932
|
-
justify-items: left;
|
|
14933
|
-
width: 100%;
|
|
14934
|
-
min-height: 44px;
|
|
14935
|
-
}
|
|
14936
|
-
kol-input.default {
|
|
14937
|
-
grid-template-columns: 2rem auto;
|
|
14938
|
-
}
|
|
14939
|
-
kol-input.switch {
|
|
14940
|
-
grid-template-columns: 4rem auto;
|
|
14941
|
-
}
|
|
14942
|
-
kol-input > div.input {
|
|
14943
|
-
display: inline-flex;
|
|
14944
|
-
order: 1;
|
|
14945
|
-
}
|
|
14946
|
-
kol-input > div.input input {
|
|
14947
|
-
margin: 0px;
|
|
14948
|
-
}
|
|
14949
|
-
kol-input > label {
|
|
14950
|
-
cursor: pointer;
|
|
14951
|
-
order: 2;
|
|
14952
|
-
}
|
|
14953
|
-
kol-input > kol-alert.error {
|
|
14954
|
-
order: 3;
|
|
14955
|
-
padding-top: 0.25em;
|
|
14956
|
-
margin-bottom: 0.4em;
|
|
14957
|
-
margin-top: 0.2em;
|
|
14958
|
-
grid-column: span 2 / auto;
|
|
14959
|
-
}
|
|
14960
|
-
kol-input.error input:focus,
|
|
14961
|
-
kol-input.error select:focus,
|
|
14962
|
-
kol-input.error textarea:focus {
|
|
14963
|
-
border-color: var(--color-warning) !important;
|
|
14964
|
-
box-shadow: 0 0 0 1px var(--color-warning) inset;
|
|
14965
|
-
}
|
|
14966
|
-
kol-input.error kol-alert.error {
|
|
14967
|
-
color: var(--color-warning);
|
|
14968
|
-
}
|
|
14969
|
-
input {
|
|
14970
|
-
cursor: pointer;
|
|
14971
|
-
order: 1;
|
|
14972
|
-
width: 100%;
|
|
14973
|
-
border-color: var(--color-gray-30);
|
|
14974
|
-
border-width: 1px;
|
|
14975
|
-
border-style: solid;
|
|
14976
|
-
line-height: 24px;
|
|
14977
|
-
font-size: 1rem;
|
|
14978
|
-
}
|
|
14979
|
-
input:focus,
|
|
14980
|
-
input:hover {
|
|
14981
|
-
border-color: #2d6f9e;
|
|
14982
|
-
box-shadow: 0 0 0 1px #2d6f9e inset;
|
|
14983
|
-
}
|
|
14984
|
-
input:focus:hover {
|
|
14985
|
-
box-shadow: none;
|
|
14986
|
-
}
|
|
14987
|
-
input:active {
|
|
14988
|
-
box-shadow: none;
|
|
14989
|
-
}
|
|
14990
|
-
kol-alert {
|
|
14991
|
-
display: block;
|
|
14992
|
-
width: 100%;
|
|
14993
|
-
} /* CHECKBOX */
|
|
14994
|
-
kol-input label span {
|
|
14995
|
-
margin-top: 0.125rem;
|
|
14996
|
-
}
|
|
14997
|
-
.required label > span::after {
|
|
14998
|
-
content: "*";
|
|
14999
|
-
padding-left: 0.125em;
|
|
15000
|
-
}
|
|
15001
|
-
kol-input input[type="checkbox"] {
|
|
15002
|
-
appearance: none;
|
|
15003
|
-
background-color: white;
|
|
15004
|
-
cursor: pointer;
|
|
15005
|
-
transition: 0.5s;
|
|
15006
|
-
}
|
|
15007
|
-
kol-input input[type="checkbox"].kol-disabled:before {
|
|
15008
|
-
cursor: not-allowed;
|
|
15009
|
-
}
|
|
15010
|
-
kol-input input[type="checkbox"]:before {
|
|
15011
|
-
content: "";
|
|
15012
|
-
cursor: pointer;
|
|
15013
|
-
}
|
|
15014
|
-
kol-input input[type="checkbox"]:checked {
|
|
15015
|
-
background-color: var(--color-primary-20);
|
|
15016
|
-
border-color: var(--color-primary-20);
|
|
15017
|
-
}
|
|
15018
|
-
kol-input.default input[type="checkbox"] {
|
|
15019
|
-
width: 1rem;
|
|
15020
|
-
height: 1rem;
|
|
15021
|
-
}
|
|
15022
|
-
kol-input.default input[type="checkbox"]:before {
|
|
15023
|
-
background-color: transparent;
|
|
15024
|
-
display: block;
|
|
15025
|
-
height: calc(2 * var(--spacing));
|
|
15026
|
-
position: relative;
|
|
15027
|
-
width: calc(2 * var(--spacing));
|
|
15028
|
-
}
|
|
15029
|
-
kol-input.default input[type="checkbox"]:checked:before {
|
|
15030
|
-
border-right-width: 1px;
|
|
15031
|
-
border-bottom-width: 1px;
|
|
15032
|
-
left: calc(1.2 * var(--spacing) - 2px);
|
|
15033
|
-
top: calc(2.2 * var(--spacing) - 2px);
|
|
15034
|
-
transform: rotate(40deg) translate(-50%, -50%);
|
|
15035
|
-
background-color: transparent;
|
|
15036
|
-
border-width: 0px 3px 3px 0px;
|
|
15037
|
-
border-color: white;
|
|
15038
|
-
border-radius: 1px;
|
|
15039
|
-
border-style: solid;
|
|
15040
|
-
height: calc(2 * var(--spacing));
|
|
15041
|
-
width: calc(1 * var(--spacing));
|
|
15042
|
-
}
|
|
15043
|
-
kol-input.default input[type="checkbox"]:indeterminate {
|
|
15044
|
-
--tw-bg-opacity: 1;
|
|
15045
|
-
background-color: white;
|
|
15046
|
-
}
|
|
15047
|
-
kol-input.default input[type="checkbox"]:indeterminate:before {
|
|
15048
|
-
background-color: var(--color-gray-30);
|
|
15049
|
-
height: 0.2rem;
|
|
15050
|
-
top: 0.35rem;
|
|
15051
|
-
left: 0.15rem;
|
|
15052
|
-
width: calc(2.5 * var(--spacing));
|
|
15053
|
-
}
|
|
15054
|
-
kol-input.switch input[type="checkbox"] {
|
|
15055
|
-
min-width: 3.5em;
|
|
15056
|
-
width: 3.5em;
|
|
15057
|
-
background-color: var(--color-gray-30);
|
|
15058
|
-
border-width: 0;
|
|
15059
|
-
height: 1.5em;
|
|
15060
|
-
border-radius: 1.25em;
|
|
15061
|
-
display: inline-block;
|
|
15062
|
-
position: relative;
|
|
15063
|
-
}
|
|
15064
|
-
kol-input.switch input[type="checkbox"]:before {
|
|
15065
|
-
-webkit-transition: 0.5s;
|
|
15066
|
-
-moz-transition: 0.5s;
|
|
15067
|
-
-ms-transition: 0.5s;
|
|
15068
|
-
transition: 0.5;
|
|
15069
|
-
width: 1.25em;
|
|
15070
|
-
height: 1.25em;
|
|
15071
|
-
left: calc(0.25em - 2px);
|
|
15072
|
-
top: calc(0.25em - 2px);
|
|
15073
|
-
border-radius: 1.25em;
|
|
15074
|
-
background-color: white;
|
|
15075
|
-
position: absolute;
|
|
15076
|
-
}
|
|
15077
|
-
kol-input.switch input[type="checkbox"]:checked {
|
|
15078
|
-
background-color: var(--color-primary-20);
|
|
15079
|
-
}
|
|
15080
|
-
kol-input.switch input[type="checkbox"]:checked:before {
|
|
15081
|
-
-webkit-transform: translateX(2em);
|
|
15082
|
-
-moz-transform: translateX(2em);
|
|
15083
|
-
-ms-transform: translateX(2em);
|
|
15084
|
-
transform: translateX(2em);
|
|
15085
|
-
--tw-bg-opacity: 1;
|
|
15086
|
-
}
|
|
15087
|
-
kol-input.switch input[type="checkbox"]:indeterminate {
|
|
15088
|
-
--tw-bg-opacity: 1;
|
|
15089
|
-
}
|
|
15090
|
-
kol-input.switch input[type="checkbox"]:indeterminate:before {
|
|
15091
|
-
-webkit-transform: translateX(1em);
|
|
15092
|
-
-moz-transform: translateX(1em);
|
|
15093
|
-
-ms-transform: translateX(1em);
|
|
15094
|
-
transform: translateX(1em);
|
|
15095
|
-
}
|
|
15096
|
-
.disabled {
|
|
15097
|
-
opacity: 0.33;
|
|
15098
|
-
}`,
|
|
15099
|
-
"KOL-INPUT-RADIO": `/* INPUT */
|
|
15100
|
-
label {
|
|
15101
|
-
cursor: pointer;
|
|
15102
|
-
display: grid;
|
|
15103
|
-
line-height: 20px;
|
|
15104
|
-
gap: 8px;
|
|
15105
|
-
width: 100%;
|
|
15106
|
-
}
|
|
15107
|
-
input {
|
|
15108
|
-
cursor: pointer;
|
|
15109
|
-
width: 100%;
|
|
15110
|
-
border-color: var(--color-grey-20);
|
|
15111
|
-
border-width: 1px;
|
|
15112
|
-
border-style: solid;
|
|
15113
|
-
border-radius: 5px; /* padding: 10px 14px; */
|
|
15114
|
-
line-height: 24px;
|
|
15115
|
-
font-size: 16px;
|
|
15116
|
-
}
|
|
15117
|
-
:host fieldset div input[type="radio"]:hover {
|
|
15118
|
-
border-color: var(--color-midnight);
|
|
15119
|
-
box-shadow: 0px 2px 8px 2px rgba(8, 35, 48, 0.24);
|
|
15120
|
-
}
|
|
15121
|
-
:host fieldset div input[type="radio"]:focus:hover {
|
|
15122
|
-
box-shadow: none;
|
|
15123
|
-
}
|
|
15124
|
-
:host fieldset div input[type="radio"]:active {
|
|
15125
|
-
box-shadow: none;
|
|
15126
|
-
}
|
|
15127
|
-
kol-alert {
|
|
15128
|
-
display: block;
|
|
15129
|
-
width: 100%;
|
|
15130
|
-
margin-bottom: 0.4em;
|
|
15131
|
-
}
|
|
15132
|
-
.required legend > span::after {
|
|
15133
|
-
content: "*";
|
|
15134
|
-
padding-left: 0.125em;
|
|
15135
|
-
} /* RADIO */
|
|
15136
|
-
:host fieldset {
|
|
15137
|
-
border: 0px;
|
|
15138
|
-
margin: 0px;
|
|
15139
|
-
padding: 0px;
|
|
15140
|
-
display: grid;
|
|
15141
|
-
gap: 0.25em;
|
|
15142
|
-
}
|
|
15143
|
-
:host fieldset div {
|
|
15144
|
-
cursor: pointer;
|
|
15145
|
-
display: flex;
|
|
15146
|
-
flex-direction: row;
|
|
15147
|
-
align-items: center;
|
|
15148
|
-
position: relative;
|
|
15149
|
-
min-height: 44px;
|
|
15150
|
-
}
|
|
15151
|
-
:host fieldset div label {
|
|
15152
|
-
cursor: pointer;
|
|
15153
|
-
display: flex;
|
|
15154
|
-
padding-left: 0.25em;
|
|
15155
|
-
width: 100%;
|
|
15156
|
-
}
|
|
15157
|
-
:host fieldset div label span {
|
|
15158
|
-
margin-top: 0.125em;
|
|
15159
|
-
}
|
|
15160
|
-
:host fieldset div input[type="radio"] {
|
|
15161
|
-
appearance: none;
|
|
15162
|
-
transition: 0.5s;
|
|
15163
|
-
border-radius: 100%;
|
|
15164
|
-
height: 1rem;
|
|
15165
|
-
min-width: 1rem;
|
|
15166
|
-
width: 1rem;
|
|
15167
|
-
}
|
|
15168
|
-
:host fieldset div input[type="radio"]:before {
|
|
15169
|
-
content: "";
|
|
15170
|
-
cursor: pointer;
|
|
15171
|
-
left: calc(1 * var(--spacing) - 1px);
|
|
15172
|
-
top: calc(1 * var(--spacing) - 1px);
|
|
15173
|
-
position: relative;
|
|
15174
|
-
border-radius: 100%;
|
|
15175
|
-
display: block;
|
|
15176
|
-
height: calc(2 * var(--spacing));
|
|
15177
|
-
width: calc(2 * var(--spacing));
|
|
15178
|
-
}
|
|
15179
|
-
:host fieldset div input[type="radio"]:checked:before {
|
|
15180
|
-
background-color: var(--color-primary-20);
|
|
15181
|
-
}
|
|
15182
|
-
:host fieldset div input[type="radio"]:disabled {
|
|
15183
|
-
cursor: not-allowed;
|
|
15184
|
-
border-color: var(--border-default);
|
|
15185
|
-
background-color: var(--background-light-grey);
|
|
15186
|
-
}
|
|
15187
|
-
:host fieldset #error {
|
|
15188
|
-
order: 3;
|
|
15189
|
-
}
|
|
15190
|
-
:host fieldset legend {
|
|
15191
|
-
order: 1;
|
|
15192
|
-
display: contents;
|
|
15193
|
-
}
|
|
15194
|
-
:host fieldset kol-input {
|
|
15195
|
-
order: 2;
|
|
15196
|
-
}
|
|
15197
|
-
:host fieldset kol-alert#error {
|
|
15198
|
-
padding-left: 0.5em;
|
|
15199
|
-
color: var(--color-warning);
|
|
15200
|
-
}
|
|
15201
|
-
fieldset.error input:focus,
|
|
15202
|
-
fieldset.error select:focus,
|
|
15203
|
-
fieldset.error textarea:focus {
|
|
15204
|
-
border-color: var(--color-warning) !important;
|
|
15205
|
-
box-shadow: 0 0 0 1px var(--color-warning) inset;
|
|
15206
|
-
}
|
|
15207
|
-
:host fieldset.error kol-alert.error {
|
|
15208
|
-
margin-left: -0.25em;
|
|
15209
|
-
color: var(--color-warning);
|
|
15210
|
-
}
|
|
15211
|
-
.disabled {
|
|
15212
|
-
opacity: 0.33;
|
|
15213
|
-
}
|
|
15214
|
-
:host fieldset.horizontal {
|
|
15215
|
-
display: flex;
|
|
15216
|
-
flex-wrap: wrap;
|
|
15217
|
-
}
|
|
15218
|
-
:host fieldset.horizontal legend {
|
|
15219
|
-
display: inline-block;
|
|
15220
|
-
margin-bottom: 0.25em;
|
|
15221
|
-
}`,
|
|
15222
|
-
"KOL-SELECT": `kol-input {
|
|
13721
|
+
"KOL-INPUT-CHECKBOX": `/* INPUT */
|
|
13722
|
+
kol-input {
|
|
13723
|
+
display: grid;
|
|
13724
|
+
align-items: center;
|
|
13725
|
+
justify-items: left;
|
|
13726
|
+
width: 100%;
|
|
13727
|
+
min-height: 44px;
|
|
13728
|
+
}
|
|
13729
|
+
kol-input.default {
|
|
13730
|
+
grid-template-columns: 2rem auto;
|
|
13731
|
+
}
|
|
13732
|
+
kol-input.switch {
|
|
13733
|
+
grid-template-columns: 4rem auto;
|
|
13734
|
+
}
|
|
13735
|
+
kol-input > div.input {
|
|
13736
|
+
display: inline-flex;
|
|
13737
|
+
order: 1;
|
|
13738
|
+
}
|
|
13739
|
+
kol-input > div.input input {
|
|
13740
|
+
margin: 0px;
|
|
13741
|
+
}
|
|
13742
|
+
kol-input > label {
|
|
13743
|
+
cursor: pointer;
|
|
13744
|
+
order: 2;
|
|
13745
|
+
}
|
|
13746
|
+
kol-input > kol-alert.error {
|
|
13747
|
+
order: 3;
|
|
13748
|
+
padding-top: 0.25em;
|
|
13749
|
+
margin-bottom: 0.4em;
|
|
13750
|
+
margin-top: 0.2em;
|
|
13751
|
+
grid-column: span 2 / auto;
|
|
13752
|
+
}
|
|
13753
|
+
kol-input.error input:focus,
|
|
13754
|
+
kol-input.error select:focus,
|
|
13755
|
+
kol-input.error textarea:focus {
|
|
13756
|
+
border-color: var(--color-warning) !important;
|
|
13757
|
+
box-shadow: 0 0 0 1px var(--color-warning) inset;
|
|
13758
|
+
}
|
|
13759
|
+
kol-input.error kol-alert.error {
|
|
13760
|
+
color: var(--color-warning);
|
|
13761
|
+
}
|
|
13762
|
+
input {
|
|
13763
|
+
cursor: pointer;
|
|
13764
|
+
order: 1;
|
|
13765
|
+
width: 100%;
|
|
13766
|
+
border-color: var(--color-gray-30);
|
|
13767
|
+
border-width: 1px;
|
|
13768
|
+
border-style: solid;
|
|
13769
|
+
line-height: 24px;
|
|
13770
|
+
font-size: 1rem;
|
|
13771
|
+
}
|
|
13772
|
+
input:focus,
|
|
13773
|
+
input:hover {
|
|
13774
|
+
border-color: #2d6f9e;
|
|
13775
|
+
box-shadow: 0 0 0 1px #2d6f9e inset;
|
|
13776
|
+
}
|
|
13777
|
+
input:focus:hover {
|
|
13778
|
+
box-shadow: none;
|
|
13779
|
+
}
|
|
13780
|
+
input:active {
|
|
13781
|
+
box-shadow: none;
|
|
13782
|
+
}
|
|
13783
|
+
kol-alert {
|
|
13784
|
+
display: block;
|
|
13785
|
+
width: 100%;
|
|
13786
|
+
} /* CHECKBOX */
|
|
13787
|
+
kol-input label span {
|
|
13788
|
+
margin-top: 0.125rem;
|
|
13789
|
+
}
|
|
13790
|
+
.required label > span::after {
|
|
13791
|
+
content: "*";
|
|
13792
|
+
padding-left: 0.125em;
|
|
13793
|
+
}
|
|
13794
|
+
kol-input input[type="checkbox"] {
|
|
13795
|
+
appearance: none;
|
|
13796
|
+
background-color: white;
|
|
13797
|
+
cursor: pointer;
|
|
13798
|
+
transition: 0.5s;
|
|
13799
|
+
}
|
|
13800
|
+
kol-input input[type="checkbox"].kol-disabled:before {
|
|
13801
|
+
cursor: not-allowed;
|
|
13802
|
+
}
|
|
13803
|
+
kol-input input[type="checkbox"]:before {
|
|
13804
|
+
content: "";
|
|
13805
|
+
cursor: pointer;
|
|
13806
|
+
}
|
|
13807
|
+
kol-input input[type="checkbox"]:checked {
|
|
13808
|
+
background-color: var(--color-primary-20);
|
|
13809
|
+
border-color: var(--color-primary-20);
|
|
13810
|
+
}
|
|
13811
|
+
kol-input.default input[type="checkbox"] {
|
|
13812
|
+
width: 1rem;
|
|
13813
|
+
height: 1rem;
|
|
13814
|
+
}
|
|
13815
|
+
kol-input.default input[type="checkbox"]:before {
|
|
13816
|
+
background-color: transparent;
|
|
13817
|
+
display: block;
|
|
13818
|
+
height: calc(2 * var(--spacing));
|
|
13819
|
+
position: relative;
|
|
13820
|
+
width: calc(2 * var(--spacing));
|
|
13821
|
+
}
|
|
13822
|
+
kol-input.default input[type="checkbox"]:checked:before {
|
|
13823
|
+
border-right-width: 1px;
|
|
13824
|
+
border-bottom-width: 1px;
|
|
13825
|
+
left: calc(1.2 * var(--spacing) - 2px);
|
|
13826
|
+
top: calc(2.2 * var(--spacing) - 2px);
|
|
13827
|
+
transform: rotate(40deg) translate(-50%, -50%);
|
|
13828
|
+
background-color: transparent;
|
|
13829
|
+
border-width: 0px 3px 3px 0px;
|
|
13830
|
+
border-color: white;
|
|
13831
|
+
border-radius: 1px;
|
|
13832
|
+
border-style: solid;
|
|
13833
|
+
height: calc(2 * var(--spacing));
|
|
13834
|
+
width: calc(1 * var(--spacing));
|
|
13835
|
+
}
|
|
13836
|
+
kol-input.default input[type="checkbox"]:indeterminate {
|
|
13837
|
+
--tw-bg-opacity: 1;
|
|
13838
|
+
background-color: white;
|
|
13839
|
+
}
|
|
13840
|
+
kol-input.default input[type="checkbox"]:indeterminate:before {
|
|
13841
|
+
background-color: var(--color-gray-30);
|
|
13842
|
+
height: 0.2rem;
|
|
13843
|
+
top: 0.35rem;
|
|
13844
|
+
left: 0.15rem;
|
|
13845
|
+
width: calc(2.5 * var(--spacing));
|
|
13846
|
+
}
|
|
13847
|
+
kol-input.switch input[type="checkbox"] {
|
|
13848
|
+
min-width: 3.5em;
|
|
13849
|
+
width: 3.5em;
|
|
13850
|
+
background-color: var(--color-gray-30);
|
|
13851
|
+
border-width: 0;
|
|
13852
|
+
height: 1.5em;
|
|
13853
|
+
border-radius: 1.25em;
|
|
13854
|
+
display: inline-block;
|
|
13855
|
+
position: relative;
|
|
13856
|
+
}
|
|
13857
|
+
kol-input.switch input[type="checkbox"]:before {
|
|
13858
|
+
-webkit-transition: 0.5s;
|
|
13859
|
+
-moz-transition: 0.5s;
|
|
13860
|
+
-ms-transition: 0.5s;
|
|
13861
|
+
transition: 0.5;
|
|
13862
|
+
width: 1.25em;
|
|
13863
|
+
height: 1.25em;
|
|
13864
|
+
left: calc(0.25em - 2px);
|
|
13865
|
+
top: calc(0.25em - 2px);
|
|
13866
|
+
border-radius: 1.25em;
|
|
13867
|
+
background-color: white;
|
|
13868
|
+
position: absolute;
|
|
13869
|
+
}
|
|
13870
|
+
kol-input.switch input[type="checkbox"]:checked {
|
|
13871
|
+
background-color: var(--color-primary-20);
|
|
13872
|
+
}
|
|
13873
|
+
kol-input.switch input[type="checkbox"]:checked:before {
|
|
13874
|
+
-webkit-transform: translateX(2em);
|
|
13875
|
+
-moz-transform: translateX(2em);
|
|
13876
|
+
-ms-transform: translateX(2em);
|
|
13877
|
+
transform: translateX(2em);
|
|
13878
|
+
--tw-bg-opacity: 1;
|
|
13879
|
+
}
|
|
13880
|
+
kol-input.switch input[type="checkbox"]:indeterminate {
|
|
13881
|
+
--tw-bg-opacity: 1;
|
|
13882
|
+
}
|
|
13883
|
+
kol-input.switch input[type="checkbox"]:indeterminate:before {
|
|
13884
|
+
-webkit-transform: translateX(1em);
|
|
13885
|
+
-moz-transform: translateX(1em);
|
|
13886
|
+
-ms-transform: translateX(1em);
|
|
13887
|
+
transform: translateX(1em);
|
|
13888
|
+
}
|
|
13889
|
+
.disabled {
|
|
13890
|
+
opacity: 0.33;
|
|
13891
|
+
}`,
|
|
13892
|
+
"KOL-INPUT-RADIO": `/* INPUT */
|
|
13893
|
+
label {
|
|
13894
|
+
cursor: pointer;
|
|
13895
|
+
display: grid;
|
|
13896
|
+
line-height: 20px;
|
|
13897
|
+
gap: 8px;
|
|
13898
|
+
width: 100%;
|
|
13899
|
+
}
|
|
13900
|
+
input {
|
|
13901
|
+
cursor: pointer;
|
|
13902
|
+
width: 100%;
|
|
13903
|
+
border-color: var(--color-grey-20);
|
|
13904
|
+
border-width: 1px;
|
|
13905
|
+
border-style: solid;
|
|
13906
|
+
border-radius: 5px; /* padding: 10px 14px; */
|
|
13907
|
+
line-height: 24px;
|
|
13908
|
+
font-size: 16px;
|
|
13909
|
+
}
|
|
13910
|
+
:host fieldset div input[type="radio"]:hover {
|
|
13911
|
+
border-color: var(--color-midnight);
|
|
13912
|
+
box-shadow: 0px 2px 8px 2px rgba(8, 35, 48, 0.24);
|
|
13913
|
+
}
|
|
13914
|
+
:host fieldset div input[type="radio"]:focus:hover {
|
|
13915
|
+
box-shadow: none;
|
|
13916
|
+
}
|
|
13917
|
+
:host fieldset div input[type="radio"]:active {
|
|
13918
|
+
box-shadow: none;
|
|
13919
|
+
}
|
|
13920
|
+
kol-alert {
|
|
13921
|
+
display: block;
|
|
13922
|
+
width: 100%;
|
|
13923
|
+
margin-bottom: 0.4em;
|
|
13924
|
+
}
|
|
13925
|
+
.required legend > span::after {
|
|
13926
|
+
content: "*";
|
|
13927
|
+
padding-left: 0.125em;
|
|
13928
|
+
} /* RADIO */
|
|
13929
|
+
:host fieldset {
|
|
13930
|
+
border: 0px;
|
|
13931
|
+
margin: 0px;
|
|
13932
|
+
padding: 0px;
|
|
13933
|
+
display: grid;
|
|
13934
|
+
gap: 0.25em;
|
|
13935
|
+
}
|
|
13936
|
+
:host fieldset div {
|
|
13937
|
+
cursor: pointer;
|
|
13938
|
+
display: flex;
|
|
13939
|
+
flex-direction: row;
|
|
13940
|
+
align-items: center;
|
|
13941
|
+
position: relative;
|
|
13942
|
+
min-height: 44px;
|
|
13943
|
+
}
|
|
13944
|
+
:host fieldset div label {
|
|
13945
|
+
cursor: pointer;
|
|
13946
|
+
display: flex;
|
|
13947
|
+
padding-left: 0.25em;
|
|
13948
|
+
width: 100%;
|
|
13949
|
+
}
|
|
13950
|
+
:host fieldset div label span {
|
|
13951
|
+
margin-top: 0.125em;
|
|
13952
|
+
}
|
|
13953
|
+
:host fieldset div input[type="radio"] {
|
|
13954
|
+
appearance: none;
|
|
13955
|
+
transition: 0.5s;
|
|
13956
|
+
border-radius: 100%;
|
|
13957
|
+
height: 1rem;
|
|
13958
|
+
min-width: 1rem;
|
|
13959
|
+
width: 1rem;
|
|
13960
|
+
}
|
|
13961
|
+
:host fieldset div input[type="radio"]:before {
|
|
13962
|
+
content: "";
|
|
13963
|
+
cursor: pointer;
|
|
13964
|
+
left: calc(1 * var(--spacing) - 1px);
|
|
13965
|
+
top: calc(1 * var(--spacing) - 1px);
|
|
13966
|
+
position: relative;
|
|
13967
|
+
border-radius: 100%;
|
|
13968
|
+
display: block;
|
|
13969
|
+
height: calc(2 * var(--spacing));
|
|
13970
|
+
width: calc(2 * var(--spacing));
|
|
13971
|
+
}
|
|
13972
|
+
:host fieldset div input[type="radio"]:checked:before {
|
|
13973
|
+
background-color: var(--color-primary-20);
|
|
13974
|
+
}
|
|
13975
|
+
:host fieldset div input[type="radio"]:disabled {
|
|
13976
|
+
cursor: not-allowed;
|
|
13977
|
+
border-color: var(--border-default);
|
|
13978
|
+
background-color: var(--background-light-grey);
|
|
13979
|
+
}
|
|
13980
|
+
:host fieldset #error {
|
|
13981
|
+
order: 3;
|
|
13982
|
+
}
|
|
13983
|
+
:host fieldset legend {
|
|
13984
|
+
order: 1;
|
|
13985
|
+
display: contents;
|
|
13986
|
+
}
|
|
13987
|
+
:host fieldset kol-input {
|
|
13988
|
+
order: 2;
|
|
13989
|
+
}
|
|
13990
|
+
:host fieldset kol-alert#error {
|
|
13991
|
+
padding-left: 0.5em;
|
|
13992
|
+
color: var(--color-warning);
|
|
13993
|
+
}
|
|
13994
|
+
fieldset.error input:focus,
|
|
13995
|
+
fieldset.error select:focus,
|
|
13996
|
+
fieldset.error textarea:focus {
|
|
13997
|
+
border-color: var(--color-warning) !important;
|
|
13998
|
+
box-shadow: 0 0 0 1px var(--color-warning) inset;
|
|
13999
|
+
}
|
|
14000
|
+
:host fieldset.error kol-alert.error {
|
|
14001
|
+
margin-left: -0.25em;
|
|
14002
|
+
color: var(--color-warning);
|
|
14003
|
+
}
|
|
14004
|
+
.disabled {
|
|
14005
|
+
opacity: 0.33;
|
|
14006
|
+
}
|
|
14007
|
+
:host fieldset.horizontal {
|
|
14008
|
+
display: flex;
|
|
14009
|
+
flex-wrap: wrap;
|
|
14010
|
+
}
|
|
14011
|
+
:host fieldset.horizontal legend {
|
|
14012
|
+
display: inline-block;
|
|
14013
|
+
margin-bottom: 0.25em;
|
|
14014
|
+
}`,
|
|
14015
|
+
"KOL-SELECT": `kol-input {
|
|
14016
|
+
display: grid;
|
|
14017
|
+
}
|
|
14018
|
+
kol-input label {
|
|
14019
|
+
order: 1;
|
|
14020
|
+
padding: 0.125rem 0 0.4rem;
|
|
14021
|
+
vertical-align: text-top;
|
|
14022
|
+
line-height: 1.2;
|
|
14023
|
+
}
|
|
14024
|
+
kol-input div.input {
|
|
14025
|
+
box-sizing: border-box;
|
|
14026
|
+
order: 2;
|
|
14027
|
+
background-color: white;
|
|
14028
|
+
border-radius: 0.3125rem;
|
|
14029
|
+
}
|
|
14030
|
+
kol-input kol-alert.error {
|
|
14031
|
+
margin-bottom: 0.4em;
|
|
14032
|
+
margin-top: 0.2em;
|
|
14033
|
+
order: 3;
|
|
14034
|
+
}
|
|
14035
|
+
input,
|
|
14036
|
+
select,
|
|
14037
|
+
textarea {
|
|
14038
|
+
font-family: var(--font-family);
|
|
14039
|
+
background-color: transparent;
|
|
14040
|
+
box-sizing: border-box;
|
|
14041
|
+
font-size: 1rem;
|
|
14042
|
+
display: inline-flex;
|
|
14043
|
+
border-color: var(--color-grey);
|
|
14044
|
+
border-width: 1px;
|
|
14045
|
+
border-style: solid;
|
|
14046
|
+
overflow: hidden;
|
|
14047
|
+
width: 100%;
|
|
14048
|
+
line-height: normal;
|
|
14049
|
+
padding: 0.4rem 8px;
|
|
14050
|
+
}
|
|
14051
|
+
input:hover,
|
|
14052
|
+
select:hover,
|
|
14053
|
+
textarea:hover {
|
|
14054
|
+
border-color: #2d6f9e;
|
|
14055
|
+
box-shadow: 0 0 0 1px #2d6f9e inset;
|
|
14056
|
+
}
|
|
14057
|
+
input:focus,
|
|
14058
|
+
select:focus,
|
|
14059
|
+
textarea:focus {
|
|
14060
|
+
border-color: var(--color-primary-20);
|
|
14061
|
+
box-shadow: inset 0 0 0 1px var(--color-primary-20);
|
|
14062
|
+
outline: none;
|
|
14063
|
+
}
|
|
14064
|
+
input,
|
|
14065
|
+
select:not([multiple]) {
|
|
14066
|
+
height: 2.75em;
|
|
14067
|
+
}
|
|
14068
|
+
input::placeholder {
|
|
14069
|
+
color: var(--color-grey);
|
|
14070
|
+
}
|
|
14071
|
+
input:hover {
|
|
14072
|
+
border-color: var(--color-midnight);
|
|
14073
|
+
}
|
|
14074
|
+
input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
|
|
14075
|
+
cursor: not-allowed;
|
|
14076
|
+
border-color: var(--border-default);
|
|
14077
|
+
}
|
|
14078
|
+
.required label > span::after {
|
|
14079
|
+
content: "*";
|
|
14080
|
+
padding-left: 0.125em;
|
|
14081
|
+
}
|
|
14082
|
+
.icons {
|
|
14083
|
+
display: flex;
|
|
14084
|
+
justify-content: space-between;
|
|
14085
|
+
height: 0;
|
|
14086
|
+
}
|
|
14087
|
+
.icons > * {
|
|
14088
|
+
margin: 0.75em;
|
|
14089
|
+
}
|
|
14090
|
+
.icon-left input,
|
|
14091
|
+
.icon-left select {
|
|
14092
|
+
padding-left: 2em;
|
|
14093
|
+
}
|
|
14094
|
+
.icon-right input,
|
|
14095
|
+
.icon-right select {
|
|
14096
|
+
padding-right: 2em;
|
|
14097
|
+
}
|
|
14098
|
+
kol-input.error input:focus,
|
|
14099
|
+
kol-input.error select:focus,
|
|
14100
|
+
kol-input.error textarea:focus {
|
|
14101
|
+
border-color: var(--color-warning);
|
|
14102
|
+
box-shadow: inset 0 0 0 1px var(--color-warning);
|
|
14103
|
+
}
|
|
14104
|
+
kol-input.error kol-alert.error {
|
|
14105
|
+
color: var(--color-warning);
|
|
14106
|
+
}
|
|
14107
|
+
kol-button-wc {
|
|
14108
|
+
position: relative;
|
|
14109
|
+
float: right;
|
|
14110
|
+
z-index: 1000;
|
|
14111
|
+
margin-top: -2.7em;
|
|
14112
|
+
}
|
|
14113
|
+
kol-button-wc button {
|
|
14114
|
+
border: 0;
|
|
14115
|
+
height: 2.7em;
|
|
14116
|
+
box-sizing: border-box;
|
|
14117
|
+
background-color: transparent;
|
|
14118
|
+
cursor: pointer;
|
|
14119
|
+
}
|
|
14120
|
+
kol-button-wc button:focus,
|
|
14121
|
+
kol-button-wc button:hover {
|
|
14122
|
+
background-color: var(--color-primary);
|
|
14123
|
+
color: var(--color-white);
|
|
14124
|
+
}
|
|
14125
|
+
.icon-right kol-button-wc {
|
|
14126
|
+
margin-right: 2.5em;
|
|
14127
|
+
}
|
|
14128
|
+
.disabled {
|
|
14129
|
+
opacity: 0.33;
|
|
14130
|
+
}
|
|
14131
|
+
select[multiple],
|
|
14132
|
+
textarea {
|
|
14133
|
+
overflow: auto;
|
|
14134
|
+
}
|
|
14135
|
+
textarea {
|
|
14136
|
+
display: block;
|
|
14137
|
+
}
|
|
14138
|
+
select option {
|
|
14139
|
+
margin: 1px 0;
|
|
14140
|
+
padding: 0.5em;
|
|
14141
|
+
border-radius: 0.25em;
|
|
14142
|
+
cursor: pointer;
|
|
14143
|
+
}
|
|
14144
|
+
select option:disabled {
|
|
14145
|
+
cursor: not-allowed;
|
|
14146
|
+
}
|
|
14147
|
+
option:active:not(:disabled),
|
|
14148
|
+
option:checked:not(:disabled),
|
|
14149
|
+
option:focus:not(:disabled),
|
|
14150
|
+
option:hover:not(:disabled) {
|
|
14151
|
+
background: var(--color-primary);
|
|
14152
|
+
color: white;
|
|
14153
|
+
}`,
|
|
14154
|
+
"KOL-TEXTAREA": `kol-input {
|
|
15223
14155
|
display: grid;
|
|
15224
14156
|
}
|
|
15225
14157
|
kol-input label {
|
|
@@ -15358,7 +14290,7 @@ const DESYv1 = KoliBri.createTheme("desy-v1", {
|
|
|
15358
14290
|
background: var(--color-primary);
|
|
15359
14291
|
color: white;
|
|
15360
14292
|
}`,
|
|
15361
|
-
"KOL-
|
|
14293
|
+
"KOL-INPUT-PASSWORD": `kol-input {
|
|
15362
14294
|
display: grid;
|
|
15363
14295
|
}
|
|
15364
14296
|
kol-input label {
|
|
@@ -15497,7 +14429,7 @@ const DESYv1 = KoliBri.createTheme("desy-v1", {
|
|
|
15497
14429
|
background: var(--color-primary);
|
|
15498
14430
|
color: white;
|
|
15499
14431
|
}`,
|
|
15500
|
-
"KOL-INPUT-
|
|
14432
|
+
"KOL-INPUT-NUMBER": `kol-input {
|
|
15501
14433
|
display: grid;
|
|
15502
14434
|
}
|
|
15503
14435
|
kol-input label {
|
|
@@ -15636,7 +14568,7 @@ const DESYv1 = KoliBri.createTheme("desy-v1", {
|
|
|
15636
14568
|
background: var(--color-primary);
|
|
15637
14569
|
color: white;
|
|
15638
14570
|
}`,
|
|
15639
|
-
"KOL-INPUT-
|
|
14571
|
+
"KOL-INPUT-DATE": `kol-input {
|
|
15640
14572
|
display: grid;
|
|
15641
14573
|
}
|
|
15642
14574
|
kol-input label {
|
|
@@ -16588,13 +15520,13 @@ const DESYv1 = KoliBri.createTheme("desy-v1", {
|
|
|
16588
15520
|
justify-content: center;
|
|
16589
15521
|
letter-spacing: 0.75px;
|
|
16590
15522
|
}
|
|
16591
|
-
a.
|
|
15523
|
+
a.hide-label > kol-span-wc {
|
|
16592
15524
|
padding: 8px;
|
|
16593
15525
|
}
|
|
16594
|
-
a.
|
|
15526
|
+
a.hide-label > kol-span-wc > span > span {
|
|
16595
15527
|
display: none;
|
|
16596
15528
|
}
|
|
16597
|
-
a.
|
|
15529
|
+
a.hide-label > kol-span-wc kol-icon {
|
|
16598
15530
|
display: inline-block;
|
|
16599
15531
|
width: 1.5em;
|
|
16600
15532
|
height: 1.5em;
|
|
@@ -16652,6 +15584,18 @@ const DESYv1 = KoliBri.createTheme("desy-v1", {
|
|
|
16652
15584
|
background: white;
|
|
16653
15585
|
left: unset;
|
|
16654
15586
|
position: unset;
|
|
15587
|
+
}`,
|
|
15588
|
+
"KOL-SKIP-NAV": `kol-link-wc > a > kol-span-wc {
|
|
15589
|
+
border-radius: 2px;
|
|
15590
|
+
border-style: solid;
|
|
15591
|
+
border-width: 2px;
|
|
15592
|
+
gap: 0.5rem;
|
|
15593
|
+
line-height: 1rem;
|
|
15594
|
+
padding: 0.75rem 1rem;
|
|
15595
|
+
background-color: var(--color-primary);
|
|
15596
|
+
border-color: var(--color-primary-10);
|
|
15597
|
+
color: white;
|
|
15598
|
+
cursor: pointer;
|
|
16655
15599
|
}`
|
|
16656
15600
|
});
|
|
16657
15601
|
|
|
@@ -16898,13 +15842,13 @@ const DESYv2 = KoliBri.createTheme("desy-v2", {
|
|
|
16898
15842
|
justify-content: center;
|
|
16899
15843
|
letter-spacing: 0.75px;
|
|
16900
15844
|
}
|
|
16901
|
-
button.
|
|
15845
|
+
button.hide-label > kol-span-wc {
|
|
16902
15846
|
padding: 8px;
|
|
16903
15847
|
}
|
|
16904
|
-
button.
|
|
15848
|
+
button.hide-label > kol-span-wc > span > span {
|
|
16905
15849
|
display: none;
|
|
16906
15850
|
}
|
|
16907
|
-
button.
|
|
15851
|
+
button.hide-label > kol-span-wc kol-icon {
|
|
16908
15852
|
display: inline-block;
|
|
16909
15853
|
width: 1.5em;
|
|
16910
15854
|
height: 1.5em;
|
|
@@ -17042,7 +15986,7 @@ const DESYv2 = KoliBri.createTheme("desy-v2", {
|
|
|
17042
15986
|
:host > div[part*="open"] {
|
|
17043
15987
|
padding-bottom: 1em;
|
|
17044
15988
|
}`,
|
|
17045
|
-
"KOL-ALERT": `:host > div {background-color: white;// border-width: 2px;// border-style: solid;display: flex;overflow: unset;}:host > div.default {border-color: var(--color-gray-30);}:host > div.default > .icon {background-color: var(--color-gray-30);}:host > div.error {border-color: var(--color-warning);}:host > div.error > .icon {background-color: var(--color-warning);}:host > div.info {border-color: var(--color-primary);}:host > div.info > .icon {background-color: var(--color-primary);}:host > div.success {border-color: var(--color-success);}:host > div.success > .icon {background-color: var(--color-success);}:host > div.warning {border-color: var(--color-yellow-neutral);}:host > div.warning > .icon {background-color: var(--color-yellow-neutral);}:host > div.msg > .icon {color: white;padding: 0.5em;align-items: center;display: inline-flex;}:host > div.card {border-width: 2px;border-style: solid;}:host > div.card.default .heading .icon {background-color: var(--color-gray-30);}:host > div.card.error .heading .icon {background-color: var(--color-warning);}:host > div.card.info .heading .icon {background-color: var(--color-primary);}:host > div.card.success .heading .icon {background-color: var(--color-success);}:host > div.card.warning .heading .icon {background-color: var(--color-yellow-neutral);}:host > div.card .heading .icon {color: white;padding: 0.5em;align-items: center;display: inline-flex;}:host > div kol-heading-wc .icon {margin-right: 0.5em;}:host > div.card .heading .icon {border-radius: 0 0 0.25rem 0;}:host > div.msg > div {padding: 0.25em;}:host > div.msg > div > .heading {padding: 0.25em;display: inline-block;}:host > div .content {padding: 0.25em;}:host > div > div {display: grid;grid-template-columns: 1fr auto;}:host > div > div > .content {grid-row: 2;grid-column: 1;}:host > div > div > .close {grid-row: 1 / span 2;}:host > div.card > div > .heading {width: 100%;}.close > button {min-width: 44px;min-height: 44px;display: grid;gap: 0.25em;line-height: 1.5rem;font-family: var(--font-family);font-weight: 700;cursor: pointer;border-radius: 1.5em;border-style: solid;border-width: 2px;font-size: 1rem;align-items: center;padding: 8px 14px;justify-content: center;font-style: normal;text-align: center;text-transform: uppercase;width: inherit;transition-duration: 0.5s;transition-property: background-color, color, border-color;background-color: rgba(0, 0, 0, 0);border-color: rgba(0, 0, 0, 0);}.close > button.
|
|
15989
|
+
"KOL-ALERT": `:host > div {background-color: white;// border-width: 2px;// border-style: solid;display: flex;overflow: unset;}:host > div.default {border-color: var(--color-gray-30);}:host > div.default > .icon {background-color: var(--color-gray-30);}:host > div.error {border-color: var(--color-warning);}:host > div.error > .icon {background-color: var(--color-warning);}:host > div.info {border-color: var(--color-primary);}:host > div.info > .icon {background-color: var(--color-primary);}:host > div.success {border-color: var(--color-success);}:host > div.success > .icon {background-color: var(--color-success);}:host > div.warning {border-color: var(--color-yellow-neutral);}:host > div.warning > .icon {background-color: var(--color-yellow-neutral);}:host > div.msg > .icon {color: white;padding: 0.5em;align-items: center;display: inline-flex;}:host > div.card {border-width: 2px;border-style: solid;}:host > div.card.default .heading .icon {background-color: var(--color-gray-30);}:host > div.card.error .heading .icon {background-color: var(--color-warning);}:host > div.card.info .heading .icon {background-color: var(--color-primary);}:host > div.card.success .heading .icon {background-color: var(--color-success);}:host > div.card.warning .heading .icon {background-color: var(--color-yellow-neutral);}:host > div.card .heading .icon {color: white;padding: 0.5em;align-items: center;display: inline-flex;}:host > div kol-heading-wc .icon {margin-right: 0.5em;}:host > div.card .heading .icon {border-radius: 0 0 0.25rem 0;}:host > div.msg > div {padding: 0.25em;}:host > div.msg > div > .heading {padding: 0.25em;display: inline-block;}:host > div .content {padding: 0.25em;}:host > div > div {display: grid;grid-template-columns: 1fr auto;}:host > div > div > .content {grid-row: 2;grid-column: 1;}:host > div > div > .close {grid-row: 1 / span 2;}:host > div.card > div > .heading {width: 100%;}.close > button {min-width: 44px;min-height: 44px;display: grid;gap: 0.25em;line-height: 1.5rem;font-family: var(--font-family);font-weight: 700;cursor: pointer;border-radius: 1.5em;border-style: solid;border-width: 2px;font-size: 1rem;align-items: center;padding: 8px 14px;justify-content: center;font-style: normal;text-align: center;text-transform: uppercase;width: inherit;transition-duration: 0.5s;transition-property: background-color, color, border-color;background-color: rgba(0, 0, 0, 0);border-color: rgba(0, 0, 0, 0);}.close > button.hide-label {padding: 8px;}.close > button.hide-label kol-icon {display: inline-block;width: 1.5em;height: 1.5em;}.close > button:active {box-shadow: none;outline: none;}.close kol-icon::part(icon)::before {content: "x";color: var(--color-primary);font-family: "Font Awesome 6 Free";}`,
|
|
17046
15990
|
"KOL-CARD": `/* https://www.figma.com/file/56JbmrssCRpjpfxoAFeHqT/Design-System-EPLF-(in-progress)?node-id=8225%3A5945 */
|
|
17047
15991
|
:host > div {
|
|
17048
15992
|
display: grid;
|
|
@@ -18463,6 +17407,145 @@ const DESYv2 = KoliBri.createTheme("desy-v2", {
|
|
|
18463
17407
|
background: var(--color-primary);
|
|
18464
17408
|
color: white;
|
|
18465
17409
|
}`,
|
|
17410
|
+
"KOL-INPUT-DATE": `kol-input {
|
|
17411
|
+
display: grid;
|
|
17412
|
+
}
|
|
17413
|
+
kol-input label {
|
|
17414
|
+
order: 1;
|
|
17415
|
+
padding: 0.125rem 0 0.4rem;
|
|
17416
|
+
vertical-align: text-top;
|
|
17417
|
+
line-height: 1.2;
|
|
17418
|
+
}
|
|
17419
|
+
kol-input div.input {
|
|
17420
|
+
box-sizing: border-box;
|
|
17421
|
+
order: 2;
|
|
17422
|
+
background-color: white;
|
|
17423
|
+
border-radius: 0.3125rem;
|
|
17424
|
+
}
|
|
17425
|
+
kol-input kol-alert.error {
|
|
17426
|
+
margin-bottom: 0.4em;
|
|
17427
|
+
margin-top: 0.2em;
|
|
17428
|
+
order: 3;
|
|
17429
|
+
}
|
|
17430
|
+
input,
|
|
17431
|
+
select,
|
|
17432
|
+
textarea {
|
|
17433
|
+
font-family: var(--font-family);
|
|
17434
|
+
background-color: transparent;
|
|
17435
|
+
box-sizing: border-box;
|
|
17436
|
+
font-size: 1rem;
|
|
17437
|
+
display: inline-flex;
|
|
17438
|
+
border-color: var(--color-grey);
|
|
17439
|
+
border-width: 1px;
|
|
17440
|
+
border-style: solid;
|
|
17441
|
+
overflow: hidden;
|
|
17442
|
+
width: 100%;
|
|
17443
|
+
line-height: normal;
|
|
17444
|
+
padding: 0.4rem 8px;
|
|
17445
|
+
}
|
|
17446
|
+
input:hover,
|
|
17447
|
+
select:hover,
|
|
17448
|
+
textarea:hover {
|
|
17449
|
+
border-color: #2d6f9e;
|
|
17450
|
+
box-shadow: 0 0 0 1px #2d6f9e inset;
|
|
17451
|
+
}
|
|
17452
|
+
input:focus,
|
|
17453
|
+
select:focus,
|
|
17454
|
+
textarea:focus {
|
|
17455
|
+
border-color: var(--color-primary-20);
|
|
17456
|
+
box-shadow: inset 0 0 0 1px var(--color-primary-20);
|
|
17457
|
+
outline: none;
|
|
17458
|
+
}
|
|
17459
|
+
input,
|
|
17460
|
+
select:not([multiple]) {
|
|
17461
|
+
height: 2.75em;
|
|
17462
|
+
}
|
|
17463
|
+
input::placeholder {
|
|
17464
|
+
color: var(--color-grey);
|
|
17465
|
+
}
|
|
17466
|
+
input:hover {
|
|
17467
|
+
border-color: var(--color-midnight);
|
|
17468
|
+
}
|
|
17469
|
+
input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
|
|
17470
|
+
cursor: not-allowed;
|
|
17471
|
+
border-color: var(--border-default);
|
|
17472
|
+
}
|
|
17473
|
+
.required label > span::after {
|
|
17474
|
+
content: "*";
|
|
17475
|
+
padding-left: 0.125em;
|
|
17476
|
+
}
|
|
17477
|
+
.icons {
|
|
17478
|
+
display: flex;
|
|
17479
|
+
justify-content: space-between;
|
|
17480
|
+
height: 0;
|
|
17481
|
+
}
|
|
17482
|
+
.icons > * {
|
|
17483
|
+
margin: 0.75em;
|
|
17484
|
+
}
|
|
17485
|
+
.icon-left input,
|
|
17486
|
+
.icon-left select {
|
|
17487
|
+
padding-left: 2em;
|
|
17488
|
+
}
|
|
17489
|
+
.icon-right input,
|
|
17490
|
+
.icon-right select {
|
|
17491
|
+
padding-right: 2em;
|
|
17492
|
+
}
|
|
17493
|
+
kol-input.error input:focus,
|
|
17494
|
+
kol-input.error select:focus,
|
|
17495
|
+
kol-input.error textarea:focus {
|
|
17496
|
+
border-color: var(--color-warning);
|
|
17497
|
+
box-shadow: inset 0 0 0 1px var(--color-warning);
|
|
17498
|
+
}
|
|
17499
|
+
kol-input.error kol-alert.error {
|
|
17500
|
+
color: var(--color-warning);
|
|
17501
|
+
}
|
|
17502
|
+
kol-button-wc {
|
|
17503
|
+
position: relative;
|
|
17504
|
+
float: right;
|
|
17505
|
+
z-index: 1000;
|
|
17506
|
+
margin-top: -2.7em;
|
|
17507
|
+
}
|
|
17508
|
+
kol-button-wc button {
|
|
17509
|
+
border: 0;
|
|
17510
|
+
height: 2.7em;
|
|
17511
|
+
box-sizing: border-box;
|
|
17512
|
+
background-color: transparent;
|
|
17513
|
+
cursor: pointer;
|
|
17514
|
+
}
|
|
17515
|
+
kol-button-wc button:focus,
|
|
17516
|
+
kol-button-wc button:hover {
|
|
17517
|
+
background-color: var(--color-primary);
|
|
17518
|
+
color: var(--color-white);
|
|
17519
|
+
}
|
|
17520
|
+
.icon-right kol-button-wc {
|
|
17521
|
+
margin-right: 2.5em;
|
|
17522
|
+
}
|
|
17523
|
+
.disabled {
|
|
17524
|
+
opacity: 0.33;
|
|
17525
|
+
}
|
|
17526
|
+
select[multiple],
|
|
17527
|
+
textarea {
|
|
17528
|
+
overflow: auto;
|
|
17529
|
+
}
|
|
17530
|
+
textarea {
|
|
17531
|
+
display: block;
|
|
17532
|
+
}
|
|
17533
|
+
select option {
|
|
17534
|
+
margin: 1px 0;
|
|
17535
|
+
padding: 0.5em;
|
|
17536
|
+
border-radius: 0.25em;
|
|
17537
|
+
cursor: pointer;
|
|
17538
|
+
}
|
|
17539
|
+
select option:disabled {
|
|
17540
|
+
cursor: not-allowed;
|
|
17541
|
+
}
|
|
17542
|
+
option:active:not(:disabled),
|
|
17543
|
+
option:checked:not(:disabled),
|
|
17544
|
+
option:focus:not(:disabled),
|
|
17545
|
+
option:hover:not(:disabled) {
|
|
17546
|
+
background: var(--color-primary);
|
|
17547
|
+
color: white;
|
|
17548
|
+
}`,
|
|
18466
17549
|
"KOL-INPUT-EMAIL": `kol-input {
|
|
18467
17550
|
display: grid;
|
|
18468
17551
|
}
|
|
@@ -19276,13 +18359,13 @@ const DESYv2 = KoliBri.createTheme("desy-v2", {
|
|
|
19276
18359
|
justify-content: center;
|
|
19277
18360
|
letter-spacing: 0.75px;
|
|
19278
18361
|
}
|
|
19279
|
-
a.
|
|
18362
|
+
a.hide-label > kol-span-wc {
|
|
19280
18363
|
padding: 8px;
|
|
19281
18364
|
}
|
|
19282
|
-
a.
|
|
18365
|
+
a.hide-label > kol-span-wc > span > span {
|
|
19283
18366
|
display: none;
|
|
19284
18367
|
}
|
|
19285
|
-
a.
|
|
18368
|
+
a.hide-label > kol-span-wc kol-icon {
|
|
19286
18369
|
display: inline-block;
|
|
19287
18370
|
width: 1.5em;
|
|
19288
18371
|
height: 1.5em;
|
|
@@ -19340,6 +18423,18 @@ const DESYv2 = KoliBri.createTheme("desy-v2", {
|
|
|
19340
18423
|
background: white;
|
|
19341
18424
|
left: unset;
|
|
19342
18425
|
position: unset;
|
|
18426
|
+
}`,
|
|
18427
|
+
"KOL-SKIP-NAV": `kol-link-wc > a > kol-span-wc {
|
|
18428
|
+
border-radius: 2px;
|
|
18429
|
+
border-style: solid;
|
|
18430
|
+
border-width: 2px;
|
|
18431
|
+
gap: 0.5rem;
|
|
18432
|
+
line-height: 1rem;
|
|
18433
|
+
padding: 0.75rem 1rem;
|
|
18434
|
+
background-color: var(--color-primary);
|
|
18435
|
+
border-color: var(--color-primary-10);
|
|
18436
|
+
color: white;
|
|
18437
|
+
cursor: pointer;
|
|
19343
18438
|
}`
|
|
19344
18439
|
});
|
|
19345
18440
|
|
|
@@ -20352,6 +19447,58 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
|
|
|
20352
19447
|
.error .input {
|
|
20353
19448
|
border-color: var(--color-red);
|
|
20354
19449
|
}`,
|
|
19450
|
+
"KOL-INPUT-DATE": `kol-input {
|
|
19451
|
+
color: var(--color-grey);
|
|
19452
|
+
gap: var(--spacing-xs);
|
|
19453
|
+
}
|
|
19454
|
+
input,
|
|
19455
|
+
select,
|
|
19456
|
+
textarea {
|
|
19457
|
+
border: none;
|
|
19458
|
+
margin: 1px 0.5em;
|
|
19459
|
+
outline: none;
|
|
19460
|
+
}
|
|
19461
|
+
input,
|
|
19462
|
+
select:not([multiple]) {
|
|
19463
|
+
height: 40px !important;
|
|
19464
|
+
min-height: 40px !important;
|
|
19465
|
+
}
|
|
19466
|
+
label {
|
|
19467
|
+
font-weight: var(--font-weight-bold);
|
|
19468
|
+
order: 1;
|
|
19469
|
+
}
|
|
19470
|
+
.hint {
|
|
19471
|
+
font-size: 0.875rem;
|
|
19472
|
+
order: 2;
|
|
19473
|
+
}
|
|
19474
|
+
kol-alert {
|
|
19475
|
+
color: var(--color-red);
|
|
19476
|
+
font-size: 0.875em;
|
|
19477
|
+
margin-left: calc(-1 * var(--spacing-2xs));
|
|
19478
|
+
order: 3;
|
|
19479
|
+
}
|
|
19480
|
+
.input {
|
|
19481
|
+
min-height: 44px !important;
|
|
19482
|
+
border: 1px solid var(--color-grey-75);
|
|
19483
|
+
color: var(--color-grey);
|
|
19484
|
+
order: 4;
|
|
19485
|
+
align-items: center;
|
|
19486
|
+
}
|
|
19487
|
+
input::placeholder,
|
|
19488
|
+
textarea::placeholder {
|
|
19489
|
+
color: var(--color-grey-50);
|
|
19490
|
+
}
|
|
19491
|
+
.input:focus-within {
|
|
19492
|
+
box-shadow: inset 1px 1px var(--color-blue), inset -1px -1px var(--color-blue);
|
|
19493
|
+
outline: none;
|
|
19494
|
+
}
|
|
19495
|
+
.input:focus-within,
|
|
19496
|
+
.input:hover {
|
|
19497
|
+
border-color: var(--color-blue) !important;
|
|
19498
|
+
}
|
|
19499
|
+
.error .input {
|
|
19500
|
+
border-color: var(--color-red);
|
|
19501
|
+
}`,
|
|
20355
19502
|
"KOL-INPUT-EMAIL": `kol-input {
|
|
20356
19503
|
color: var(--color-grey);
|
|
20357
19504
|
gap: var(--spacing-xs);
|
|
@@ -20712,6 +19859,19 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
|
|
|
20712
19859
|
}
|
|
20713
19860
|
.expanded > div > .expand-button kol-icon::part(icon)::before {
|
|
20714
19861
|
content: "\\eab4";
|
|
19862
|
+
}`,
|
|
19863
|
+
"KOL-SKIP-NAV": `kol-link-wc > a > kol-span-wc {
|
|
19864
|
+
border-radius: 0;
|
|
19865
|
+
border-style: solid;
|
|
19866
|
+
border-width: 2px;
|
|
19867
|
+
font-weight: var(--font-weight-bold);
|
|
19868
|
+
gap: 0.5rem;
|
|
19869
|
+
line-height: 1rem;
|
|
19870
|
+
padding: 0.25em 0.75em;
|
|
19871
|
+
background-color: var(--color-blue);
|
|
19872
|
+
border-color: var(--color-blue);
|
|
19873
|
+
color: var(--color-white);
|
|
19874
|
+
cursor: pointer;
|
|
20715
19875
|
}`
|
|
20716
19876
|
});
|
|
20717
19877
|
|
|
@@ -21701,6 +20861,58 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
|
|
|
21701
20861
|
.error .input {
|
|
21702
20862
|
border-color: var(--color-red);
|
|
21703
20863
|
}`,
|
|
20864
|
+
"KOL-INPUT-DATE": `kol-input {
|
|
20865
|
+
color: var(--color-grey);
|
|
20866
|
+
gap: var(--spacing-xs);
|
|
20867
|
+
}
|
|
20868
|
+
input,
|
|
20869
|
+
select,
|
|
20870
|
+
textarea {
|
|
20871
|
+
border: none;
|
|
20872
|
+
margin: 1px 0.5em;
|
|
20873
|
+
outline: none;
|
|
20874
|
+
}
|
|
20875
|
+
input,
|
|
20876
|
+
select:not([multiple]) {
|
|
20877
|
+
height: 40px !important;
|
|
20878
|
+
min-height: 40px !important;
|
|
20879
|
+
}
|
|
20880
|
+
label {
|
|
20881
|
+
font-weight: var(--font-weight-bold);
|
|
20882
|
+
order: 1;
|
|
20883
|
+
}
|
|
20884
|
+
.hint {
|
|
20885
|
+
font-size: 0.875rem;
|
|
20886
|
+
order: 2;
|
|
20887
|
+
}
|
|
20888
|
+
kol-alert {
|
|
20889
|
+
color: var(--color-red);
|
|
20890
|
+
font-size: 0.875em;
|
|
20891
|
+
margin-left: calc(-1 * var(--spacing-2xs));
|
|
20892
|
+
order: 3;
|
|
20893
|
+
}
|
|
20894
|
+
.input {
|
|
20895
|
+
min-height: 44px !important;
|
|
20896
|
+
border: 1px solid var(--color-grey-75);
|
|
20897
|
+
color: var(--color-grey);
|
|
20898
|
+
order: 4;
|
|
20899
|
+
align-items: center;
|
|
20900
|
+
}
|
|
20901
|
+
input::placeholder,
|
|
20902
|
+
textarea::placeholder {
|
|
20903
|
+
color: var(--color-grey-50);
|
|
20904
|
+
}
|
|
20905
|
+
.input:focus-within {
|
|
20906
|
+
box-shadow: inset 1px 1px var(--color-blue), inset -1px -1px var(--color-blue);
|
|
20907
|
+
outline: none;
|
|
20908
|
+
}
|
|
20909
|
+
.input:focus-within,
|
|
20910
|
+
.input:hover {
|
|
20911
|
+
border-color: var(--color-blue) !important;
|
|
20912
|
+
}
|
|
20913
|
+
.error .input {
|
|
20914
|
+
border-color: var(--color-red);
|
|
20915
|
+
}`,
|
|
21704
20916
|
"KOL-INPUT-PASSWORD": `kol-input {
|
|
21705
20917
|
color: var(--color-grey);
|
|
21706
20918
|
gap: var(--spacing-xs);
|
|
@@ -22125,6 +21337,15 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
|
|
|
22125
21337
|
.hint {
|
|
22126
21338
|
font-size: 0.875rem;
|
|
22127
21339
|
order: 4;
|
|
21340
|
+
}`,
|
|
21341
|
+
"KOL-SKIP-NAV": `kol-link-wc > a > kol-span-wc {
|
|
21342
|
+
border-radius: 4px;
|
|
21343
|
+
gap: 0.5rem;
|
|
21344
|
+
line-height: 1rem;
|
|
21345
|
+
padding: 0.75rem;
|
|
21346
|
+
background-color: #0e47cb;
|
|
21347
|
+
color: #fff;
|
|
21348
|
+
cursor: pointer;
|
|
22128
21349
|
}`
|
|
22129
21350
|
});
|
|
22130
21351
|
|
|
@@ -22235,8 +21456,8 @@ const ITZBund = KoliBri.createTheme("itzbund", {
|
|
|
22235
21456
|
font-size: inherit; /*line-height: 1.25em;*/ /*padding: calc(4 * var(--spacing));*/
|
|
22236
21457
|
padding: 0 1rem;
|
|
22237
21458
|
}
|
|
22238
|
-
.button a.
|
|
22239
|
-
.button button.
|
|
21459
|
+
.button a.hide-label > kol-span-wc,
|
|
21460
|
+
.button button.hide-label > kol-span-wc {
|
|
22240
21461
|
padding: 0 0.5rem;
|
|
22241
21462
|
}
|
|
22242
21463
|
a > kol-span-wc,
|
|
@@ -22347,8 +21568,8 @@ const ITZBund = KoliBri.createTheme("itzbund", {
|
|
|
22347
21568
|
font-size: inherit; /*line-height: 1.25em;*/ /*padding: calc(4 * var(--spacing));*/
|
|
22348
21569
|
padding: 0 1rem;
|
|
22349
21570
|
}
|
|
22350
|
-
.button a.
|
|
22351
|
-
.button button.
|
|
21571
|
+
.button a.hide-label > kol-span-wc,
|
|
21572
|
+
.button button.hide-label > kol-span-wc {
|
|
22352
21573
|
padding: 0 0.5rem;
|
|
22353
21574
|
}
|
|
22354
21575
|
a > kol-span-wc,
|
|
@@ -22658,6 +21879,55 @@ const ITZBund = KoliBri.createTheme("itzbund", {
|
|
|
22658
21879
|
input::placeholder {
|
|
22659
21880
|
font-style: italic;
|
|
22660
21881
|
}`,
|
|
21882
|
+
"KOL-INPUT-DATE": `input:hover,
|
|
21883
|
+
input:focus {
|
|
21884
|
+
border-color: var(--border-color) !important;
|
|
21885
|
+
border-radius: none !important;
|
|
21886
|
+
outline-color: var(--color-achat) !important;
|
|
21887
|
+
outline-offset: 0;
|
|
21888
|
+
outline-style: solid;
|
|
21889
|
+
outline-width: 1px;
|
|
21890
|
+
}
|
|
21891
|
+
label {
|
|
21892
|
+
color: var(--color-anthrazit);
|
|
21893
|
+
font-size: 14px;
|
|
21894
|
+
line-height: 20px;
|
|
21895
|
+
gap: 8px;
|
|
21896
|
+
width: 100%;
|
|
21897
|
+
font-weight: bold;
|
|
21898
|
+
}
|
|
21899
|
+
input {
|
|
21900
|
+
cursor: pointer;
|
|
21901
|
+
width: 100%;
|
|
21902
|
+
color: var(--color-anthrazit);
|
|
21903
|
+
border-width: 1px;
|
|
21904
|
+
border-style: solid;
|
|
21905
|
+
border-color: var(--color-petrol);
|
|
21906
|
+
border-radius: 0;
|
|
21907
|
+
background-color: #e8edf2 !important;
|
|
21908
|
+
overflow: hidden;
|
|
21909
|
+
line-height: 24px;
|
|
21910
|
+
font-size: 16px;
|
|
21911
|
+
}
|
|
21912
|
+
.error input {
|
|
21913
|
+
background-color: var(--color-rotton-20) !important;
|
|
21914
|
+
border-color: var(--color-rotton) !important;
|
|
21915
|
+
}
|
|
21916
|
+
input:disabled {
|
|
21917
|
+
background-color: var(--color-input-bg-default);
|
|
21918
|
+
border-color: var(--border-color);
|
|
21919
|
+
cursor: not-allowed;
|
|
21920
|
+
}
|
|
21921
|
+
kol-alert {
|
|
21922
|
+
margin-top: calc(2 * var(--spacing));
|
|
21923
|
+
display: block;
|
|
21924
|
+
}
|
|
21925
|
+
.kol-required span::after {
|
|
21926
|
+
content: "*";
|
|
21927
|
+
}
|
|
21928
|
+
input::placeholder {
|
|
21929
|
+
font-style: italic;
|
|
21930
|
+
}`,
|
|
22661
21931
|
"KOL-INPUT-EMAIL": `input:hover,
|
|
22662
21932
|
input:focus {
|
|
22663
21933
|
border-color: var(--border-color) !important;
|
|
@@ -23785,6 +23055,17 @@ const ITZBund = KoliBri.createTheme("itzbund", {
|
|
|
23785
23055
|
:host > div.tabs-align-top kol-button-group-wc div {
|
|
23786
23056
|
display: flex;
|
|
23787
23057
|
flex-wrap: wrap;
|
|
23058
|
+
}`,
|
|
23059
|
+
"KOL-SKIP-NAV": `kol-link-wc > a > kol-span-wc {
|
|
23060
|
+
border-radius: 2rem;
|
|
23061
|
+
border-style: solid;
|
|
23062
|
+
gap: 0.5rem;
|
|
23063
|
+
line-height: 1rem;
|
|
23064
|
+
padding: 0 1rem;
|
|
23065
|
+
background-color: var(--color-petrol);
|
|
23066
|
+
border-color: var(--color-petrol);
|
|
23067
|
+
color: var(--color-weiss);
|
|
23068
|
+
cursor: pointer;
|
|
23788
23069
|
}`
|
|
23789
23070
|
});
|
|
23790
23071
|
|
|
@@ -24284,6 +23565,88 @@ const MAPZ = KoliBri.createTheme("mapz", {
|
|
|
24284
23565
|
background-color: var(--kolibri-color-primary);
|
|
24285
23566
|
color: white;
|
|
24286
23567
|
}`,
|
|
23568
|
+
"KOL-INPUT-DATE": `input,
|
|
23569
|
+
select,
|
|
23570
|
+
textarea {
|
|
23571
|
+
border: none;
|
|
23572
|
+
}
|
|
23573
|
+
input[type="color"] {
|
|
23574
|
+
border: none;
|
|
23575
|
+
min-height: 40px !important;
|
|
23576
|
+
}
|
|
23577
|
+
input[type="color"],
|
|
23578
|
+
input[type="file"] {
|
|
23579
|
+
background-color: transparent;
|
|
23580
|
+
}
|
|
23581
|
+
kol-input {
|
|
23582
|
+
gap: var(--spacing);
|
|
23583
|
+
}
|
|
23584
|
+
kol-input > label {
|
|
23585
|
+
order: 1;
|
|
23586
|
+
color: var(--default-letter);
|
|
23587
|
+
}
|
|
23588
|
+
kol-input > .input {
|
|
23589
|
+
border-color: var(--kolibri-border-color);
|
|
23590
|
+
border-radius: 0.25rem;
|
|
23591
|
+
border-style: solid;
|
|
23592
|
+
border-width: 2px;
|
|
23593
|
+
order: 2;
|
|
23594
|
+
}
|
|
23595
|
+
kol-input:hover > .input {
|
|
23596
|
+
border-color: var(--kolibri-color-secondary);
|
|
23597
|
+
}
|
|
23598
|
+
kol-input > .input > kol-icon:first-child {
|
|
23599
|
+
margin-left: 0.75em;
|
|
23600
|
+
}
|
|
23601
|
+
kol-input > .input > kol-icon:last-child {
|
|
23602
|
+
margin-right: 0.75em;
|
|
23603
|
+
}
|
|
23604
|
+
kol-input > .error {
|
|
23605
|
+
order: 3;
|
|
23606
|
+
}
|
|
23607
|
+
kol-input > .hint {
|
|
23608
|
+
order: 4;
|
|
23609
|
+
font-size: 0.875em;
|
|
23610
|
+
}
|
|
23611
|
+
input,
|
|
23612
|
+
select,
|
|
23613
|
+
textarea {
|
|
23614
|
+
color: var(--default-letter);
|
|
23615
|
+
padding: 0.5em 0.75em;
|
|
23616
|
+
}
|
|
23617
|
+
input:not([type="range"]),
|
|
23618
|
+
select:not([multiple]) {
|
|
23619
|
+
height: 2.75em;
|
|
23620
|
+
}
|
|
23621
|
+
textarea {
|
|
23622
|
+
display: inherit;
|
|
23623
|
+
}
|
|
23624
|
+
input::placeholder {
|
|
23625
|
+
color: var(--default-border-hover);
|
|
23626
|
+
}
|
|
23627
|
+
input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
|
|
23628
|
+
cursor: not-allowed;
|
|
23629
|
+
}
|
|
23630
|
+
select[multiple],
|
|
23631
|
+
textarea {
|
|
23632
|
+
overflow: auto;
|
|
23633
|
+
}
|
|
23634
|
+
select option {
|
|
23635
|
+
margin: 1px 0;
|
|
23636
|
+
padding: 0.5em;
|
|
23637
|
+
border-radius: 0.25em;
|
|
23638
|
+
cursor: pointer;
|
|
23639
|
+
}
|
|
23640
|
+
select option:disabled {
|
|
23641
|
+
cursor: not-allowed;
|
|
23642
|
+
}
|
|
23643
|
+
option:active:not(:disabled),
|
|
23644
|
+
option:checked:not(:disabled),
|
|
23645
|
+
option:focus:not(:disabled),
|
|
23646
|
+
option:hover:not(:disabled) {
|
|
23647
|
+
background-color: var(--kolibri-color-primary);
|
|
23648
|
+
color: white;
|
|
23649
|
+
}`,
|
|
24287
23650
|
"KOL-INPUT-EMAIL": `input,
|
|
24288
23651
|
select,
|
|
24289
23652
|
textarea {
|
|
@@ -41284,6 +40647,18 @@ const MAPZ = KoliBri.createTheme("mapz", {
|
|
|
41284
40647
|
option:hover:not(:disabled) {
|
|
41285
40648
|
background-color: var(--kolibri-color-primary);
|
|
41286
40649
|
color: white;
|
|
40650
|
+
}`,
|
|
40651
|
+
"KOL-SKIP-NAV": `kol-link-wc > a > kol-span-wc {
|
|
40652
|
+
border-radius: var(--kolibri-border-radius);
|
|
40653
|
+
border-style: solid;
|
|
40654
|
+
border-width: 2px;
|
|
40655
|
+
gap: 0.5rem;
|
|
40656
|
+
line-height: 1rem;
|
|
40657
|
+
padding: 0.75rem 1rem;
|
|
40658
|
+
background-color: var(--kolibri-color-primary);
|
|
40659
|
+
border-color: var(--kolibri-border-color);
|
|
40660
|
+
color: white;
|
|
40661
|
+
cursor: pointer;
|
|
41287
40662
|
}`
|
|
41288
40663
|
});
|
|
41289
40664
|
|
|
@@ -41300,7 +40675,7 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
41300
40675
|
--color-akzent-dark: #da793c;
|
|
41301
40676
|
--color-akzent-light: #f5ba6c;
|
|
41302
40677
|
--color-neutral: #e3e3e3;
|
|
41303
|
-
--color-neutral-dark: #
|
|
40678
|
+
--color-neutral-dark: #646464;
|
|
41304
40679
|
--color-neutral-light: #f7f7f7;
|
|
41305
40680
|
--color-rot: #ce3033;
|
|
41306
40681
|
--color-gelb: #f6cd35;
|
|
@@ -41330,7 +40705,6 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
41330
40705
|
summary:focus,
|
|
41331
40706
|
kol-input:not(.checkbox, .radio) .input:focus-within,
|
|
41332
40707
|
kol-input:is(.checkbox, .radio) input:focus {
|
|
41333
|
-
border-radius: var(--border-radius);
|
|
41334
40708
|
outline-color: var(--color-blau-dark);
|
|
41335
40709
|
outline-offset: 0.125rem;
|
|
41336
40710
|
outline-style: solid;
|
|
@@ -41584,9 +40958,9 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
41584
40958
|
}
|
|
41585
40959
|
}`,
|
|
41586
40960
|
"KOL-TABLE": `caption {
|
|
41587
|
-
background-color: var(--color-neutral);
|
|
41588
40961
|
caption-side: TOP;
|
|
41589
|
-
font-size: 1.
|
|
40962
|
+
font-size: 1.1rem; /* 1.75rem */ /* line-height: 3rem; */
|
|
40963
|
+
font-weight: var(--font-weight-bold);
|
|
41590
40964
|
margin-bottom: 0.25rem;
|
|
41591
40965
|
padding: 0.75rem;
|
|
41592
40966
|
text-align: left;
|
|
@@ -41598,6 +40972,9 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
41598
40972
|
border-width: 0;
|
|
41599
40973
|
border-top-width: 1px;
|
|
41600
40974
|
}
|
|
40975
|
+
th {
|
|
40976
|
+
background-color: var(--color-neutral);
|
|
40977
|
+
}
|
|
41601
40978
|
td,
|
|
41602
40979
|
th {
|
|
41603
40980
|
color: var(--color-neutral-dark);
|
|
@@ -41607,8 +40984,19 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
41607
40984
|
border-bottom-width: 1px;
|
|
41608
40985
|
padding: 0.5rem;
|
|
41609
40986
|
}
|
|
41610
|
-
|
|
41611
|
-
|
|
40987
|
+
th[data-sort] kol-button::part(icon)::before {
|
|
40988
|
+
font-family: "FontAwesome";
|
|
40989
|
+
color: var(--color-neutral-dark);
|
|
40990
|
+
}
|
|
40991
|
+
th[data-sort="sort-NOS"] kol-button::part(icon)::before,
|
|
40992
|
+
th[data-sort="sort-undefined"] kol-button::part(icon)::before {
|
|
40993
|
+
content: "\f0dc";
|
|
40994
|
+
}
|
|
40995
|
+
th[data-sort="sort-ASC"] kol-button::part(icon)::before {
|
|
40996
|
+
content: "\f0de";
|
|
40997
|
+
}
|
|
40998
|
+
th[data-sort="sort-DESC"] kol-button::part(icon)::before {
|
|
40999
|
+
content: "\f0dd";
|
|
41612
41000
|
}`,
|
|
41613
41001
|
"KOL-ACCORDION": `:host > div {
|
|
41614
41002
|
border-color: var(--border-color);
|
|
@@ -41810,12 +41198,12 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
41810
41198
|
gap: 0.5rem;
|
|
41811
41199
|
line-height: 1rem;
|
|
41812
41200
|
}
|
|
41813
|
-
:host > kol-button-wc > button > kol-span-wc:not(.
|
|
41814
|
-
:host > kol-link-wc > a > kol-span-wc:not(.
|
|
41201
|
+
:host > kol-button-wc > button > kol-span-wc:not(.hide-label),
|
|
41202
|
+
:host > kol-link-wc > a > kol-span-wc:not(.hide-label) {
|
|
41815
41203
|
padding: 0.75rem 1rem;
|
|
41816
41204
|
}
|
|
41817
|
-
:host > kol-button-wc > button > kol-span-wc.
|
|
41818
|
-
:host > kol-link-wc > a > kol-span-wc.
|
|
41205
|
+
:host > kol-button-wc > button > kol-span-wc.hide-label,
|
|
41206
|
+
:host > kol-link-wc > a > kol-span-wc.hide-label {
|
|
41819
41207
|
padding: 0.75rem;
|
|
41820
41208
|
}
|
|
41821
41209
|
:host > kol-button-wc > button > kol-span-wc span,
|
|
@@ -41908,12 +41296,12 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
41908
41296
|
gap: 0.5rem;
|
|
41909
41297
|
line-height: 1rem;
|
|
41910
41298
|
}
|
|
41911
|
-
:host > kol-button-wc > button > kol-span-wc:not(.
|
|
41912
|
-
:host > kol-link-wc > a > kol-span-wc:not(.
|
|
41299
|
+
:host > kol-button-wc > button > kol-span-wc:not(.hide-label),
|
|
41300
|
+
:host > kol-link-wc > a > kol-span-wc:not(.hide-label) {
|
|
41913
41301
|
padding: 0.75rem 1rem;
|
|
41914
41302
|
}
|
|
41915
|
-
:host > kol-button-wc > button > kol-span-wc.
|
|
41916
|
-
:host > kol-link-wc > a > kol-span-wc.
|
|
41303
|
+
:host > kol-button-wc > button > kol-span-wc.hide-label,
|
|
41304
|
+
:host > kol-link-wc > a > kol-span-wc.hide-label {
|
|
41917
41305
|
padding: 0.75rem;
|
|
41918
41306
|
}
|
|
41919
41307
|
:host > kol-button-wc > button > kol-span-wc span,
|
|
@@ -42065,9 +41453,10 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
42065
41453
|
}
|
|
42066
41454
|
label {
|
|
42067
41455
|
cursor: pointer;
|
|
41456
|
+
padding-left: 0.75rem;
|
|
42068
41457
|
}
|
|
42069
41458
|
kol-input:hover label,
|
|
42070
|
-
kol-input:
|
|
41459
|
+
kol-input:focus-within label {
|
|
42071
41460
|
text-decoration: underline;
|
|
42072
41461
|
}
|
|
42073
41462
|
.required label > span::after {
|
|
@@ -42095,7 +41484,6 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
42095
41484
|
}
|
|
42096
41485
|
kol-input > label {
|
|
42097
41486
|
order: 2;
|
|
42098
|
-
padding-left: calc(2 * var(--spacing));
|
|
42099
41487
|
}
|
|
42100
41488
|
kol-input > kol-alert.error {
|
|
42101
41489
|
order: 3;
|
|
@@ -42203,32 +41591,28 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
42203
41591
|
:host {
|
|
42204
41592
|
--spacing: 0.25rem;
|
|
42205
41593
|
}
|
|
41594
|
+
legend {
|
|
41595
|
+
font-weight: var(--font-weight-bold);
|
|
41596
|
+
margin-bottom: 0.5rem;
|
|
41597
|
+
}
|
|
42206
41598
|
input {
|
|
42207
41599
|
border-color: var(--color-neutral-dark);
|
|
42208
41600
|
border-width: 2px;
|
|
42209
41601
|
border-style: solid;
|
|
42210
41602
|
}
|
|
42211
|
-
label {
|
|
42212
|
-
cursor: pointer;
|
|
42213
|
-
}
|
|
42214
41603
|
kol-input:has(input:disabled) input,
|
|
42215
41604
|
kol-input:has(input:disabled) label {
|
|
42216
41605
|
cursor: not-allowed !important;
|
|
42217
41606
|
opacity: 0.5;
|
|
42218
41607
|
}
|
|
42219
|
-
kol-input:hover label,
|
|
42220
|
-
kol-input:
|
|
41608
|
+
kol-input:hover:has(input:not(:disabled)) label,
|
|
41609
|
+
kol-input:focus-within {
|
|
42221
41610
|
text-decoration: underline;
|
|
42222
41611
|
}
|
|
42223
41612
|
.required legend > span::after {
|
|
42224
41613
|
content: "*";
|
|
42225
41614
|
padding-left: 0.125em;
|
|
42226
41615
|
}
|
|
42227
|
-
label {
|
|
42228
|
-
display: grid;
|
|
42229
|
-
gap: 8px;
|
|
42230
|
-
width: 100%;
|
|
42231
|
-
}
|
|
42232
41616
|
input {
|
|
42233
41617
|
width: 100%;
|
|
42234
41618
|
border-color: var(--color-neutral-dark);
|
|
@@ -42244,27 +41628,21 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
42244
41628
|
margin-bottom: 0.4em;
|
|
42245
41629
|
} /* RADIO */
|
|
42246
41630
|
fieldset {
|
|
42247
|
-
border:
|
|
42248
|
-
margin:
|
|
42249
|
-
padding:
|
|
42250
|
-
display: grid;
|
|
42251
|
-
gap: 0.25em;
|
|
42252
|
-
}
|
|
42253
|
-
fieldset div {
|
|
41631
|
+
border: 0;
|
|
41632
|
+
margin: 0;
|
|
41633
|
+
padding: 1.5rem;
|
|
42254
41634
|
display: flex;
|
|
42255
|
-
flex-direction:
|
|
42256
|
-
margin-top: 0.125em;
|
|
42257
|
-
margin-bottom: 0.125em;
|
|
42258
|
-
align-items: center;
|
|
42259
|
-
position: relative;
|
|
41635
|
+
flex-direction: column;
|
|
42260
41636
|
}
|
|
42261
|
-
fieldset div
|
|
41637
|
+
fieldset div.input {
|
|
42262
41638
|
display: flex;
|
|
42263
|
-
padding-left: 0.25em;
|
|
42264
|
-
width: 100%;
|
|
42265
41639
|
}
|
|
42266
|
-
fieldset div
|
|
42267
|
-
margin
|
|
41640
|
+
fieldset div.input > div {
|
|
41641
|
+
margin: auto 0;
|
|
41642
|
+
display: flex;
|
|
41643
|
+
flex-direction: row;
|
|
41644
|
+
align-items: center;
|
|
41645
|
+
gap: 0.75rem;
|
|
42268
41646
|
}
|
|
42269
41647
|
fieldset div input[type="radio"] {
|
|
42270
41648
|
appearance: none;
|
|
@@ -42273,6 +41651,7 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
42273
41651
|
height: calc(6 * var(--spacing));
|
|
42274
41652
|
min-width: calc(6 * var(--spacing));
|
|
42275
41653
|
width: calc(6 * var(--spacing));
|
|
41654
|
+
border-color: var(--color-neutral-dark);
|
|
42276
41655
|
}
|
|
42277
41656
|
fieldset div input[type="radio"]:checked:before {
|
|
42278
41657
|
box-shadow: 0 0 0.1rem black;
|
|
@@ -42293,7 +41672,7 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
42293
41672
|
opacity: 0.33;
|
|
42294
41673
|
}
|
|
42295
41674
|
fieldset.horizontal {
|
|
42296
|
-
|
|
41675
|
+
flex-direction: row;
|
|
42297
41676
|
flex-wrap: wrap;
|
|
42298
41677
|
gap: 0.5rem 1rem;
|
|
42299
41678
|
}
|
|
@@ -42485,6 +41864,52 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
42485
41864
|
kol-input > kol-alert.error {
|
|
42486
41865
|
order: 3;
|
|
42487
41866
|
}`,
|
|
41867
|
+
"KOL-INPUT-DATE": `kol-input {
|
|
41868
|
+
gap: var(--gap);
|
|
41869
|
+
}
|
|
41870
|
+
kol-input .input {
|
|
41871
|
+
border-color: var(--color-grau-30);
|
|
41872
|
+
border-width: 2px;
|
|
41873
|
+
border-style: solid;
|
|
41874
|
+
padding: 0px 0.75em;
|
|
41875
|
+
gap: var(--gap);
|
|
41876
|
+
overflow: hidden;
|
|
41877
|
+
}
|
|
41878
|
+
kol-input .input:focus-within,
|
|
41879
|
+
kol-input .input:hover {
|
|
41880
|
+
border-color: var(--color-grau-60);
|
|
41881
|
+
}
|
|
41882
|
+
kol-input:not(.select, .textarea) .input {
|
|
41883
|
+
height: calc(var(--a11y-min-size) - 4px);
|
|
41884
|
+
}
|
|
41885
|
+
kol-input:not(.range) .input :is(input, select, textarea) {
|
|
41886
|
+
background-color: white;
|
|
41887
|
+
border: 0;
|
|
41888
|
+
}
|
|
41889
|
+
kol-input .input input[type="file"] {
|
|
41890
|
+
padding-top: calc(0.5em + 2px);
|
|
41891
|
+
}
|
|
41892
|
+
kol-input > label {
|
|
41893
|
+
font-weight: var(--font-weight-bold);
|
|
41894
|
+
order: 1;
|
|
41895
|
+
margin-bottom: 0.25rem;
|
|
41896
|
+
}
|
|
41897
|
+
kol-input > label > span {
|
|
41898
|
+
color: var(--default-letter);
|
|
41899
|
+
}
|
|
41900
|
+
kol-input > div.input {
|
|
41901
|
+
border-radius: 0.25rem;
|
|
41902
|
+
order: 2;
|
|
41903
|
+
}
|
|
41904
|
+
kol-input > span.hint {
|
|
41905
|
+
color: var(--color-grau-60);
|
|
41906
|
+
font-style: italic;
|
|
41907
|
+
order: 4;
|
|
41908
|
+
font-size: 0.8rem;
|
|
41909
|
+
}
|
|
41910
|
+
kol-input > kol-alert.error {
|
|
41911
|
+
order: 3;
|
|
41912
|
+
}`,
|
|
42488
41913
|
"KOL-INPUT-TEXT": `kol-input {
|
|
42489
41914
|
gap: var(--gap);
|
|
42490
41915
|
}
|
|
@@ -49840,6 +49265,18 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
|
|
|
49840
49265
|
u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e,
|
|
49841
49266
|
u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f250, u+f252,
|
|
49842
49267
|
u+f27a;
|
|
49268
|
+
}`,
|
|
49269
|
+
"KOL-SKIP-NAV": `kol-link-wc > a > kol-span-wc {
|
|
49270
|
+
border-radius: var(--border-radius);
|
|
49271
|
+
border-style: solid;
|
|
49272
|
+
border-width: 2px;
|
|
49273
|
+
gap: 0.5rem;
|
|
49274
|
+
line-height: 1rem;
|
|
49275
|
+
padding: 0.75rem 1rem;
|
|
49276
|
+
background-color: var(--color-blau);
|
|
49277
|
+
border-color: var(--color-blau-dark);
|
|
49278
|
+
color: white;
|
|
49279
|
+
cursor: pointer;
|
|
49843
49280
|
}`
|
|
49844
49281
|
});
|
|
49845
49282
|
|
|
@@ -49849,7 +49286,6 @@ const EN = KoliBri.createTranslation("en", {});
|
|
|
49849
49286
|
|
|
49850
49287
|
exports.BAMF = BAMF;
|
|
49851
49288
|
exports.BMF = BMF;
|
|
49852
|
-
exports.BPA = BPA;
|
|
49853
49289
|
exports.BZSt = BZSt;
|
|
49854
49290
|
exports.DE = DE;
|
|
49855
49291
|
exports.DESYv1 = DESYv1;
|