@simple-reporting/base 1.0.40 → 1.0.41
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/dev/package.json +1 -1
- package/dev/src/assets/scss/app.scss +0 -1
- package/dev/src/assets/scss/components/{note/accordion.scss → accordion.scss} +20 -0
- package/dev/src/assets/scss/pdf.scss +11 -0
- package/dev/src/assets/scss/placeholders/grid.scss +6 -0
- package/dev/src/assets/scss/web.scss +1 -1
- package/dev/src/assets/scss/xbrl.scss +12 -1
- package/dev/src/components/PageMain.vue +5 -3
- package/dev/srl.config.json +12 -1
- package/livingdocs/010.Titles/010.title-h1/scss/general.scss +1 -2
- package/livingdocs/010.Titles/020.title-h2/scss/general.scss +2 -2
- package/livingdocs/010.Titles/020.title-h2/scss/xbrl.scss +2 -1
- package/livingdocs/010.Titles/030.title-h3/scss/general.scss +2 -2
- package/livingdocs/010.Titles/030.title-h3/scss/xbrl.scss +2 -1
- package/livingdocs/010.Titles/040.title-h4/scss/general.scss +2 -2
- package/livingdocs/010.Titles/040.title-h4/scss/xbrl.scss +2 -1
- package/livingdocs/010.Titles/050.title-h5/scss/general.scss +1 -2
- package/livingdocs/010.Titles/060.title-h6/scss/general.scss +2 -2
- package/livingdocs/020.Text/010.lead/scss/general.scss +1 -2
- package/livingdocs/020.Text/020.paragraph/scss/_spacing-variations.scss +1 -1
- package/livingdocs/020.Text/020.paragraph/scss/general.scss +2 -3
- package/livingdocs/020.Text/040.link/scss/_spacing-variations.scss +22 -0
- package/livingdocs/020.Text/040.link/scss/general.scss +14 -2
- package/livingdocs/020.Text/050.quote/scss/general.scss +2 -0
- package/livingdocs/020.Text/060.quote-with-portrait/scss/general.scss +1 -2
- package/livingdocs/020.Text/080.footnote-item/scss/general.scss +1 -2
- package/livingdocs/030.Lists/010.unordered-list/scss/general.scss +1 -2
- package/livingdocs/030.Lists/040.list-item-unordered-list/scss/general.scss +1 -2
- package/livingdocs/040.Media/010.table/scss/general.scss +8 -2
- package/livingdocs/040.Media/010.table/scss/word.scss +18 -0
- package/livingdocs/040.Media/020.image/scss/general.scss +1 -2
- package/livingdocs/040.Media/020.image/scss/pdf.scss +1 -0
- package/livingdocs/040.Media/030.video/scss/general.scss +1 -2
- package/livingdocs/060.Buttons/010.button-container/button-container.html +6 -1
- package/livingdocs/060.Buttons/020.button/button.html +7 -1
- package/livingdocs/070.Container/010.aside-content-container/aside-content-container.html +1 -1
- package/livingdocs/070.Container/010.aside-content-container/ld-conf.json +1 -1
- package/livingdocs/070.Container/010.aside-content-container/scss/general.scss +4 -0
- package/livingdocs/070.Container/010.aside-content-container/scss/pdf.scss +0 -10
- package/livingdocs/070.Container/010.aside-content-container/scss/web.scss +8 -0
- package/livingdocs/070.Container/020.columns-container/columns-container.html +1 -1
- package/livingdocs/070.Container/020.columns-container/ld-conf.json +1 -1
- package/livingdocs/070.Container/020.columns-container/scss/pdf.scss +0 -1
- package/livingdocs/070.Container/030.background-container/scss/general.scss +1 -2
- package/livingdocs/080.CV/010.cv/scss/editor.scss +1 -1
- package/livingdocs/080.CV/010.cv/scss/general.scss +1 -2
- package/livingdocs/080.CV/010.cv/scss/xbrl.scss +2 -1
- package/livingdocs/080.CV/020.cv-time-span/scss/general.scss +1 -2
- package/livingdocs/080.CV/020.cv-time-span/scss/xbrl.scss +2 -1
- package/livingdocs/090.Signatures/010.signature-container/scss/xbrl.scss +3 -1
- package/livingdocs/090.Signatures/020.signature-item/scss/xbrl.scss +1 -0
- package/livingdocs/120.Startpage/010.hero-video/hero-video.html +6 -1
- package/livingdocs/120.Startpage/010.hero-video/scss/web.scss +1 -2
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/web.scss +1 -2
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/teaser-title-image-quote.html +6 -1
- package/livingdocs/120.Startpage/030.teaser-quote/scss/web.scss +1 -2
- package/livingdocs/120.Startpage/030.teaser-quote/teaser-quote.html +6 -1
- package/livingdocs/120.Startpage/040.teaser/scss/web.scss +1 -2
- package/livingdocs/120.Startpage/040.teaser/teaser.html +6 -1
- package/livingdocs/130.Hosting_Components/010.download-center/download-center.html +1 -1
- package/livingdocs/130.Hosting_Components/020.search/scss/web.scss +4 -0
- package/livingdocs/130.Hosting_Components/020.search/searchHighlightOnTarget.vue +3 -0
- package/livingdocs/999.Properties/background-color/properties.json +23 -0
- package/package.json +1 -1
- package/scripts/config.js +5 -4
- package/scss/colors/mixins.scss +3 -0
- package/scss/helpers/mixins.scss +22 -0
- package/scss/spacer/mixins.scss +57 -0
- package/srl/srl/pdf/PDFNestedContainers.ts +61 -49
- package/dev/src/assets/scss/margins.scss +0 -59
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/pdf-columnbreak.html +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/xbrl.scss +0 -0
- /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/pdf-column-container.html +0 -0
- /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/properties.json +0 -0
- /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/pdf-cover.html +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/properties.json +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 030.pdf-cover}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 030.pdf-cover}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 030.pdf-cover}/scss/xbrl.scss +0 -0
- /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/pdf-landscape-container.html +0 -0
- /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/properties.json +0 -0
- /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/pdf-publication-title.html +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/xbrl.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/pdf-chapter-title.html +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 060.pdf-chapter-title}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 060.pdf-chapter-title}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 060.pdf-chapter-title}/scss/xbrl.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/pdf-chapter-navigation.html +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 070.pdf-chapter-navigation-container}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 070.pdf-chapter-navigation-container}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 070.pdf-chapter-navigation-container}/scss/xbrl.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/pdf-chapter-navigation-item.html +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/properties.json +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/xbrl.scss +0 -0
package/dev/package.json
CHANGED
|
@@ -90,6 +90,26 @@ $transition-duration: .3s;
|
|
|
90
90
|
margin-inline: 0;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
+
&.srl-title-h2 {
|
|
94
|
+
[class*="-number"],
|
|
95
|
+
[class*="-text"]
|
|
96
|
+
{
|
|
97
|
+
@include srl.typography-title-h3();
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
&.srl-title-h3 {
|
|
101
|
+
[class*="-number"],
|
|
102
|
+
[class*="-text"] {
|
|
103
|
+
@include srl.typography-title-h4();
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
&.srl-title-h4 {
|
|
107
|
+
[class*="-number"],
|
|
108
|
+
[class*="-text"] {
|
|
109
|
+
@include srl.typography-title-h5();
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
93
113
|
[class*="-number"],
|
|
94
114
|
[class*="-text"]
|
|
95
115
|
{
|
|
@@ -11,6 +11,12 @@
|
|
|
11
11
|
display: flex;
|
|
12
12
|
flex-direction: column;
|
|
13
13
|
align-items: flex-end;
|
|
14
|
+
} @else if system.$build == "word" {
|
|
15
|
+
display: block;
|
|
16
|
+
margin-left: 0;
|
|
17
|
+
margin-right: 0;
|
|
18
|
+
padding-left: 0;
|
|
19
|
+
padding-right: 0;
|
|
14
20
|
} @else {
|
|
15
21
|
margin-left: auto;
|
|
16
22
|
margin-right: auto;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@use "srl";
|
|
2
|
-
@use "./components/
|
|
2
|
+
@use "./components/accordion";
|
|
3
3
|
|
|
4
4
|
@include srl.system-add-root-style('srl-header-height', srl.system-size-unit(68));
|
|
5
5
|
@include srl.system-add-root-style('srl-header-height', srl.system-size-unit(101), 'tablet-ls', 'up');
|
|
@@ -15,10 +15,12 @@ const props = defineProps<{
|
|
|
15
15
|
<style lang="scss" scoped>
|
|
16
16
|
@use 'srl';
|
|
17
17
|
#srl-page-main {
|
|
18
|
-
padding-top: srl.system-root-style(srl-header-height);
|
|
18
|
+
padding-top: calc( srl.system-root-style(srl-header-height) + srl.spacer-get(800) );
|
|
19
19
|
min-height: 100dvh;
|
|
20
|
-
.srl-
|
|
21
|
-
|
|
20
|
+
&:has(.srl-article-root [class*='hero']:first-child),
|
|
21
|
+
&:has(.srl-article-root [class*='background']:first-child)
|
|
22
|
+
{
|
|
23
|
+
padding-top: srl.system-root-style(srl-header-height);
|
|
22
24
|
}
|
|
23
25
|
}
|
|
24
26
|
</style>
|
package/dev/srl.config.json
CHANGED
|
@@ -852,6 +852,10 @@
|
|
|
852
852
|
"name": "primary-1000",
|
|
853
853
|
"color": "#F05000"
|
|
854
854
|
},
|
|
855
|
+
{
|
|
856
|
+
"name": "on-primary-1000",
|
|
857
|
+
"color": "#ffffff"
|
|
858
|
+
},
|
|
855
859
|
{
|
|
856
860
|
"name": "secondary-200",
|
|
857
861
|
"color": "#ccd1e6"
|
|
@@ -872,7 +876,10 @@
|
|
|
872
876
|
"name": "secondary-1000",
|
|
873
877
|
"color": "#001987"
|
|
874
878
|
},
|
|
875
|
-
|
|
879
|
+
{
|
|
880
|
+
"name": "on-secondary-1000",
|
|
881
|
+
"color": "#ffffff"
|
|
882
|
+
},
|
|
876
883
|
{
|
|
877
884
|
"name": "tertiary-200",
|
|
878
885
|
"color": "#ccd1e7"
|
|
@@ -893,6 +900,10 @@
|
|
|
893
900
|
"name": "tertiary-1000",
|
|
894
901
|
"color": "#001987"
|
|
895
902
|
},
|
|
903
|
+
{
|
|
904
|
+
"name": "on-tertiary-1000",
|
|
905
|
+
"color": "#ffffff"
|
|
906
|
+
},
|
|
896
907
|
{
|
|
897
908
|
"name": "yellow-200",
|
|
898
909
|
"color": "#fff7dc"
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
|
-
@use "@/assets/scss/margins";
|
|
3
2
|
@use "spacing-variations";
|
|
4
3
|
|
|
5
4
|
.srl-title-h1 {
|
|
@@ -18,4 +17,4 @@
|
|
|
18
17
|
}
|
|
19
18
|
}
|
|
20
19
|
|
|
21
|
-
@include
|
|
20
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
|
-
@use "@/assets/scss/margins";
|
|
3
2
|
@use "spacing-variations";
|
|
4
3
|
|
|
5
4
|
.srl-title-h2 {
|
|
@@ -28,8 +27,9 @@
|
|
|
28
27
|
}
|
|
29
28
|
}
|
|
30
29
|
|
|
31
|
-
@include
|
|
30
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
32
31
|
|
|
33
32
|
.srl-title-h2__number-text-container {
|
|
34
33
|
display: flex;
|
|
34
|
+
@include srl.spacer-gap(200);
|
|
35
35
|
}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
@use 'general';
|
|
1
|
+
@use 'general';
|
|
2
|
+
@use 'web';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
|
-
@use "@/assets/scss/margins";
|
|
3
2
|
@use "spacing-variations";
|
|
4
3
|
|
|
5
4
|
.srl-title-h3 {
|
|
@@ -8,6 +7,7 @@
|
|
|
8
7
|
|
|
9
8
|
.srl-title-h3__number-text-container {
|
|
10
9
|
display: flex;
|
|
10
|
+
@include srl.spacer-gap(200);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
@include
|
|
13
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
@use 'general';
|
|
1
|
+
@use 'general';
|
|
2
|
+
@use 'web';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
|
-
@use "@/assets/scss/margins";
|
|
3
2
|
@use "spacing-variations";
|
|
4
3
|
|
|
5
4
|
.srl-title-h4 {
|
|
@@ -8,6 +7,7 @@
|
|
|
8
7
|
|
|
9
8
|
.srl-title-h4__number-text-container {
|
|
10
9
|
display: flex;
|
|
10
|
+
@include srl.spacer-gap(200);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
@include
|
|
13
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
@use 'general';
|
|
1
|
+
@use 'general';
|
|
2
|
+
@use 'web';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
|
-
@use "@/assets/scss/margins";
|
|
3
2
|
@use "spacing-variations";
|
|
4
3
|
|
|
5
4
|
.srl-title-h5 {
|
|
6
5
|
@include srl.typography-title-h5();
|
|
7
6
|
}
|
|
8
7
|
|
|
9
|
-
@include
|
|
8
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
|
-
@use "@/assets/scss/margins";
|
|
3
2
|
@use "spacing-variations";
|
|
4
3
|
|
|
5
4
|
.srl-title-h6 {
|
|
5
|
+
color: srl.colors-grey-600();
|
|
6
6
|
@include srl.typography-title-h6();
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
@include
|
|
9
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
|
-
@use "@/assets/scss/margins";
|
|
3
2
|
@use "spacing-variations";
|
|
4
3
|
|
|
5
4
|
.srl-lead {
|
|
6
5
|
@include srl.typography-lead();
|
|
7
6
|
}
|
|
8
7
|
|
|
9
|
-
@include
|
|
8
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$margins: (
|
|
2
2
|
('.srl-paragraph', '*'): 200,
|
|
3
|
-
('.srl-paragraph', '.srl-link__link'):
|
|
3
|
+
('.srl-paragraph', '.srl-link__link'): 50,
|
|
4
4
|
('.srl-paragraph', '.srl-paragraph'): 200,
|
|
5
5
|
('.srl-paragraph', '.srl-paragraph-strong'): 200,
|
|
6
6
|
('.srl-paragraph', '.srl-list-group'): 200,
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
|
-
@use "@/assets/scss/margins";
|
|
3
2
|
@use "spacing-variations";
|
|
4
3
|
|
|
5
4
|
.srl-paragraph {
|
|
6
5
|
@include srl.typography-paragraph();
|
|
7
6
|
|
|
8
|
-
.srl-
|
|
7
|
+
.srl-aside-content-container__aside & {
|
|
9
8
|
@include srl.typography-link();
|
|
10
9
|
}
|
|
11
10
|
}
|
|
12
11
|
|
|
13
|
-
@include
|
|
12
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
$margins: (
|
|
2
|
+
('.srl-link', '*'): 200,
|
|
3
|
+
('.srl-link', '.srl-link__link'): 100,
|
|
4
|
+
('.srl-link', '.srl-paragraph'): 400,
|
|
5
|
+
('.srl-aside-content-container__aside .srl-link', '.srl-paragraph'): 200,
|
|
6
|
+
('.srl-link', '.srl-paragraph-strong'): 200,
|
|
7
|
+
('.srl-link', '.srl-list-group'): 200,
|
|
8
|
+
('.srl-link', '.srl-footnote'): 200,
|
|
9
|
+
('.srl-link', '.srl-table'): 400,
|
|
10
|
+
('.srl-link', '.srl-signature'): 400,
|
|
11
|
+
('.srl-link', '.srl-button-container'): 400,
|
|
12
|
+
('.srl-link', '.srl-columns'): 400,
|
|
13
|
+
('.srl-link', '.srl-quote'): 800,
|
|
14
|
+
('.srl-link', '.srl-image'): 800,
|
|
15
|
+
('.srl-link', '.srl-video'): 800,
|
|
16
|
+
('.srl-link', '.srl-title-h2'): 800,
|
|
17
|
+
('.srl-link', '.srl-title-h3'): 800,
|
|
18
|
+
('.srl-link', '.srl-title-h4'): 400,
|
|
19
|
+
('.srl-link', '.srl-title-h5'): 200,
|
|
20
|
+
('.srl-link', '.srl-title-h6'): 200,
|
|
21
|
+
('.srl-link', '.srl-background-container'): 1600,
|
|
22
|
+
)
|
|
@@ -1,13 +1,25 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
2
|
@use "sass:map";
|
|
3
|
+
@use "spacing-variations";
|
|
3
4
|
|
|
4
5
|
$font-weight-bold: map.get(srl.$meta, font, weight, bold);
|
|
5
6
|
|
|
6
|
-
.srl-
|
|
7
|
-
@
|
|
7
|
+
.srl-link__content {
|
|
8
|
+
@extend %srl-decoration-line;
|
|
9
|
+
|
|
10
|
+
.srl-aside-content-container__aside & {
|
|
11
|
+
@extend %srl-decoration-line-reset;
|
|
12
|
+
}
|
|
8
13
|
}
|
|
9
14
|
|
|
15
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
16
|
+
|
|
10
17
|
.srl-link__link {
|
|
11
18
|
font-weight: $font-weight-bold;
|
|
12
19
|
display: block;
|
|
20
|
+
|
|
21
|
+
.srl-aside-content-container__aside & {
|
|
22
|
+
@include srl.typography-link();
|
|
23
|
+
font-weight: $font-weight-bold;
|
|
24
|
+
}
|
|
13
25
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
2
|
@use "sass:map";
|
|
3
|
-
@use "@/assets/scss/margins";
|
|
4
3
|
@use "spacing-variations";
|
|
5
4
|
|
|
6
5
|
$quote-open: map.get(srl.$meta, quote, quote-open);
|
|
@@ -11,7 +10,7 @@ $quote-close: map.get(srl.$meta, quote, quote-close);
|
|
|
11
10
|
row-gap: srl.spacer-get(400);
|
|
12
11
|
}
|
|
13
12
|
|
|
14
|
-
@include
|
|
13
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
15
14
|
|
|
16
15
|
.srl-quote__img {
|
|
17
16
|
border-radius: 50%;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
2
|
@use 'sass:map';
|
|
3
|
-
@use "@/assets/scss/margins";
|
|
4
3
|
@use "spacing-variations";
|
|
5
4
|
|
|
6
5
|
$number-width: srl.system-size-unit(map.get(srl.$meta, footnote, number-width));
|
|
@@ -15,7 +14,7 @@ $number-width: srl.system-size-unit(map.get(srl.$meta, footnote, number-width));
|
|
|
15
14
|
@include srl.typography-footnote-text();
|
|
16
15
|
}
|
|
17
16
|
|
|
18
|
-
@include
|
|
17
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
19
18
|
|
|
20
19
|
.srl-footnote__key,
|
|
21
20
|
.srl-footnote__number {
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
2
|
@use "sass:map";
|
|
3
|
-
@use "@/assets/scss/margins";
|
|
4
3
|
@use "spacing-variations";
|
|
5
4
|
|
|
6
|
-
@include
|
|
5
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
7
6
|
|
|
8
7
|
.srl-list-group__item-inner {
|
|
9
8
|
@include srl.typography-list();
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
2
|
@use 'sass:map';
|
|
3
|
-
@use "@/assets/scss/margins";
|
|
4
3
|
@use "spacing-variations";
|
|
5
4
|
|
|
6
5
|
$table-border-regular: map.get(srl.$meta, table, border, regular);
|
|
@@ -15,7 +14,7 @@ $table-border-bold: map.get(srl.$meta, table, border, bold);
|
|
|
15
14
|
display: block;
|
|
16
15
|
}
|
|
17
16
|
|
|
18
|
-
@include
|
|
17
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
19
18
|
|
|
20
19
|
.srl-table__container {
|
|
21
20
|
overflow: auto;
|
|
@@ -24,6 +23,13 @@ $table-border-bold: map.get(srl.$meta, table, border, bold);
|
|
|
24
23
|
|
|
25
24
|
& > div {
|
|
26
25
|
@extend %srl-grid-base;
|
|
26
|
+
|
|
27
|
+
.srl-nested-container & {
|
|
28
|
+
width: 100%;
|
|
29
|
+
display: block;
|
|
30
|
+
padding: 0;
|
|
31
|
+
margin: 0;
|
|
32
|
+
}
|
|
27
33
|
}
|
|
28
34
|
}
|
|
29
35
|
|
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
.srl-table {
|
|
4
4
|
page-break-inside: avoid;
|
|
5
|
+
width: 100%;
|
|
6
|
+
min-width: 100%;
|
|
7
|
+
|
|
8
|
+
div {
|
|
9
|
+
width: 100%;
|
|
10
|
+
min-width: 100%;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.srl-table__container {
|
|
15
|
+
& > div {
|
|
16
|
+
@extend %srl-grid-reset;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
table {
|
|
21
|
+
width: 100%;
|
|
22
|
+
min-width: 100%;
|
|
5
23
|
}
|
|
6
24
|
|
|
7
25
|
th,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
|
-
@use "@/assets/scss/margins";
|
|
3
2
|
@use "spacing-variations";
|
|
4
3
|
|
|
5
4
|
.srl-grid--media {
|
|
@@ -8,7 +7,7 @@
|
|
|
8
7
|
}
|
|
9
8
|
}
|
|
10
9
|
|
|
11
|
-
@include
|
|
10
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
12
11
|
|
|
13
12
|
.srl-image__caption {
|
|
14
13
|
@include srl.spacer-margin-top(100);
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
2
|
@use "srl/fa";
|
|
3
|
-
@use "@/assets/scss/margins";
|
|
4
3
|
@use "spacing-variations";
|
|
5
4
|
|
|
6
5
|
.srl-grid--media {
|
|
@@ -13,7 +12,7 @@
|
|
|
13
12
|
display: block;
|
|
14
13
|
}
|
|
15
14
|
|
|
16
|
-
@include
|
|
15
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
17
16
|
|
|
18
17
|
.srl-video__thumbnail {
|
|
19
18
|
@extend %srl-regular-width;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
<div
|
|
1
|
+
<div
|
|
2
|
+
class="srl-grid srl-button-container"
|
|
3
|
+
data-remove-from-pdf="complete"
|
|
4
|
+
data-remove-from-word="complete"
|
|
5
|
+
data-remove-from-xhtml="complete"
|
|
6
|
+
>
|
|
2
7
|
<div class="srl-grid__inner srl-button-container__inner" doc-container="button-container">
|
|
3
8
|
|
|
4
9
|
</div>
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
<a
|
|
1
|
+
<a
|
|
2
|
+
doc-link="href"
|
|
3
|
+
class="srl-button"
|
|
4
|
+
data-remove-from-pdf="complete"
|
|
5
|
+
data-remove-from-word="complete"
|
|
6
|
+
data-remove-from-xhtml="complete"
|
|
7
|
+
>
|
|
2
8
|
<i class="srl-button__icon" aria-hidden="true"></i>
|
|
3
9
|
<span class="srl-button__text" doc-editable="button-text">Button</span>
|
|
4
10
|
</a>
|
|
@@ -5,14 +5,4 @@
|
|
|
5
5
|
justify-content: space-between;
|
|
6
6
|
flex-direction: row;
|
|
7
7
|
align-items: flex-start;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.srl-aside-content-container__aside {
|
|
11
|
-
&:before {
|
|
12
|
-
content: "";
|
|
13
|
-
display: block;
|
|
14
|
-
background: srl.colors-grey-200();
|
|
15
|
-
height: srl.system-size-unit(1pt);
|
|
16
|
-
width: srl.system-size-unit(80pt);
|
|
17
|
-
}
|
|
18
8
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
@use "srl";
|
|
2
|
-
@use "@/assets/scss/margins";
|
|
3
2
|
@use "spacing-variations";
|
|
4
3
|
|
|
5
4
|
.srl-background-container {
|
|
6
5
|
padding-block: srl.spacer-get(800);
|
|
7
6
|
}
|
|
8
7
|
|
|
9
|
-
@include
|
|
8
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
@use 'srl';
|
|
2
2
|
@use "sass:map";
|
|
3
|
-
@use "@/assets/scss/margins";
|
|
4
3
|
@use "spacing-variations";
|
|
5
4
|
|
|
6
|
-
@include
|
|
5
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
7
6
|
|
|
8
7
|
.srl-cv__inner {
|
|
9
8
|
display: flex;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
@use 'general';
|
|
1
|
+
@use 'general';
|
|
2
|
+
@use 'web';
|