@minvws/manon-themes 18.1.0 → 18.3.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 +39 -11
- package/dist/icore-open/manon.icore-open.min.css +1 -1
- package/dist/kat/manon.kat.css +47 -175
- package/dist/kat/manon.kat.min.css +1 -1
- package/dist/manon.css +39 -11
- package/dist/manon.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_brown.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_brown.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_dark-brown.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_dark-brown.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_dark-green.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_dark-green.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_dark-yellow.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_dark-yellow.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_green.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_green.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_light-blue.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_light-blue.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_mint-green.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_mint-green.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_moss-green.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_moss-green.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_orange.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_orange.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_pink.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_pink.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_purple.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_purple.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_red.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_red.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_ruby-red.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_ruby-red.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_sky-blue.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_sky-blue.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_violet.css +58 -24
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_violet.min.css +1 -1
- package/dist/rijkshuisstijl-2008/manon.rijkshuisstijl-2008_yellow.css +58 -24
- 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 +16 -3
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;
|
|
@@ -2815,9 +2659,9 @@ body > header nav,
|
|
|
2815
2659
|
justify-content: space-between;
|
|
2816
2660
|
width: 100%;
|
|
2817
2661
|
}
|
|
2818
|
-
body > header nav
|
|
2819
|
-
.manon-root > header nav
|
|
2820
|
-
.page-header nav
|
|
2662
|
+
body > header nav .content-wrapper,
|
|
2663
|
+
.manon-root > header nav .content-wrapper,
|
|
2664
|
+
.page-header nav .content-wrapper {
|
|
2821
2665
|
display: flex;
|
|
2822
2666
|
width: 100%;
|
|
2823
2667
|
margin: 0 auto;
|
|
@@ -3518,6 +3362,11 @@ nav ul li {
|
|
|
3518
3362
|
display: flex;
|
|
3519
3363
|
align-items: center;
|
|
3520
3364
|
}
|
|
3365
|
+
nav .collapsing-element,
|
|
3366
|
+
nav .content-wrapper {
|
|
3367
|
+
display: flex;
|
|
3368
|
+
width: 100%;
|
|
3369
|
+
}
|
|
3521
3370
|
.nota-bene {
|
|
3522
3371
|
margin: 0;
|
|
3523
3372
|
font-size: 0.875rem;
|
|
@@ -4872,6 +4721,20 @@ ul.tiles > li > a {
|
|
|
4872
4721
|
width: 100%;
|
|
4873
4722
|
box-sizing: border-box;
|
|
4874
4723
|
}
|
|
4724
|
+
.column-2 > section.content-wrapper,
|
|
4725
|
+
.column-2 > article.content-wrapper,
|
|
4726
|
+
.column-2 > div.content-wrapper,
|
|
4727
|
+
.column-3 > section.content-wrapper,
|
|
4728
|
+
.column-3 > article.content-wrapper,
|
|
4729
|
+
.column-3 > div.content-wrapper,
|
|
4730
|
+
.column-4 > section.content-wrapper,
|
|
4731
|
+
.column-4 > article.content-wrapper,
|
|
4732
|
+
.column-4 > div.content-wrapper {
|
|
4733
|
+
padding: 0;
|
|
4734
|
+
gap: 1.25rem;
|
|
4735
|
+
display: flex;
|
|
4736
|
+
flex-direction: column;
|
|
4737
|
+
}
|
|
4875
4738
|
.column-2 img,
|
|
4876
4739
|
.column-3 img,
|
|
4877
4740
|
.column-4 img {
|
|
@@ -4902,6 +4765,9 @@ ul.tiles > li > a {
|
|
|
4902
4765
|
width: 100%;
|
|
4903
4766
|
box-sizing: border-box;
|
|
4904
4767
|
margin: 0 auto;
|
|
4768
|
+
gap: 1.25rem;
|
|
4769
|
+
display: flex;
|
|
4770
|
+
flex-direction: column;
|
|
4905
4771
|
}
|
|
4906
4772
|
|
|
4907
4773
|
*.focus-only,
|
|
@@ -4979,7 +4845,7 @@ table.nowrap td a,
|
|
|
4979
4845
|
flex-direction: row;
|
|
4980
4846
|
width: 100%;
|
|
4981
4847
|
box-sizing: border-box;
|
|
4982
|
-
gap:
|
|
4848
|
+
gap: 2rem;
|
|
4983
4849
|
}
|
|
4984
4850
|
.one-third-two-thirds > * {
|
|
4985
4851
|
max-width: 100%;
|
|
@@ -4989,20 +4855,23 @@ table.nowrap td a,
|
|
|
4989
4855
|
.one-third-two-thirds img {
|
|
4990
4856
|
max-width: 100%;
|
|
4991
4857
|
}
|
|
4992
|
-
.one-third-two-thirds > section,
|
|
4993
|
-
.one-third-two-thirds > article,
|
|
4994
|
-
.one-third-two-thirds > div {
|
|
4858
|
+
.one-third-two-thirds > section.content-wrapper,
|
|
4859
|
+
.one-third-two-thirds > article.content-wrapper,
|
|
4860
|
+
.one-third-two-thirds > div.content-wrapper {
|
|
4995
4861
|
padding: 0;
|
|
4862
|
+
gap: 1.25rem;
|
|
4863
|
+
display: flex;
|
|
4864
|
+
flex-direction: column;
|
|
4996
4865
|
}
|
|
4997
4866
|
@media (width >= 42rem) {
|
|
4998
4867
|
.one-third-two-thirds {
|
|
4999
|
-
gap:
|
|
4868
|
+
gap: 2rem;
|
|
5000
4869
|
}
|
|
5001
|
-
.one-third-two-thirds >
|
|
5002
|
-
width: calc(66.66% -
|
|
4870
|
+
.one-third-two-thirds > *:nth-child(even) {
|
|
4871
|
+
width: calc(66.66% - 1rem);
|
|
5003
4872
|
}
|
|
5004
4873
|
.one-third-two-thirds > *:nth-child(odd) {
|
|
5005
|
-
width: calc(33.33% -
|
|
4874
|
+
width: calc(33.33% - 1rem);
|
|
5006
4875
|
}
|
|
5007
4876
|
}
|
|
5008
4877
|
|
|
@@ -5031,7 +4900,7 @@ table.nowrap td a,
|
|
|
5031
4900
|
display: flex;
|
|
5032
4901
|
flex-wrap: wrap;
|
|
5033
4902
|
flex-direction: row;
|
|
5034
|
-
gap:
|
|
4903
|
+
gap: 2rem;
|
|
5035
4904
|
width: 100%;
|
|
5036
4905
|
}
|
|
5037
4906
|
.two-thirds-one-third > * {
|
|
@@ -5042,20 +4911,23 @@ table.nowrap td a,
|
|
|
5042
4911
|
.two-thirds-one-third img {
|
|
5043
4912
|
max-width: 100%;
|
|
5044
4913
|
}
|
|
5045
|
-
.two-thirds-one-third > section,
|
|
5046
|
-
.two-thirds-one-third > article,
|
|
5047
|
-
.two-thirds-one-third > div {
|
|
4914
|
+
.two-thirds-one-third > section.content-wrapper,
|
|
4915
|
+
.two-thirds-one-third > article.content-wrapper,
|
|
4916
|
+
.two-thirds-one-third > div.content-wrapper {
|
|
5048
4917
|
padding: 0;
|
|
4918
|
+
gap: 1.25rem;
|
|
4919
|
+
display: flex;
|
|
4920
|
+
flex-direction: column;
|
|
5049
4921
|
}
|
|
5050
4922
|
@media (width >= 42rem) {
|
|
5051
4923
|
.two-thirds-one-third {
|
|
5052
|
-
gap:
|
|
4924
|
+
gap: 2rem;
|
|
5053
4925
|
}
|
|
5054
|
-
.two-thirds-one-third >
|
|
5055
|
-
width: calc(33.33% -
|
|
4926
|
+
.two-thirds-one-third > *:nth-child(even) {
|
|
4927
|
+
width: calc(33.33% - 1rem);
|
|
5056
4928
|
}
|
|
5057
4929
|
.two-thirds-one-third > *:nth-child(odd) {
|
|
5058
|
-
width: calc(66.66% -
|
|
4930
|
+
width: calc(66.66% - 1rem);
|
|
5059
4931
|
}
|
|
5060
4932
|
}
|
|
5061
4933
|
|