@minvws/manon-themes 18.2.0 → 18.4.0
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/icore-open/manon.icore-open.css +16 -16
- package/dist/icore-open/manon.icore-open.min.css +1 -1
- package/dist/kat/manon.kat.css +15 -172
- package/dist/kat/manon.kat.min.css +1 -1
- package/dist/manon.css +16 -16
- package/dist/manon.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_brown.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_brown.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_dark-brown.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_dark-brown.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_dark-green.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_dark-green.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_dark-yellow.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_dark-yellow.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_green.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_green.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_light-blue.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_light-blue.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_mint-green.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_mint-green.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_moss-green.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_moss-green.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_orange.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_orange.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_pink.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_pink.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_purple.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_purple.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_red.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_red.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_ruby-red.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_ruby-red.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_sky-blue.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_sky-blue.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_violet.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_violet.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_yellow.css +23 -19
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_yellow.min.css +1 -1
- package/kat/icons/_index.scss +0 -78
- package/package.json +4 -4
- package/rijkshuisstijl-2008/_index.scss +7 -2
package/dist/kat/manon.kat.css
CHANGED
|
@@ -481,12 +481,6 @@ and spacing sets */
|
|
|
481
481
|
background-color: #000000;
|
|
482
482
|
}
|
|
483
483
|
|
|
484
|
-
.icon-history {
|
|
485
|
-
mask: url("./img/icons/tabler/history.svg") no-repeat center/contain;
|
|
486
|
-
-webkit-mask: url("./img/icons/tabler/history.svg") no-repeat center/contain;
|
|
487
|
-
background-color: #000000;
|
|
488
|
-
}
|
|
489
|
-
|
|
490
484
|
.icon-home {
|
|
491
485
|
mask: url("./img/icons/tabler/home.svg") no-repeat center/contain;
|
|
492
486
|
-webkit-mask: url("./img/icons/tabler/home.svg") no-repeat center/contain;
|
|
@@ -505,24 +499,6 @@ and spacing sets */
|
|
|
505
499
|
background-color: #000000;
|
|
506
500
|
}
|
|
507
501
|
|
|
508
|
-
.icon-key {
|
|
509
|
-
mask: url("./img/icons/tabler/key.svg") no-repeat center/contain;
|
|
510
|
-
-webkit-mask: url("./img/icons/tabler/key.svg") no-repeat center/contain;
|
|
511
|
-
background-color: #000000;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
.icon-language {
|
|
515
|
-
mask: url("./img/icons/tabler/language.svg") no-repeat center/contain;
|
|
516
|
-
-webkit-mask: url("./img/icons/tabler/language.svg") no-repeat center/contain;
|
|
517
|
-
background-color: #000000;
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
.icon-layers {
|
|
521
|
-
mask: url("./img/icons/tabler/layers.svg") no-repeat center/contain;
|
|
522
|
-
-webkit-mask: url("./img/icons/tabler/layers.svg") no-repeat center/contain;
|
|
523
|
-
background-color: #000000;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
502
|
.icon-link {
|
|
527
503
|
mask: url("./img/icons/tabler/link.svg") no-repeat center/contain;
|
|
528
504
|
-webkit-mask: url("./img/icons/tabler/link.svg") no-repeat center/contain;
|
|
@@ -541,102 +517,30 @@ and spacing sets */
|
|
|
541
517
|
background-color: #000000;
|
|
542
518
|
}
|
|
543
519
|
|
|
544
|
-
.icon-log-out {
|
|
545
|
-
mask: url("./img/icons/tabler/log-out.svg") no-repeat center/contain;
|
|
546
|
-
-webkit-mask: url("./img/icons/tabler/log-out.svg") no-repeat center/contain;
|
|
547
|
-
background-color: #000000;
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
.icon-menu {
|
|
551
|
-
mask: url("./img/icons/tabler/menu.svg") no-repeat center/contain;
|
|
552
|
-
-webkit-mask: url("./img/icons/tabler/menu.svg") no-repeat center/contain;
|
|
553
|
-
background-color: #000000;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
.icon-microphone {
|
|
557
|
-
mask: url("./img/icons/tabler/microphone.svg") no-repeat center/contain;
|
|
558
|
-
-webkit-mask: url("./img/icons/tabler/microphone.svg") no-repeat center/contain;
|
|
559
|
-
background-color: #000000;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
520
|
.icon-minus {
|
|
563
521
|
mask: url("./img/icons/tabler/minus.svg") no-repeat center/contain;
|
|
564
522
|
-webkit-mask: url("./img/icons/tabler/minus.svg") no-repeat center/contain;
|
|
565
523
|
background-color: #000000;
|
|
566
524
|
}
|
|
567
525
|
|
|
568
|
-
.icon-minus-circle {
|
|
569
|
-
mask: url("./img/icons/tabler/minus-circle.svg") no-repeat center/contain;
|
|
570
|
-
-webkit-mask: url("./img/icons/tabler/minus-circle.svg") no-repeat center/contain;
|
|
571
|
-
background-color: #000000;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.icon-more-horizontal {
|
|
575
|
-
mask: url("./img/icons/tabler/more-horizontal.svg") no-repeat center/contain;
|
|
576
|
-
-webkit-mask: url("./img/icons/tabler/more-horizontal.svg") no-repeat center/contain;
|
|
577
|
-
background-color: #000000;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.icon-more-vertical {
|
|
581
|
-
mask: url("./img/icons/tabler/more-vertical.svg") no-repeat center/contain;
|
|
582
|
-
-webkit-mask: url("./img/icons/tabler/more-vertical.svg") no-repeat center/contain;
|
|
583
|
-
background-color: #000000;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
.icon-notification {
|
|
587
|
-
mask: url("./img/icons/tabler/notification.svg") no-repeat center/contain;
|
|
588
|
-
-webkit-mask: url("./img/icons/tabler/notification.svg") no-repeat center/contain;
|
|
589
|
-
background-color: #000000;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
526
|
.icon-on-off {
|
|
593
527
|
mask: url("./img/icons/tabler/on-off.svg") no-repeat center/contain;
|
|
594
528
|
-webkit-mask: url("./img/icons/tabler/on-off.svg") no-repeat center/contain;
|
|
595
529
|
background-color: #000000;
|
|
596
530
|
}
|
|
597
531
|
|
|
598
|
-
.icon-paperclip {
|
|
599
|
-
mask: url("./img/icons/tabler/paperclip.svg") no-repeat center/contain;
|
|
600
|
-
-webkit-mask: url("./img/icons/tabler/paperclip.svg") no-repeat center/contain;
|
|
601
|
-
background-color: #000000;
|
|
602
|
-
}
|
|
603
|
-
|
|
604
532
|
.icon-pencil {
|
|
605
533
|
mask: url("./img/icons/tabler/pencil.svg") no-repeat center/contain;
|
|
606
534
|
-webkit-mask: url("./img/icons/tabler/pencil.svg") no-repeat center/contain;
|
|
607
535
|
background-color: #000000;
|
|
608
536
|
}
|
|
609
537
|
|
|
610
|
-
.icon-person {
|
|
611
|
-
mask: url("./img/icons/tabler/person.svg") no-repeat center/contain;
|
|
612
|
-
-webkit-mask: url("./img/icons/tabler/person.svg") no-repeat center/contain;
|
|
613
|
-
background-color: #000000;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
.icon-phone {
|
|
617
|
-
mask: url("./img/icons/tabler/phone.svg") no-repeat center/contain;
|
|
618
|
-
-webkit-mask: url("./img/icons/tabler/phone.svg") no-repeat center/contain;
|
|
619
|
-
background-color: #000000;
|
|
620
|
-
}
|
|
621
|
-
|
|
622
538
|
.icon-plus {
|
|
623
539
|
mask: url("./img/icons/tabler/plus.svg") no-repeat center/contain;
|
|
624
540
|
-webkit-mask: url("./img/icons/tabler/plus.svg") no-repeat center/contain;
|
|
625
541
|
background-color: #000000;
|
|
626
542
|
}
|
|
627
543
|
|
|
628
|
-
.icon-plus-circle {
|
|
629
|
-
mask: url("./img/icons/tabler/plus-circle.svg") no-repeat center/contain;
|
|
630
|
-
-webkit-mask: url("./img/icons/tabler/plus-circle.svg") no-repeat center/contain;
|
|
631
|
-
background-color: #000000;
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
.icon-printer {
|
|
635
|
-
mask: url("./img/icons/tabler/printer.svg") no-repeat center/contain;
|
|
636
|
-
-webkit-mask: url("./img/icons/tabler/printer.svg") no-repeat center/contain;
|
|
637
|
-
background-color: #000000;
|
|
638
|
-
}
|
|
639
|
-
|
|
640
544
|
.icon-outgoing {
|
|
641
545
|
mask: url("./img/icons/tabler/arrow-up-right.svg") no-repeat center/contain;
|
|
642
546
|
-webkit-mask: url("./img/icons/tabler/arrow-up-right.svg") no-repeat center/contain;
|
|
@@ -661,12 +565,6 @@ and spacing sets */
|
|
|
661
565
|
background-color: #000000;
|
|
662
566
|
}
|
|
663
567
|
|
|
664
|
-
.icon-repeat {
|
|
665
|
-
mask: url("./img/icons/tabler/repeat.svg") no-repeat center/contain;
|
|
666
|
-
-webkit-mask: url("./img/icons/tabler/repeat.svg") no-repeat center/contain;
|
|
667
|
-
background-color: #000000;
|
|
668
|
-
}
|
|
669
|
-
|
|
670
568
|
.icon-search {
|
|
671
569
|
mask: url("./img/icons/tabler/search.svg") no-repeat center/contain;
|
|
672
570
|
-webkit-mask: url("./img/icons/tabler/search.svg") no-repeat center/contain;
|
|
@@ -685,72 +583,24 @@ and spacing sets */
|
|
|
685
583
|
background-color: #000000;
|
|
686
584
|
}
|
|
687
585
|
|
|
688
|
-
.icon-share {
|
|
689
|
-
mask: url("./img/icons/tabler/share.svg") no-repeat center/contain;
|
|
690
|
-
-webkit-mask: url("./img/icons/tabler/share.svg") no-repeat center/contain;
|
|
691
|
-
background-color: #000000;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
.icon-sort {
|
|
695
|
-
mask: url("./img/icons/tabler/sort.svg") no-repeat center/contain;
|
|
696
|
-
-webkit-mask: url("./img/icons/tabler/sort.svg") no-repeat center/contain;
|
|
697
|
-
background-color: #000000;
|
|
698
|
-
}
|
|
699
|
-
|
|
700
586
|
.icon-to-top {
|
|
701
587
|
mask: url("./img/icons/tabler/arrow-bar-to-up.svg") no-repeat center/contain;
|
|
702
588
|
-webkit-mask: url("./img/icons/tabler/arrow-bar-to-up.svg") no-repeat center/contain;
|
|
703
589
|
background-color: #000000;
|
|
704
590
|
}
|
|
705
591
|
|
|
706
|
-
.icon-stop {
|
|
707
|
-
mask: url("./img/icons/tabler/stop.svg") no-repeat center/contain;
|
|
708
|
-
-webkit-mask: url("./img/icons/tabler/stop.svg") no-repeat center/contain;
|
|
709
|
-
background-color: #000000;
|
|
710
|
-
}
|
|
711
|
-
|
|
712
592
|
.icon-trash {
|
|
713
593
|
mask: url("./img/icons/tabler/trash.svg") no-repeat center/contain;
|
|
714
594
|
-webkit-mask: url("./img/icons/tabler/trash.svg") no-repeat center/contain;
|
|
715
595
|
background-color: #000000;
|
|
716
596
|
}
|
|
717
597
|
|
|
718
|
-
.icon-unlock {
|
|
719
|
-
mask: url("./img/icons/tabler/unlock.svg") no-repeat center/contain;
|
|
720
|
-
-webkit-mask: url("./img/icons/tabler/unlock.svg") no-repeat center/contain;
|
|
721
|
-
background-color: #000000;
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
.icon-upload {
|
|
725
|
-
mask: url("./img/icons/tabler/upload.svg") no-repeat center/contain;
|
|
726
|
-
-webkit-mask: url("./img/icons/tabler/upload.svg") no-repeat center/contain;
|
|
727
|
-
background-color: #000000;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
598
|
.icon-user {
|
|
731
599
|
mask: url("./img/icons/tabler/user.svg") no-repeat center/contain;
|
|
732
600
|
-webkit-mask: url("./img/icons/tabler/user.svg") no-repeat center/contain;
|
|
733
601
|
background-color: #000000;
|
|
734
602
|
}
|
|
735
603
|
|
|
736
|
-
.icon-users {
|
|
737
|
-
mask: url("./img/icons/tabler/users.svg") no-repeat center/contain;
|
|
738
|
-
-webkit-mask: url("./img/icons/tabler/users.svg") no-repeat center/contain;
|
|
739
|
-
background-color: #000000;
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
.icon-video {
|
|
743
|
-
mask: url("./img/icons/tabler/video.svg") no-repeat center/contain;
|
|
744
|
-
-webkit-mask: url("./img/icons/tabler/video.svg") no-repeat center/contain;
|
|
745
|
-
background-color: #000000;
|
|
746
|
-
}
|
|
747
|
-
|
|
748
|
-
.icon-volume {
|
|
749
|
-
mask: url("./img/icons/tabler/volume.svg") no-repeat center/contain;
|
|
750
|
-
-webkit-mask: url("./img/icons/tabler/volume.svg") no-repeat center/contain;
|
|
751
|
-
background-color: #000000;
|
|
752
|
-
}
|
|
753
|
-
|
|
754
604
|
.icon-warning {
|
|
755
605
|
mask: url("./img/icons/tabler/warning.svg") no-repeat center/contain;
|
|
756
606
|
-webkit-mask: url("./img/icons/tabler/warning.svg") no-repeat center/contain;
|
|
@@ -763,12 +613,6 @@ and spacing sets */
|
|
|
763
613
|
background-color: #000000;
|
|
764
614
|
}
|
|
765
615
|
|
|
766
|
-
.icon-x-circle {
|
|
767
|
-
mask: url("./img/icons/tabler/x-circle.svg") no-repeat center/contain;
|
|
768
|
-
-webkit-mask: url("./img/icons/tabler/x-circle.svg") no-repeat center/contain;
|
|
769
|
-
background-color: #000000;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
616
|
.accordion, ul.accordion {
|
|
773
617
|
display: flex;
|
|
774
618
|
flex-direction: column;
|
|
@@ -4093,7 +3937,6 @@ main.sidemenu > nav .sticky-container {
|
|
|
4093
3937
|
position: sticky;
|
|
4094
3938
|
top: 0;
|
|
4095
3939
|
overflow: auto;
|
|
4096
|
-
/* Solves a bug in older safari versions where position sticky blocks overflow auto */
|
|
4097
3940
|
display: block;
|
|
4098
3941
|
}
|
|
4099
3942
|
body.sidemenu > nav button + ul,
|
|
@@ -4877,15 +4720,15 @@ ul.tiles > li > a {
|
|
|
4877
4720
|
width: 100%;
|
|
4878
4721
|
box-sizing: border-box;
|
|
4879
4722
|
}
|
|
4880
|
-
.column-2 > section,
|
|
4881
|
-
.column-2 > article,
|
|
4882
|
-
.column-2 > div,
|
|
4883
|
-
.column-3 > section,
|
|
4884
|
-
.column-3 > article,
|
|
4885
|
-
.column-3 > div,
|
|
4886
|
-
.column-4 > section,
|
|
4887
|
-
.column-4 > article,
|
|
4888
|
-
.column-4 > div {
|
|
4723
|
+
.column-2 > section.content-wrapper,
|
|
4724
|
+
.column-2 > article.content-wrapper,
|
|
4725
|
+
.column-2 > div.content-wrapper,
|
|
4726
|
+
.column-3 > section.content-wrapper,
|
|
4727
|
+
.column-3 > article.content-wrapper,
|
|
4728
|
+
.column-3 > div.content-wrapper,
|
|
4729
|
+
.column-4 > section.content-wrapper,
|
|
4730
|
+
.column-4 > article.content-wrapper,
|
|
4731
|
+
.column-4 > div.content-wrapper {
|
|
4889
4732
|
padding: 0;
|
|
4890
4733
|
gap: 1.25rem;
|
|
4891
4734
|
display: flex;
|
|
@@ -5011,9 +4854,9 @@ table.nowrap td a,
|
|
|
5011
4854
|
.one-third-two-thirds img {
|
|
5012
4855
|
max-width: 100%;
|
|
5013
4856
|
}
|
|
5014
|
-
.one-third-two-thirds > section,
|
|
5015
|
-
.one-third-two-thirds > article,
|
|
5016
|
-
.one-third-two-thirds > div {
|
|
4857
|
+
.one-third-two-thirds > section.content-wrapper,
|
|
4858
|
+
.one-third-two-thirds > article.content-wrapper,
|
|
4859
|
+
.one-third-two-thirds > div.content-wrapper {
|
|
5017
4860
|
padding: 0;
|
|
5018
4861
|
gap: 1.25rem;
|
|
5019
4862
|
display: flex;
|
|
@@ -5067,9 +4910,9 @@ table.nowrap td a,
|
|
|
5067
4910
|
.two-thirds-one-third img {
|
|
5068
4911
|
max-width: 100%;
|
|
5069
4912
|
}
|
|
5070
|
-
.two-thirds-one-third > section,
|
|
5071
|
-
.two-thirds-one-third > article,
|
|
5072
|
-
.two-thirds-one-third > div {
|
|
4913
|
+
.two-thirds-one-third > section.content-wrapper,
|
|
4914
|
+
.two-thirds-one-third > article.content-wrapper,
|
|
4915
|
+
.two-thirds-one-third > div.content-wrapper {
|
|
5073
4916
|
padding: 0;
|
|
5074
4917
|
gap: 1.25rem;
|
|
5075
4918
|
display: flex;
|