@minvws/manon-themes 16.3.0-beta.10
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/accordion.scss +9 -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/button-ghost.scss +6 -0
- package/basic-bold/components/filter.scss +9 -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 +9 -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 +40 -0
- package/basic-bold/components/logo.scss +16 -0
- package/basic-bold/components/notification.scss +9 -0
- package/basic-bold/components/pagination.scss +21 -0
- package/basic-bold/components/sidemenu.scss +21 -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-Italic.woff2.license +2 -0
- package/basic-bold/fonts/OpenSans/OpenSans-Regular.woff2 +0 -0
- package/basic-bold/fonts/OpenSans/OpenSans-Regular.woff2.license +2 -0
- package/basic-bold/fonts/OpenSans/OpenSans-SemiBold.woff2 +0 -0
- package/basic-bold/fonts/OpenSans/OpenSans-SemiBold.woff2.license +2 -0
- package/basic-bold/fonts/OpenSans/OpenSans-SemiBoldItalic.woff2 +0 -0
- package/basic-bold/fonts/OpenSans/OpenSans-SemiBoldItalic.woff2.license +2 -0
- package/basic-bold/fonts/icons/manon-basic-bold-icons-0.3.eot +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/tabler-icons/_glyphs.scss +4912 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.eot +0 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.eot.license +2 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.ttf +0 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.ttf.license +2 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.woff +0 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.woff.license +2 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.woff2 +0 -0
- package/basic-bold/fonts/tabler-icons/tabler-icons.woff2.license +2 -0
- package/basic-bold/fonts.scss +49 -0
- package/basic-bold/fundamentals/body-text-set.scss +42 -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/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 +46 -0
- package/icore-open/_index.scss +1 -0
- package/icore-open/_variables.scss +1 -0
- package/icore-open/application-base.scss +11 -0
- package/icore-open/color-scheme/_index.scss +6 -0
- package/icore-open/color-scheme/open-color.scss +399 -0
- package/icore-open/color-scheme/open-color.scss.license +2 -0
- package/icore-open/components/article-content-wrapper.scss +8 -0
- package/icore-open/components/article.scss +7 -0
- package/icore-open/components/breadcrumb-bar.scss +26 -0
- package/icore-open/components/button-base.scss +54 -0
- package/icore-open/components/button-cta.scss +8 -0
- package/icore-open/components/code.scss +9 -0
- package/icore-open/components/footer-navigation-link-active.scss +7 -0
- package/icore-open/components/footer-navigation-link-focus.scss +16 -0
- package/icore-open/components/footer-navigation-link-hover.scss +7 -0
- package/icore-open/components/footer-navigation-link-visited-hover.scss +12 -0
- package/icore-open/components/footer-navigation-link-visited.scss +7 -0
- package/icore-open/components/footer-navigation-link.scss +9 -0
- package/icore-open/components/footer.scss +9 -0
- package/icore-open/components/form-accent-color.scss +7 -0
- package/icore-open/components/form-base.scss +15 -0
- package/icore-open/components/form-button.scss +6 -0
- package/icore-open/components/form-fieldset.scss +7 -0
- package/icore-open/components/form-inline.scss +15 -0
- package/icore-open/components/form-input.scss +10 -0
- package/icore-open/components/form-textarea.scss +5 -0
- package/icore-open/components/header-content-wrapper.scss +5 -0
- package/icore-open/components/header-navigation-button.scss +50 -0
- package/icore-open/components/header-navigation-collapsible.scss +43 -0
- package/icore-open/components/header-navigation-link-active.scss +14 -0
- package/icore-open/components/header-navigation-link-focus.scss +23 -0
- package/icore-open/components/header-navigation-link-hover.scss +12 -0
- package/icore-open/components/header-navigation-link-visited.scss +11 -0
- package/icore-open/components/header-navigation.scss +37 -0
- package/icore-open/components/header.scss +11 -0
- package/icore-open/components/icons.scss +40 -0
- package/icore-open/components/layout-authentication.scss +9 -0
- package/icore-open/components/link-active.scss +7 -0
- package/icore-open/components/link-focus.scss +10 -0
- package/icore-open/components/link-hover.scss +8 -0
- package/icore-open/components/link-visited-hover.scss +7 -0
- package/icore-open/components/link-visited.scss +8 -0
- package/icore-open/components/link.scss +9 -0
- package/icore-open/components/logo.scss +5 -0
- package/icore-open/components/main-content-wrapper.scss +6 -0
- package/icore-open/components/main.scss +9 -0
- package/icore-open/components/notification-block-element.scss +10 -0
- package/icore-open/components/radio-input.scss +7 -0
- package/icore-open/components/section-content-wrapper.scss +8 -0
- package/icore-open/components/section.scss +7 -0
- package/icore-open/components/sidemenu.scss +20 -0
- package/icore-open/components/table-caption.scss +5 -0
- package/icore-open/components/table.scss +68 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-Bold.ttf +0 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-Bold.ttf.license +3 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-BoldItalic.ttf +0 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-BoldItalic.ttf.license +3 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-ExtraLight.ttf +0 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-ExtraLight.ttf.license +3 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-ExtraLightItalic.ttf +0 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-ExtraLightItalic.ttf.license +3 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-Italic.ttf +0 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-Italic.ttf.license +3 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-Light.ttf +0 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-Light.ttf.license +3 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-LightItalic.ttf +0 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-LightItalic.ttf.license +3 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-Medium.ttf +0 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-Medium.ttf.license +3 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-MediumItalic.ttf +0 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-MediumItalic.ttf.license +3 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-Regular.ttf +0 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-Regular.ttf.license +3 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-SemiBold.ttf +0 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-SemiBold.ttf.license +3 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-SemiBoldItalic.ttf +0 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-SemiBoldItalic.ttf.license +3 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-Thin.ttf +0 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-Thin.ttf.license +3 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-ThinItalic.ttf +0 -0
- package/icore-open/fonts/IBMPlexSans/IBMPlexSans-ThinItalic.ttf.license +3 -0
- package/icore-open/fonts/fonts.scss +70 -0
- package/icore-open/fonts/tabler-icons/_glyphs.scss +4912 -0
- package/icore-open/fonts/tabler-icons/tabler-icons.ttf +0 -0
- package/icore-open/fonts/tabler-icons/tabler-icons.ttf.license +2 -0
- package/icore-open/fonts/tabler-icons/tabler-icons.woff +0 -0
- package/icore-open/fonts/tabler-icons/tabler-icons.woff.license +2 -0
- package/icore-open/fonts/tabler-icons/tabler-icons.woff2 +0 -0
- package/icore-open/fonts/tabler-icons/tabler-icons.woff2.license +2 -0
- package/icore-open/fundamentals/body-text-set.scss +44 -0
- package/icore-open/fundamentals/border-radii.scss +24 -0
- package/icore-open/fundamentals/headings-base-set.scss +5 -0
- package/icore-open/fundamentals/shadows.scss +25 -0
- package/icore-open/fundamentals/spacing.scss +86 -0
- package/icore-open/theme-specific-components/avatar.scss +15 -0
- package/icore-open/theme-specific-components/header-navigation-actions.scss +8 -0
- package/icore-open/theme-specific-components/visually-grouped.scss +26 -0
- package/icore-open/theme.scss +83 -0
- package/package.json +27 -0
- package/soft/_index.scss +1 -0
- package/soft/_variables.scss +1 -0
- package/soft/application-base.scss +6 -0
- package/soft/components/accordion.scss +9 -0
- package/soft/components/breadcrumb-bar.scss +5 -0
- package/soft/components/button-ghost.scss +6 -0
- package/soft/components/filter.scss +9 -0
- package/soft/components/header-navigation.scss +50 -0
- package/soft/components/icon.scss +40 -0
- package/soft/components/logo.scss +6 -0
- package/soft/components/notification.scss +9 -0
- package/soft/components/sidemenu.scss +9 -0
- package/soft/components/tile.scss +5 -0
- package/soft/fonts/Neuton/Neuton-Bold.woff2 +0 -0
- package/soft/fonts/Neuton/Neuton-Bold.woff2.license +3 -0
- package/soft/fonts/Neuton/Neuton-Italic.woff2 +0 -0
- package/soft/fonts/Neuton/Neuton-Italic.woff2.license +3 -0
- package/soft/fonts/OpenSans/OpenSans-Italic.woff2 +0 -0
- package/soft/fonts/OpenSans/OpenSans-Italic.woff2.license +2 -0
- package/soft/fonts/OpenSans/OpenSans-Regular.woff2 +0 -0
- package/soft/fonts/OpenSans/OpenSans-Regular.woff2.license +2 -0
- package/soft/fonts/OpenSans/OpenSans-SemiBold.woff2 +0 -0
- package/soft/fonts/OpenSans/OpenSans-SemiBold.woff2.license +2 -0
- package/soft/fonts/OpenSans/OpenSans-SemiBoldItalic.woff2 +0 -0
- package/soft/fonts/OpenSans/OpenSans-SemiBoldItalic.woff2.license +2 -0
- package/soft/fonts/tabler-icons/_glyphs.scss +4912 -0
- package/soft/fonts/tabler-icons/tabler-icons.eot +0 -0
- package/soft/fonts/tabler-icons/tabler-icons.eot.license +2 -0
- package/soft/fonts/tabler-icons/tabler-icons.ttf +0 -0
- package/soft/fonts/tabler-icons/tabler-icons.ttf.license +2 -0
- package/soft/fonts/tabler-icons/tabler-icons.woff +0 -0
- package/soft/fonts/tabler-icons/tabler-icons.woff.license +2 -0
- package/soft/fonts/tabler-icons/tabler-icons.woff2 +0 -0
- package/soft/fonts/tabler-icons/tabler-icons.woff2.license +2 -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/theme.scss +27 -0
|
Binary file
|
|
Binary file
|
|
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: "tabler-icons";
|
|
58
|
+
font-weight: normal;
|
|
59
|
+
font-style: normal;
|
|
60
|
+
font-display: var(--text-icon-font-display, block);
|
|
61
|
+
src: url('#{variables.$font-path}/tabler-icons/tabler-icons.eot?v2.44.0');
|
|
62
|
+
src: url('#{variables.$font-path}/tabler-icons/tabler-icons.eot?#iefix-v2.44.0') format('embedded-opentype'),
|
|
63
|
+
url('#{variables.$font-path}/tabler-icons/tabler-icons.woff2?v2.44.0') format('woff2'),
|
|
64
|
+
url('#{variables.$font-path}/tabler-icons/tabler-icons.woff?') format('woff'),
|
|
65
|
+
url('#{variables.$font-path}/tabler-icons/tabler-icons.ttf?v2.44.0') format('truetype');
|
|
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
|
+
}
|
|
@@ -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
|
+
}
|
package/soft/theme.scss
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/* Theme: Soft based on manon components */
|
|
2
|
+
|
|
3
|
+
/* Variables */
|
|
4
|
+
@forward "variables";
|
|
5
|
+
|
|
6
|
+
/* Fonts */
|
|
7
|
+
@use "fonts";
|
|
8
|
+
|
|
9
|
+
/* Top level styling */
|
|
10
|
+
@use "application-base";
|
|
11
|
+
|
|
12
|
+
/* Fundamentals */
|
|
13
|
+
@use "fundamentals/spot-large";
|
|
14
|
+
@use "fundamentals/body-text-set";
|
|
15
|
+
@use "fundamentals/headings-base-set";
|
|
16
|
+
|
|
17
|
+
/* Components */
|
|
18
|
+
@use "components/accordion";
|
|
19
|
+
@use "components/breadcrumb-bar";
|
|
20
|
+
@use "components/button-ghost";
|
|
21
|
+
@use "components/filter";
|
|
22
|
+
@use "components/icon";
|
|
23
|
+
@use "components/sidemenu";
|
|
24
|
+
@use "components/tile";
|
|
25
|
+
@use "components/header-navigation";
|
|
26
|
+
@use "components/logo";
|
|
27
|
+
@use "components/notification";
|