@minvws/manon-themes 16.3.0-beta.2
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/LICENSE.txt +287 -0
- package/basic-bold/_index.scss +1 -0
- package/basic-bold/_variables.scss +1 -0
- package/basic-bold/application-base.scss +31 -0
- package/basic-bold/components/breadcrumb-bar.scss +15 -0
- package/basic-bold/components/button-base.scss +10 -0
- package/basic-bold/components/button-cta.scss +6 -0
- package/basic-bold/components/footer-navigation-link.scss +19 -0
- package/basic-bold/components/footer.scss +8 -0
- package/basic-bold/components/form-input.scss +8 -0
- package/basic-bold/components/header-content-wrapper.scss +8 -0
- package/basic-bold/components/header-navigation-content-wrapper.scss +7 -0
- package/basic-bold/components/header-navigation-link.scss +29 -0
- package/basic-bold/components/header-navigation.scss +25 -0
- package/basic-bold/components/header.scss +11 -0
- package/basic-bold/components/icon.scss +5 -0
- package/basic-bold/components/logo.scss +16 -0
- package/basic-bold/components/pagination.scss +9 -0
- package/basic-bold/components/sidemenu.scss +14 -0
- package/basic-bold/components/skip-to-content.scss +4 -0
- package/basic-bold/components/tile.scss +5 -0
- package/basic-bold/fonts/OpenSans/OpenSans-Italic.woff2 +0 -0
- package/basic-bold/fonts/OpenSans/OpenSans-Regular.woff2 +0 -0
- package/basic-bold/fonts/OpenSans/OpenSans-SemiBold.woff2 +0 -0
- package/basic-bold/fonts/OpenSans/OpenSans-SemiBoldItalic.woff2 +0 -0
- package/basic-bold/fonts/icons/manon-basic-bold-icons-0.3.svg +13 -0
- package/basic-bold/fonts/icons/manon-basic-bold-icons-0.3.ttf +0 -0
- package/basic-bold/fonts/icons/manon-basic-bold-icons-0.3.woff +0 -0
- package/basic-bold/fonts.scss +49 -0
- package/basic-bold/fundamentals/body-text-set.scss +42 -0
- package/basic-bold/fundamentals/colors.scss +6 -0
- package/basic-bold/fundamentals/headings-base-set.scss +5 -0
- package/basic-bold/fundamentals/spacing.scss +44 -0
- package/basic-bold/fundamentals/spot-large.scss +103 -0
- package/basic-bold/icons.scss +14 -0
- package/basic-bold/layout/article.scss +9 -0
- package/basic-bold/layout/main.scss +10 -0
- package/basic-bold/layout/section.scss +7 -0
- package/basic-bold/theme.scss +45 -0
- package/package.json +26 -0
- package/soft/_index.scss +1 -0
- package/soft/_variables.scss +1 -0
- package/soft/application-base.scss +6 -0
- package/soft/components/background-color-offset.scss +9 -0
- package/soft/components/breadcrumb-bar.scss +5 -0
- package/soft/components/header-navigation.scss +50 -0
- package/soft/components/icon.scss +5 -0
- package/soft/components/logo.scss +6 -0
- package/soft/components/tile.scss +5 -0
- package/soft/fonts/Neuton/Neuton-Bold.woff2 +0 -0
- package/soft/fonts/Neuton/Neuton-Italic.woff2 +0 -0
- package/soft/fonts/OpenSans/OpenSans-Italic.woff2 +0 -0
- package/soft/fonts/OpenSans/OpenSans-Regular.woff2 +0 -0
- package/soft/fonts/OpenSans/OpenSans-SemiBold.woff2 +0 -0
- package/soft/fonts/OpenSans/OpenSans-SemiBoldItalic.woff2 +0 -0
- package/soft/fonts/icons/manon-soft-icons-0.3.svg +13 -0
- package/soft/fonts/icons/manon-soft-icons-0.3.ttf +0 -0
- package/soft/fonts/icons/manon-soft-icons-0.3.woff +0 -0
- package/soft/fonts.scss +66 -0
- package/soft/fundamentals/body-text-set.scss +42 -0
- package/soft/fundamentals/headings-base-set.scss +5 -0
- package/soft/fundamentals/spot-large.scss +103 -0
- package/soft/icons.scss +14 -0
- package/soft/theme.scss +24 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* body-text-set - variables */
|
|
2
|
+
|
|
3
|
+
:root {
|
|
4
|
+
/* Available variables to use within all text types */
|
|
5
|
+
--text-set-font-family: "Open Sans", sans-serif;
|
|
6
|
+
--text-set-font-size: 1rem;
|
|
7
|
+
--text-set-font-weight: normal;
|
|
8
|
+
--text-set-strong-font-weight: 600;
|
|
9
|
+
--text-set-line-height: 1.75;
|
|
10
|
+
--text-set-text-color: #000;
|
|
11
|
+
--text-set-text-align: left;
|
|
12
|
+
|
|
13
|
+
/* Body text small */
|
|
14
|
+
--body-text-small-font-size: 0.8rem;
|
|
15
|
+
--body-text-small-font-weight: var(--text-set-font-weight);
|
|
16
|
+
--body-text-small-line-height: var(--text-set-line-height);
|
|
17
|
+
--body-text-small-color: #696969;
|
|
18
|
+
--body-text-small-text-align: var(--text-set-text-align);
|
|
19
|
+
|
|
20
|
+
/* Strong */
|
|
21
|
+
--body-text-small-strong-font-weight: var(--text-set-strong-font-weight);
|
|
22
|
+
|
|
23
|
+
/* Body text medium */
|
|
24
|
+
--body-text-medium-font-size: var(--text-set-font-size);
|
|
25
|
+
--body-text-medium-font-weight: var(--text-set-font-weight);
|
|
26
|
+
--body-text-medium-line-height: var(--text-set-line-height);
|
|
27
|
+
--body-text-medium-color: var(--text-set-text-color);
|
|
28
|
+
--body-text-medium-text-align: var(--text-set-text-align);
|
|
29
|
+
|
|
30
|
+
/* Strong */
|
|
31
|
+
--body-text-medium-strong-font-weight: var(--text-set-strong-font-weight);
|
|
32
|
+
|
|
33
|
+
/* Body text large */
|
|
34
|
+
--body-text-large-font-size: 1.5rem;
|
|
35
|
+
--body-text-large-font-weight: var(--text-set-font-weight);
|
|
36
|
+
--body-text-large-line-height: var(--text-set-line-height);
|
|
37
|
+
--body-text-large-color: var(--text-set-text-color);
|
|
38
|
+
--body-text-large-text-align: var(--text-set-text-align);
|
|
39
|
+
|
|
40
|
+
/* Strong */
|
|
41
|
+
--body-text-large-strong-font-weight: var(--text-set-strong-font-weight);
|
|
42
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/* Theme spacing */
|
|
2
|
+
|
|
3
|
+
:root {
|
|
4
|
+
--spacing-xxxl: 5rem;
|
|
5
|
+
--spacing-xxl: 4rem;
|
|
6
|
+
--spacing-xl: 3rem;
|
|
7
|
+
--spacing-l: 2rem;
|
|
8
|
+
--spacing-m: 1.5rem;
|
|
9
|
+
--spacing-s: 1rem;
|
|
10
|
+
--spacing-xs: 0.5rem;
|
|
11
|
+
--spacing-xxs: 0.25rem;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.spacing-xxxl {
|
|
15
|
+
gap: var(--spacing-xxxl);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.spacing-xxl {
|
|
19
|
+
gap: var(--spacing-xxl);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.spacing-xl {
|
|
23
|
+
gap: var(--spacing-xl);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.spacing-l {
|
|
27
|
+
gap: var(--spacing-l);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.spacing-m {
|
|
31
|
+
gap: var(--spacing-m);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.spacing-s {
|
|
35
|
+
gap: var(--spacing-s);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.spacing-xs {
|
|
39
|
+
gap: var(--spacing-xs);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.spacing-xxs {
|
|
43
|
+
gap: var(--spacing-xxs);
|
|
44
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
|
|
3
|
+
/* Color sets */
|
|
4
|
+
/* Spot large */
|
|
5
|
+
/* Main colors */
|
|
6
|
+
|
|
7
|
+
/* Gold */
|
|
8
|
+
--branding-color-1: #E1C282;
|
|
9
|
+
|
|
10
|
+
/* Pink */
|
|
11
|
+
--branding-color-2: #F7D0D3;
|
|
12
|
+
|
|
13
|
+
/* Accent colors */
|
|
14
|
+
|
|
15
|
+
/* Dark navy */
|
|
16
|
+
--branding-color-accent-1: #111416;
|
|
17
|
+
|
|
18
|
+
/* Soft blue */
|
|
19
|
+
--branding-color-accent-2: #5B76A9;
|
|
20
|
+
|
|
21
|
+
/* Soft green */
|
|
22
|
+
--branding-color-accent-3: #6FB07D;
|
|
23
|
+
|
|
24
|
+
/* Soft red */
|
|
25
|
+
--branding-color-accent-4: #B95D5D;
|
|
26
|
+
|
|
27
|
+
/* Soft gold */
|
|
28
|
+
--branding-color-accent-5: #FFF4DD;
|
|
29
|
+
|
|
30
|
+
/* Branding color combinations.
|
|
31
|
+
e.g if a branding color is used as a background-color. What should the text
|
|
32
|
+
and link colors be.
|
|
33
|
+
|
|
34
|
+
/* Branding color 1 */
|
|
35
|
+
--branding-color-1-background-color: var(--branding-color-1);
|
|
36
|
+
--branding-color-1-text-color: black;
|
|
37
|
+
|
|
38
|
+
--branding-color-1-link-text-color: var(--branding-color-1-text-color);
|
|
39
|
+
--branding-color-1-link-active-text-color: var(--branding-color-1-text-color);
|
|
40
|
+
--branding-color-1-link-visited-text-color: var(--branding-color-1-text-color);
|
|
41
|
+
--branding-color-1-link-hover-text-color: var(--branding-color-1-text-color);
|
|
42
|
+
--branding-color-1-link-visited-hover-text-color: var(--branding-color-1-text-color);
|
|
43
|
+
|
|
44
|
+
/* Branding color 2 */
|
|
45
|
+
--branding-color-2-background-color: var(--branding-color-2);
|
|
46
|
+
--branding-color-2-text-color: black;
|
|
47
|
+
|
|
48
|
+
--branding-color-2-link-text-color: var(--branding-color-2-text-color);
|
|
49
|
+
--branding-color-2-link-active-text-color: var(--branding-color-2-text-color);
|
|
50
|
+
--branding-color-2-link-visited-text-color: var(--branding-color-2-text-color);
|
|
51
|
+
--branding-color-2-link-hover-text-color: var(--branding-color-2-text-color);
|
|
52
|
+
--branding-color-2-link-visited-hover-text-color: var(--branding-color-2-text-color);
|
|
53
|
+
|
|
54
|
+
/* Accent color 1 */
|
|
55
|
+
--branding-color-accent-1-background-color: var(--branding-color-accent-1);
|
|
56
|
+
--branding-color-accent-1-text-color: white;
|
|
57
|
+
|
|
58
|
+
--branding-color-accent-1-link-text-color: var(--branding-color-accent-1-text-color);
|
|
59
|
+
--branding-color-accent-1-link-active-text-color: var(--branding-color-accent-1-text-color);
|
|
60
|
+
--branding-color-accent-1-link-visited-text-color: var(--branding-color-accent-1-text-color);
|
|
61
|
+
--branding-color-accent-1-link-hover-text-color: var(--branding-color-accent-1-text-color);
|
|
62
|
+
--branding-color-accent-1-link-visited-hover-text-color: var(--branding-color-accent-1-text-color);
|
|
63
|
+
|
|
64
|
+
/* Accent color 2 */
|
|
65
|
+
--branding-color-accent-2-background-color: var(--branding-color-accent-2);
|
|
66
|
+
--branding-color-accent-2-text-color: white;
|
|
67
|
+
|
|
68
|
+
--branding-color-accent-2-link-text-color: var(--branding-color-accent-2-text-color);
|
|
69
|
+
--branding-color-accent-2-link-active-text-color: var(--branding-color-accent-2-text-color);
|
|
70
|
+
--branding-color-accent-2-link-visited-text-color: var(--branding-color-accent-2-text-color);
|
|
71
|
+
--branding-color-accent-2-link-hover-text-color: var(--branding-color-accent-2-text-color);
|
|
72
|
+
--branding-color-accent-2-link-visited-hover-text-color: var(--branding-color-accent-2-text-color);
|
|
73
|
+
|
|
74
|
+
/* Accent color 3 */
|
|
75
|
+
--branding-color-accent-3-background-color: var(--branding-color-accent-3);
|
|
76
|
+
--branding-color-accent-3-text-color: black;
|
|
77
|
+
|
|
78
|
+
--branding-color-accent-3-link-text-color: var(--branding-color-accent-3-text-color);
|
|
79
|
+
--branding-color-accent-3-link-active-text-color: var(--branding-color-accent-3-text-color);
|
|
80
|
+
--branding-color-accent-3-link-visited-text-color: var(--branding-color-accent-3-text-color);
|
|
81
|
+
--branding-color-accent-3-link-hover-text-color: var(--branding-color-accent-3-text-color);
|
|
82
|
+
--branding-color-accent-3-link-visited-hover-text-color: var(--branding-color-accent-3-text-color);
|
|
83
|
+
|
|
84
|
+
/* Accent color 4 */
|
|
85
|
+
--branding-color-accent-4-background-color: var(--branding-color-accent-4);
|
|
86
|
+
--branding-color-accent-4-text-color: black;
|
|
87
|
+
|
|
88
|
+
--branding-color-accent-4-link-text-color: var(--branding-color-accent-4-text-color);
|
|
89
|
+
--branding-color-accent-4-link-active-text-color: var(--branding-color-accent-4-text-color);
|
|
90
|
+
--branding-color-accent-4-link-visited-text-color: var(--branding-color-accent-4-text-color);
|
|
91
|
+
--branding-color-accent-4-link-hover-text-color: var(--branding-color-accent-4-text-color);
|
|
92
|
+
--branding-color-accent-4-link-visited-hover-text-color: var(--branding-color-accent-4-text-color);
|
|
93
|
+
|
|
94
|
+
/* Accent color 5 */
|
|
95
|
+
--branding-color-accent-5-background-color: var(--branding-color-accent-5);
|
|
96
|
+
--branding-color-accent-5-text-color: black;
|
|
97
|
+
|
|
98
|
+
--branding-color-accent-5-link-text-color: var(--branding-color-accent-5-text-color);
|
|
99
|
+
--branding-color-accent-5-link-active-text-color: var(--branding-color-accent-5-text-color);
|
|
100
|
+
--branding-color-accent-5-link-visited-text-color: var(--branding-color-accent-5-text-color);
|
|
101
|
+
--branding-color-accent-5-link-hover-text-color: var(--branding-color-accent-5-text-color);
|
|
102
|
+
--branding-color-accent-5-link-visited-hover-text-color: var(--branding-color-accent-5-text-color);
|
|
103
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/* Theme: Basic bold */
|
|
2
|
+
|
|
3
|
+
/* Variables */
|
|
4
|
+
@forward "variables";
|
|
5
|
+
|
|
6
|
+
/* Fonts & icons */
|
|
7
|
+
@use "fonts";
|
|
8
|
+
@use "icons";
|
|
9
|
+
|
|
10
|
+
/* Styling on the highest level */
|
|
11
|
+
@use "application-base";
|
|
12
|
+
|
|
13
|
+
/* Fundamentals */
|
|
14
|
+
@use "fundamentals/spot-large"; /* color set */
|
|
15
|
+
@use "fundamentals/colors";
|
|
16
|
+
@use "fundamentals/body-text-set";
|
|
17
|
+
@use "fundamentals/headings-base-set";
|
|
18
|
+
@use "fundamentals/spacing";
|
|
19
|
+
|
|
20
|
+
/* Layout */
|
|
21
|
+
@use "layout/article";
|
|
22
|
+
@use "layout/main";
|
|
23
|
+
@use "layout/section";
|
|
24
|
+
|
|
25
|
+
/* Components */
|
|
26
|
+
@use "components/breadcrumb-bar";
|
|
27
|
+
|
|
28
|
+
@use "components/icon";
|
|
29
|
+
@use "components/logo";
|
|
30
|
+
@use "components/pagination";
|
|
31
|
+
@use "components/sidemenu";
|
|
32
|
+
@use "components/tile";
|
|
33
|
+
@use "components/button-base";
|
|
34
|
+
@use "components/button-cta";
|
|
35
|
+
@use "components/form-input";
|
|
36
|
+
@use "components/footer";
|
|
37
|
+
@use "components/footer-navigation-link";
|
|
38
|
+
@use "components/skip-to-content";
|
|
39
|
+
|
|
40
|
+
/* Header */
|
|
41
|
+
@use "components/header";
|
|
42
|
+
@use "components/header-content-wrapper";
|
|
43
|
+
@use "components/header-navigation";
|
|
44
|
+
@use "components/header-navigation-content-wrapper";
|
|
45
|
+
@use "components/header-navigation-link";
|
package/package.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@minvws/manon-themes",
|
|
3
|
+
"license": "EUPL-1.2",
|
|
4
|
+
"files": [
|
|
5
|
+
"**/*.scss",
|
|
6
|
+
"**/*.ico",
|
|
7
|
+
"**/*.png",
|
|
8
|
+
"**/*.svg",
|
|
9
|
+
"**/*.ttf",
|
|
10
|
+
"**/*.woff",
|
|
11
|
+
"**/*.woff2"
|
|
12
|
+
],
|
|
13
|
+
"peerDepencency": {
|
|
14
|
+
"@minvws/manon": "workspace:*",
|
|
15
|
+
"sass": ">=1.23"
|
|
16
|
+
},
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/minvws/nl-rdo-manon.git",
|
|
20
|
+
"directory": "themes"
|
|
21
|
+
},
|
|
22
|
+
"version": "16.3.0-beta.2",
|
|
23
|
+
"scripts": {
|
|
24
|
+
"npm-version": "npm version"
|
|
25
|
+
}
|
|
26
|
+
}
|
package/soft/_index.scss
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward "theme";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$font-path: "@minvws/manon-themes/soft/fonts" !default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* Backgroundcolor offset */
|
|
2
|
+
|
|
3
|
+
:root {
|
|
4
|
+
--background-color-offset-background-color: #f0f0f0;
|
|
5
|
+
--background-color-offset-margin-top: var(--content-padding-top);
|
|
6
|
+
--background-color-offset-margin-bottom: var(--content-padding-bottom);
|
|
7
|
+
--background-color-offset-padding-top: calc(var(--content-padding-top) * 2);
|
|
8
|
+
--background-color-offset-padding-bottom: calc(var(--content-padding-bottom) * 2);
|
|
9
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/* Header navigation */
|
|
2
|
+
|
|
3
|
+
:root {
|
|
4
|
+
/* Header */
|
|
5
|
+
--header-content-wrapper-gap: 0;
|
|
6
|
+
--header-border-width: 3px 0 0 0;
|
|
7
|
+
--header-border-color: var(--branding-color-1);
|
|
8
|
+
|
|
9
|
+
/* Content wrapper */
|
|
10
|
+
--header-content-wrapper-align-items: stretch;
|
|
11
|
+
--header-content-wrapper-padding-right: var(--page-whitespace-right);
|
|
12
|
+
--header-content-wrapper-padding-left: var(--page-whitespace-left);
|
|
13
|
+
|
|
14
|
+
/* Header navigation */
|
|
15
|
+
--header-navigation-background-color: #fff;
|
|
16
|
+
--header-navigation-text-color: var(--text-set-text-color);
|
|
17
|
+
--header-navigation-max-width: 100%;
|
|
18
|
+
--header-navigation-align-items: stretch;
|
|
19
|
+
--header-navigation-justify-content: space-between;
|
|
20
|
+
|
|
21
|
+
/* Content wrapper */
|
|
22
|
+
--header-navigation-content-wrapper-gap: 0;
|
|
23
|
+
--header-navigation-content-wrapper-max-width: var(--content-max-width);
|
|
24
|
+
|
|
25
|
+
/* List */
|
|
26
|
+
--header-navigation-list-align-content: stretch;
|
|
27
|
+
--header-navigation-list-width: auto;
|
|
28
|
+
|
|
29
|
+
/* Menu items links */
|
|
30
|
+
--header-navigation-link-border-width: 4px 0 0 0;
|
|
31
|
+
--header-navigation-link-border-color: transparent;
|
|
32
|
+
--header-navigation-link-min-height: 3rem;
|
|
33
|
+
--header-navigation-link-font-size: var(--body-text-medium-font-size);
|
|
34
|
+
|
|
35
|
+
/* Link styling */
|
|
36
|
+
--header-navigation-link-text-color: var(--application-base-text-color);
|
|
37
|
+
--header-navigation-link-visited-text-color: var(--header-navigation-link-text-color);
|
|
38
|
+
|
|
39
|
+
/* Hover */
|
|
40
|
+
--header-navigation-link-hover-border-color: #ede1c7;
|
|
41
|
+
--header-navigation-link-hover-text-color: var(--header-navigation-link-text-color);
|
|
42
|
+
|
|
43
|
+
/* Active link */
|
|
44
|
+
--header-navigation-link-active-border-color: var(--branding-color-1);
|
|
45
|
+
--header-navigation-link-active-text-color: var(--header-navigation-link-hover-text-color);
|
|
46
|
+
--header-navigation-link-visited-active-text-color: var(--header-navigation-link-hover-text-color);
|
|
47
|
+
|
|
48
|
+
/* Collapsed icon */
|
|
49
|
+
--navigation-collapsible-menu-icon-font-size: 2rem;
|
|
50
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
4
|
+
<metadata>Generated by IcoMoon</metadata>
|
|
5
|
+
<defs>
|
|
6
|
+
<font id="manon-soft-icons" horiz-adv-x="1024">
|
|
7
|
+
<font-face units-per-em="1024" ascent="870.850439882698" descent="-153.14956011730206" />
|
|
8
|
+
<missing-glyph horiz-adv-x="1024" />
|
|
9
|
+
<glyph unicode=" " horiz-adv-x="0" d="" />
|
|
10
|
+
<glyph unicode="" glyph-name="descending" horiz-adv-x="849" d="M20.297 516.327l358.581-361.964c27.062-27.062 64.274-27.062 91.337 0l358.581 361.964c10.149 13.531 16.915 23.68 16.915 37.211h-845.71c3.383-13.531 10.149-27.062 20.297-37.211z" />
|
|
11
|
+
<glyph unicode="" glyph-name="ascending" horiz-adv-x="849" d="M828.796 174.66l-358.581 358.581c-27.062 27.062-64.274 27.062-91.337 0l-358.581-358.581c-10.149-10.149-16.915-23.68-16.915-37.211h845.71c-3.383 13.531-10.149 27.062-20.297 37.211z" />
|
|
12
|
+
<glyph unicode="" glyph-name="sort" horiz-adv-x="849" d="M832.179 462.202l-361.964 361.964c-27.062 27.062-64.274 27.062-91.337 0l-358.581-361.964c-10.149-10.149-16.915-23.68-16.915-37.211h845.71c-3.383 13.531-10.149 27.062-16.915 37.211zM20.297 228.786l358.581-358.581c27.062-27.062 64.274-27.062 91.337 0l358.581 358.581c13.531 13.531 20.297 33.828 16.915 54.126h-845.71c0-20.297 3.383-37.211 20.297-54.126z" />
|
|
13
|
+
</font></defs></svg>
|
|
Binary file
|
|
Binary file
|
package/soft/fonts.scss
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
@use "variables";
|
|
2
|
+
|
|
3
|
+
/* Neuton */
|
|
4
|
+
@font-face {
|
|
5
|
+
font-family: "Neuton";
|
|
6
|
+
font-weight: bold;
|
|
7
|
+
font-style: normal;
|
|
8
|
+
font-display: var(--text-magazine-font-display, swap);
|
|
9
|
+
src: url("#{variables.$font-path}/Neuton/Neuton-Bold.woff2") format("woff2");
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
@font-face {
|
|
13
|
+
font-family: "Neuton";
|
|
14
|
+
font-weight: normal;
|
|
15
|
+
font-style: italic;
|
|
16
|
+
font-display: var(--text-magazine-font-display, swap);
|
|
17
|
+
src: url("#{variables.$font-path}/Neuton/Neuton-Italic.woff2") format("woff2");
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/* Open sans */
|
|
21
|
+
/* Regular */
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: "Open Sans";
|
|
24
|
+
font-weight: normal;
|
|
25
|
+
font-style: normal;
|
|
26
|
+
font-display: var(--text-body-font-display, swap);
|
|
27
|
+
src: url("#{variables.$font-path}/OpenSans/OpenSans-Regular.woff2") format("woff2");
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: "Open Sans";
|
|
32
|
+
font-weight: normal;
|
|
33
|
+
font-style: italic;
|
|
34
|
+
font-display: var(--text-body-font-display, swap);
|
|
35
|
+
src: url("#{variables.$font-path}/OpenSans/OpenSans-Italic.woff2") format("woff2");
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/* Semi bold */
|
|
39
|
+
@font-face {
|
|
40
|
+
font-family: "Open Sans";
|
|
41
|
+
font-weight: 600;
|
|
42
|
+
font-style: normal;
|
|
43
|
+
font-display: var(--text-body-font-display, swap);
|
|
44
|
+
src: url("#{variables.$font-path}/OpenSans/OpenSans-SemiBold.woff2") format("woff2");
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
@font-face {
|
|
48
|
+
font-family: "Open Sans";
|
|
49
|
+
font-weight: 600;
|
|
50
|
+
font-style: italic;
|
|
51
|
+
font-display: var(--text-body-font-display, swap);
|
|
52
|
+
src: url("#{variables.$font-path}/OpenSans/OpenSans-SemiBoldItalic.woff2") format("woff2");
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/* Icon font */
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: "manon-soft-icons";
|
|
58
|
+
font-weight: normal;
|
|
59
|
+
font-style: normal;
|
|
60
|
+
font-display: var(--text-icon-font-display, block);
|
|
61
|
+
src: url("#{variables.$font-path}/icons/manon-soft-icons-0.3.eot");
|
|
62
|
+
src:
|
|
63
|
+
url("#{variables.$font-path}/icons/manon-soft-icons-0.3.woff") format("woff"),
|
|
64
|
+
url("#{variables.$font-path}/icons/manon-soft-icons-0.3.ttf") format("truetype"),
|
|
65
|
+
url("#{variables.$font-path}/icons/manon-soft-icons-0.3.svg#manon-soft-icons") format("svg");
|
|
66
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* body-text-set - variables */
|
|
2
|
+
|
|
3
|
+
:root {
|
|
4
|
+
/* Available variables to use within all text types */
|
|
5
|
+
--text-set-font-family: "Open Sans", sans-serif;
|
|
6
|
+
--text-set-font-size: 1rem;
|
|
7
|
+
--text-set-font-weight: normal;
|
|
8
|
+
--text-set-strong-font-weight: 600;
|
|
9
|
+
--text-set-line-height: 1.75;
|
|
10
|
+
--text-set-text-color: #000;
|
|
11
|
+
--text-set-text-align: left;
|
|
12
|
+
|
|
13
|
+
/* Body text small */
|
|
14
|
+
--body-text-small-font-size: 0.8rem;
|
|
15
|
+
--body-text-small-font-weight: var(--text-set-font-weight);
|
|
16
|
+
--body-text-small-line-height: var(--text-set-line-height);
|
|
17
|
+
--body-text-small-color: #696969;
|
|
18
|
+
--body-text-small-text-align: var(--text-set-text-align);
|
|
19
|
+
|
|
20
|
+
/* Strong */
|
|
21
|
+
--body-text-small-strong-font-weight: var(--text-set-strong-font-weight);
|
|
22
|
+
|
|
23
|
+
/* Body text medium */
|
|
24
|
+
--body-text-medium-font-size: var(--text-set-font-size);
|
|
25
|
+
--body-text-medium-font-weight: var(--text-set-font-weight);
|
|
26
|
+
--body-text-medium-line-height: var(--text-set-line-height);
|
|
27
|
+
--body-text-medium-color: var(--text-set-text-color);
|
|
28
|
+
--body-text-medium-text-align: var(--text-set-text-align);
|
|
29
|
+
|
|
30
|
+
/* Strong */
|
|
31
|
+
--body-text-medium-strong-font-weight: var(--text-set-strong-font-weight);
|
|
32
|
+
|
|
33
|
+
/* Body text large */
|
|
34
|
+
--body-text-large-font-size: 1.5rem;
|
|
35
|
+
--body-text-large-font-weight: var(--text-set-font-weight);
|
|
36
|
+
--body-text-large-line-height: var(--text-set-line-height);
|
|
37
|
+
--body-text-large-color: var(--text-set-text-color);
|
|
38
|
+
--body-text-large-text-align: var(--text-set-text-align);
|
|
39
|
+
|
|
40
|
+
/* Strong */
|
|
41
|
+
--body-text-large-strong-font-weight: var(--text-set-strong-font-weight);
|
|
42
|
+
}
|