@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
|
@@ -1446,8 +1446,13 @@ body > footer .content-wrapper,
|
|
|
1446
1446
|
flex-direction: row;
|
|
1447
1447
|
align-items: flex-start;
|
|
1448
1448
|
justify-content: space-between;
|
|
1449
|
+
padding-right: 3rem;
|
|
1450
|
+
padding-left: 3rem;
|
|
1451
|
+
max-width: 82rem;
|
|
1449
1452
|
display: flex;
|
|
1450
1453
|
width: 100%;
|
|
1454
|
+
margin: 0 auto;
|
|
1455
|
+
box-sizing: border-box;
|
|
1451
1456
|
}
|
|
1452
1457
|
body > footer a,
|
|
1453
1458
|
.manon-root > footer a,
|
|
@@ -1556,6 +1561,7 @@ body > footer .meta,
|
|
|
1556
1561
|
align-items: flex-end;
|
|
1557
1562
|
justify-content: flex-end;
|
|
1558
1563
|
margin: 3rem 0 0 0;
|
|
1564
|
+
max-width: 82rem;
|
|
1559
1565
|
}
|
|
1560
1566
|
body > footer .meta,
|
|
1561
1567
|
.manon-root > footer .meta,
|
|
@@ -2559,18 +2565,21 @@ body > header nav,
|
|
|
2559
2565
|
width: 100%;
|
|
2560
2566
|
background-color: #275937;
|
|
2561
2567
|
padding-top: 0;
|
|
2562
|
-
padding-right:
|
|
2568
|
+
padding-right: 0;
|
|
2563
2569
|
padding-bottom: 0;
|
|
2564
|
-
padding-left:
|
|
2570
|
+
padding-left: 0;
|
|
2565
2571
|
min-height: 4.375rem;
|
|
2566
2572
|
}
|
|
2567
|
-
body > header nav
|
|
2568
|
-
.manon-root > header nav
|
|
2569
|
-
.page-header nav
|
|
2573
|
+
body > header nav .content-wrapper,
|
|
2574
|
+
.manon-root > header nav .content-wrapper,
|
|
2575
|
+
.page-header nav .content-wrapper {
|
|
2570
2576
|
display: flex;
|
|
2571
2577
|
width: 100%;
|
|
2572
2578
|
margin: 0 auto;
|
|
2573
2579
|
box-sizing: border-box;
|
|
2580
|
+
padding-right: 3rem;
|
|
2581
|
+
padding-left: 3rem;
|
|
2582
|
+
max-width: 82rem;
|
|
2574
2583
|
}
|
|
2575
2584
|
body > header .actions,
|
|
2576
2585
|
.manon-root > header .actions,
|
|
@@ -3253,7 +3262,8 @@ ol {
|
|
|
3253
3262
|
display: flex;
|
|
3254
3263
|
flex-direction: column;
|
|
3255
3264
|
box-sizing: border-box;
|
|
3256
|
-
padding: 1rem;
|
|
3265
|
+
padding: 0 1rem;
|
|
3266
|
+
margin: 0;
|
|
3257
3267
|
}
|
|
3258
3268
|
ul li,
|
|
3259
3269
|
ol li {
|
|
@@ -3455,7 +3465,6 @@ nav ul li {
|
|
|
3455
3465
|
padding: 0.5rem 0;
|
|
3456
3466
|
}
|
|
3457
3467
|
nav ul li::before {
|
|
3458
|
-
border: 1px dashed red;
|
|
3459
3468
|
mask-size: contain;
|
|
3460
3469
|
content: "";
|
|
3461
3470
|
display: inline-block;
|
|
@@ -3468,6 +3477,8 @@ nav ul li::before {
|
|
|
3468
3477
|
}
|
|
3469
3478
|
nav .collapsing-element,
|
|
3470
3479
|
nav .content-wrapper {
|
|
3480
|
+
display: flex;
|
|
3481
|
+
width: 100%;
|
|
3471
3482
|
justify-content: space-between;
|
|
3472
3483
|
}
|
|
3473
3484
|
.nota-bene {
|
|
@@ -4733,7 +4744,7 @@ ul.tiles > li > section,
|
|
|
4733
4744
|
}
|
|
4734
4745
|
|
|
4735
4746
|
.tiles {
|
|
4736
|
-
align-items:
|
|
4747
|
+
align-items: stretch;
|
|
4737
4748
|
/* render each div, nav or section directly within a tiles group as a tile */
|
|
4738
4749
|
}
|
|
4739
4750
|
.tiles > div,
|
|
@@ -4804,6 +4815,20 @@ ul.tiles > li > a {
|
|
|
4804
4815
|
width: 100%;
|
|
4805
4816
|
box-sizing: border-box;
|
|
4806
4817
|
}
|
|
4818
|
+
.column-2 > section.content-wrapper,
|
|
4819
|
+
.column-2 > article.content-wrapper,
|
|
4820
|
+
.column-2 > div.content-wrapper,
|
|
4821
|
+
.column-3 > section.content-wrapper,
|
|
4822
|
+
.column-3 > article.content-wrapper,
|
|
4823
|
+
.column-3 > div.content-wrapper,
|
|
4824
|
+
.column-4 > section.content-wrapper,
|
|
4825
|
+
.column-4 > article.content-wrapper,
|
|
4826
|
+
.column-4 > div.content-wrapper {
|
|
4827
|
+
padding: 0;
|
|
4828
|
+
gap: 2rem;
|
|
4829
|
+
display: flex;
|
|
4830
|
+
flex-direction: column;
|
|
4831
|
+
}
|
|
4807
4832
|
.column-2 img,
|
|
4808
4833
|
.column-3 img,
|
|
4809
4834
|
.column-4 img {
|
|
@@ -4834,6 +4859,9 @@ ul.tiles > li > a {
|
|
|
4834
4859
|
width: 100%;
|
|
4835
4860
|
box-sizing: border-box;
|
|
4836
4861
|
margin: 0 auto;
|
|
4862
|
+
gap: 1.25rem;
|
|
4863
|
+
display: flex;
|
|
4864
|
+
flex-direction: column;
|
|
4837
4865
|
}
|
|
4838
4866
|
|
|
4839
4867
|
*.focus-only,
|
|
@@ -4910,7 +4938,7 @@ table.nowrap td a,
|
|
|
4910
4938
|
flex-direction: row;
|
|
4911
4939
|
width: 100%;
|
|
4912
4940
|
box-sizing: border-box;
|
|
4913
|
-
gap:
|
|
4941
|
+
gap: 3rem;
|
|
4914
4942
|
}
|
|
4915
4943
|
.one-third-two-thirds > * {
|
|
4916
4944
|
max-width: 100%;
|
|
@@ -4920,20 +4948,23 @@ table.nowrap td a,
|
|
|
4920
4948
|
.one-third-two-thirds img {
|
|
4921
4949
|
max-width: 100%;
|
|
4922
4950
|
}
|
|
4923
|
-
.one-third-two-thirds > section,
|
|
4924
|
-
.one-third-two-thirds > article,
|
|
4925
|
-
.one-third-two-thirds > div {
|
|
4951
|
+
.one-third-two-thirds > section.content-wrapper,
|
|
4952
|
+
.one-third-two-thirds > article.content-wrapper,
|
|
4953
|
+
.one-third-two-thirds > div.content-wrapper {
|
|
4926
4954
|
padding: 0;
|
|
4955
|
+
gap: 2rem;
|
|
4956
|
+
display: flex;
|
|
4957
|
+
flex-direction: column;
|
|
4927
4958
|
}
|
|
4928
4959
|
@media (width >= 42rem) {
|
|
4929
4960
|
.one-third-two-thirds {
|
|
4930
|
-
gap:
|
|
4961
|
+
gap: 3rem;
|
|
4931
4962
|
}
|
|
4932
|
-
.one-third-two-thirds >
|
|
4933
|
-
width: calc(66.66% -
|
|
4963
|
+
.one-third-two-thirds > *:nth-child(even) {
|
|
4964
|
+
width: calc(66.66% - 1.5rem);
|
|
4934
4965
|
}
|
|
4935
4966
|
.one-third-two-thirds > *:nth-child(odd) {
|
|
4936
|
-
width: calc(33.33% -
|
|
4967
|
+
width: calc(33.33% - 1.5rem);
|
|
4937
4968
|
}
|
|
4938
4969
|
}
|
|
4939
4970
|
|
|
@@ -4962,7 +4993,7 @@ table.nowrap td a,
|
|
|
4962
4993
|
display: flex;
|
|
4963
4994
|
flex-wrap: wrap;
|
|
4964
4995
|
flex-direction: row;
|
|
4965
|
-
gap:
|
|
4996
|
+
gap: 3rem;
|
|
4966
4997
|
width: 100%;
|
|
4967
4998
|
}
|
|
4968
4999
|
.two-thirds-one-third > * {
|
|
@@ -4973,20 +5004,23 @@ table.nowrap td a,
|
|
|
4973
5004
|
.two-thirds-one-third img {
|
|
4974
5005
|
max-width: 100%;
|
|
4975
5006
|
}
|
|
4976
|
-
.two-thirds-one-third > section,
|
|
4977
|
-
.two-thirds-one-third > article,
|
|
4978
|
-
.two-thirds-one-third > div {
|
|
5007
|
+
.two-thirds-one-third > section.content-wrapper,
|
|
5008
|
+
.two-thirds-one-third > article.content-wrapper,
|
|
5009
|
+
.two-thirds-one-third > div.content-wrapper {
|
|
4979
5010
|
padding: 0;
|
|
5011
|
+
gap: 2rem;
|
|
5012
|
+
display: flex;
|
|
5013
|
+
flex-direction: column;
|
|
4980
5014
|
}
|
|
4981
5015
|
@media (width >= 42rem) {
|
|
4982
5016
|
.two-thirds-one-third {
|
|
4983
|
-
gap:
|
|
5017
|
+
gap: 3rem;
|
|
4984
5018
|
}
|
|
4985
|
-
.two-thirds-one-third >
|
|
4986
|
-
width: calc(33.33% -
|
|
5019
|
+
.two-thirds-one-third > *:nth-child(even) {
|
|
5020
|
+
width: calc(33.33% - 1.5rem);
|
|
4987
5021
|
}
|
|
4988
5022
|
.two-thirds-one-third > *:nth-child(odd) {
|
|
4989
|
-
width: calc(66.66% -
|
|
5023
|
+
width: calc(66.66% - 1.5rem);
|
|
4990
5024
|
}
|
|
4991
5025
|
}
|
|
4992
5026
|
|