@reuters-graphics/graphics-components 0.1.6 → 0.1.7--canary.99.331bdb0.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/@types/components/@types/global.d.ts +4 -0
- package/dist/@types/components/Block/Block.svelte.d.ts +1 -1
- package/dist/@types/components/BodyText/BodyText.svelte.d.ts +1 -0
- package/dist/@types/components/DocumentCloud/DocumentCloud.svelte.d.ts +1 -1
- package/dist/@types/components/FeaturePhoto/FeaturePhoto.svelte.d.ts +8 -0
- package/dist/@types/components/GraphicBlock/GraphicBlock.svelte.d.ts +1 -1
- package/dist/@types/components/Headline/Headline.svelte.d.ts +5 -0
- package/dist/@types/components/PhotoCarousel/PhotoCarousel.svelte.d.ts +1 -1
- package/dist/@types/components/PhotoPack/PhotoPack.svelte.d.ts +1 -1
- package/dist/@types/components/ReferralBlock/ReferralBlock.svelte.d.ts +1 -1
- package/dist/@types/components/SimpleTimeline/SimpleTimeline.svelte.d.ts +1 -1
- package/dist/@types/components/SiteHeadline/SiteHeadline.svelte.d.ts +6 -1
- package/dist/@types/components/Table/Table.svelte.d.ts +1 -1
- package/dist/@types/components/Theme/@types/component.d.ts +29 -9
- package/dist/@types/components/Theme/Theme.svelte.d.ts +1 -21
- package/dist/@types/components/Theme/themes/common.d.ts +2 -0
- package/dist/@types/components/Theme/themes/light.d.ts +1 -21
- package/dist/@types/components/ToolsHeader/ToolsHeader.svelte.d.ts +1 -1
- package/dist/components/Article/Article.svelte +1 -1
- package/dist/components/BeforeAfter/BeforeAfter.svelte +23 -41
- package/dist/components/Block/Block.svelte +3 -81
- package/dist/components/BodyText/BodyText.svelte +4 -179
- package/dist/components/DocumentCloud/DocumentCloud.svelte +3 -2
- package/dist/components/FeaturePhoto/FeaturePhoto.svelte +26 -28
- package/dist/components/Framer/Typeahead/index.svelte +4 -4
- package/dist/components/GraphicBlock/GraphicBlock.svelte +18 -148
- package/dist/components/GraphicBlock/TextBlock.svelte +1 -1
- package/dist/components/Headline/Headline.svelte +54 -43
- package/dist/components/NoteText/NoteText.svelte +12 -100
- package/dist/components/PhotoCarousel/PhotoCarousel.svelte +18 -39
- package/dist/components/PhotoPack/PhotoPack.svelte +20 -43
- package/dist/components/ReferralBlock/ReferralBlock.svelte +28 -46
- package/dist/components/Scroller/Background.svelte +1 -3
- package/dist/components/Scroller/Embedded/Background.svelte +1 -1
- package/dist/components/Scroller/Embedded/Foreground.svelte +2 -192
- package/dist/components/Scroller/Foreground.svelte +8 -101
- package/dist/components/Scroller/Scroller.svelte +11 -43
- package/dist/components/SearchInput/MagnifyingGlass.svelte +1 -1
- package/dist/components/SearchInput/SearchInput.svelte +11 -6
- package/dist/components/SearchInput/X.svelte +2 -2
- package/dist/components/SimpleTimeline/SimpleTimeline.svelte +36 -46
- package/dist/components/SiteFooter/CompanyLinks.svelte +6 -6
- package/dist/components/SiteFooter/LegalLinks.svelte +5 -5
- package/dist/components/SiteFooter/QuickLinks.svelte +4 -4
- package/dist/components/SiteFooter/Referrals/Link.svelte +1 -1
- package/dist/components/SiteFooter/SiteFooter.svelte +1 -0
- package/dist/components/SiteFooter/svgs/Facebook.svelte +1 -1
- package/dist/components/SiteFooter/svgs/Graphics.svelte +1 -1
- package/dist/components/SiteFooter/svgs/Instagram.svelte +1 -1
- package/dist/components/SiteFooter/svgs/LinkedIn.svelte +1 -1
- package/dist/components/SiteFooter/svgs/Pictures.svelte +1 -1
- package/dist/components/SiteFooter/svgs/Twitter.svelte +1 -1
- package/dist/components/SiteFooter/svgs/Videos.svelte +1 -1
- package/dist/components/SiteFooter/svgs/YouTube.svelte +1 -1
- package/dist/components/SiteHeader/MobileMenu/index.svelte +3 -3
- package/dist/components/SiteHeader/NavBar/DownArrow.svelte +1 -1
- package/dist/components/SiteHeader/NavBar/NavDropdown/MoreDropdown.svelte +2 -2
- package/dist/components/SiteHeader/NavBar/NavDropdown/SectionDropdown.svelte +3 -3
- package/dist/components/SiteHeader/NavBar/NavDropdown/Spinner/index.svelte +1 -1
- package/dist/components/SiteHeader/NavBar/NavDropdown/StoryCard/index.svelte +4 -4
- package/dist/components/SiteHeader/NavBar/NavDropdown/index.svelte +5 -5
- package/dist/components/SiteHeader/NavBar/index.svelte +6 -6
- package/dist/components/SiteHeader/SiteHeader.svelte +2 -1
- package/dist/components/SiteHeader/svgs/Close.svelte +1 -1
- package/dist/components/SiteHeader/svgs/Menu.svelte +1 -1
- package/dist/components/SiteHeadline/SiteHeadline.svelte +44 -97
- package/dist/components/Spinner/Spinner.svelte +3 -12
- package/dist/components/Table/Pagination.svelte +7 -7
- package/dist/components/Table/Select.svelte +4 -4
- package/dist/components/Table/SortArrow.svelte +2 -2
- package/dist/components/Table/Table.svelte +18 -17
- package/dist/components/Theme/themes/common.js +28 -0
- package/dist/components/Theme/themes/dark.js +4 -12
- package/dist/components/Theme/themes/light.js +4 -11
- package/dist/components/ToolsHeader/ToolsHeader.svelte +3 -2
- package/dist/components/Video/Video.svelte +15 -48
- package/dist/scss/_mixins.scss +6 -6
- package/dist/scss/colours/_main.scss +3 -0
- package/dist/scss/colours/primary/_amber.scss +13 -0
- package/dist/scss/colours/primary/_blue.scss +13 -0
- package/dist/scss/colours/primary/_cyan.scss +13 -0
- package/dist/scss/colours/primary/_emerald.scss +13 -0
- package/dist/scss/colours/primary/_fuchsia.scss +13 -0
- package/dist/scss/colours/primary/_green.scss +13 -0
- package/dist/scss/colours/primary/_grey.scss +13 -0
- package/dist/scss/colours/primary/_indigo.scss +13 -0
- package/dist/scss/colours/primary/_lime.scss +13 -0
- package/dist/scss/colours/primary/_neutral.scss +13 -0
- package/dist/scss/colours/primary/_orange.scss +13 -0
- package/dist/scss/colours/primary/_pink.scss +13 -0
- package/dist/scss/colours/primary/_purple.scss +13 -0
- package/dist/scss/colours/primary/_red.scss +13 -0
- package/dist/scss/colours/primary/_rose.scss +13 -0
- package/dist/scss/colours/primary/_sky.scss +13 -0
- package/dist/scss/colours/primary/_slate.scss +13 -0
- package/dist/scss/colours/primary/_stone.scss +13 -0
- package/dist/scss/colours/primary/_teal.scss +13 -0
- package/dist/scss/colours/primary/_violet.scss +13 -0
- package/dist/scss/colours/primary/_yellow.scss +13 -0
- package/dist/scss/colours/primary/_zinc.scss +13 -0
- package/dist/scss/colours/thematic/_grey.scss +13 -0
- package/dist/scss/colours/thematic/_nord.scss +42 -40
- package/dist/scss/colours/thematic/_tr.scss +27 -25
- package/dist/scss/fonts/_font-faces.scss +194 -66
- package/dist/scss/main.scss +15 -16
- package/dist/scss/mixins/_main.scss +1 -0
- package/dist/scss/reset/_main.scss +12 -0
- package/dist/scss/reset/_typography.scss +138 -0
- package/dist/scss/token-classes.scss +8 -0
- package/dist/scss/tokens/accessibility/_main.scss +1 -0
- package/dist/scss/tokens/accessibility/_visibility.scss +5 -0
- package/dist/scss/tokens/accessibility/mixins/_main.scss +1 -0
- package/dist/scss/{mixins/_visually-hidden.scss → tokens/accessibility/mixins/_visibility.scss} +1 -2
- package/dist/scss/tokens/backgrounds/_background-color.scss +26 -0
- package/dist/scss/tokens/backgrounds/_main.scss +1 -0
- package/dist/scss/tokens/backgrounds/mixins/_background-color.scss +24 -0
- package/dist/scss/tokens/backgrounds/mixins/_main.scss +1 -0
- package/dist/scss/tokens/borders/_border-color.scss +15 -0
- package/dist/scss/tokens/borders/_border-radius.scss +279 -0
- package/dist/scss/tokens/borders/_border-style.scss +18 -0
- package/dist/scss/tokens/borders/_border-width.scss +115 -0
- package/dist/scss/tokens/borders/_main.scss +3 -0
- package/dist/scss/tokens/interactivity/_cursor.scss +72 -0
- package/dist/scss/tokens/interactivity/_main.scss +2 -0
- package/dist/scss/tokens/interactivity/_pointer-events.scss +12 -0
- package/dist/scss/tokens/layout/_box-sizing.scss +12 -0
- package/dist/scss/tokens/layout/_display.scss +126 -0
- package/dist/scss/tokens/layout/_floats.scss +18 -0
- package/dist/scss/tokens/layout/_main.scss +8 -0
- package/dist/scss/tokens/layout/_object-fit.scss +30 -0
- package/dist/scss/tokens/layout/_object-position.scss +54 -0
- package/dist/scss/tokens/layout/_overflow.scss +90 -0
- package/dist/scss/tokens/layout/_position.scss +30 -0
- package/dist/scss/tokens/layout/flex/_align-content.scss +54 -0
- package/dist/scss/tokens/layout/flex/_align-items.scss +30 -0
- package/dist/scss/tokens/layout/flex/_align-self.scss +36 -0
- package/dist/scss/tokens/layout/flex/_flex-direction.scss +24 -0
- package/dist/scss/tokens/layout/flex/_flex-grow.scss +12 -0
- package/dist/scss/tokens/layout/flex/_flex-shrink.scss +12 -0
- package/dist/scss/tokens/layout/flex/_flex-wrap.scss +18 -0
- package/dist/scss/tokens/layout/flex/_flex.scss +24 -0
- package/dist/scss/tokens/layout/flex/_justify-content.scss +48 -0
- package/dist/scss/tokens/layout/flex/_justify-items.scss +24 -0
- package/dist/scss/tokens/layout/flex/_justify-self.scss +30 -0
- package/dist/scss/tokens/layout/flex/_main.scss +11 -0
- package/dist/scss/tokens/sizing/_height.scss +168 -0
- package/dist/scss/tokens/sizing/_main.scss +6 -0
- package/dist/scss/tokens/sizing/_max-height.scss +12 -0
- package/dist/scss/tokens/sizing/_max-width.scss +12 -0
- package/dist/scss/tokens/sizing/_min-height.scss +12 -0
- package/dist/scss/tokens/sizing/_min-width.scss +6 -0
- package/dist/scss/tokens/sizing/_width.scss +176 -0
- package/dist/scss/tokens/spacers/_fluid-margin.scss +68 -0
- package/dist/scss/tokens/spacers/_fluid-padding.scss +49 -0
- package/dist/scss/tokens/spacers/_main.scss +4 -0
- package/dist/scss/tokens/spacers/_margin.scss +109 -0
- package/dist/scss/tokens/spacers/_padding.scss +86 -0
- package/dist/scss/tokens/spacers/mixins/_fluid-margin.scss +85 -0
- package/dist/scss/tokens/spacers/mixins/_fluid-padding.scss +85 -0
- package/dist/scss/tokens/spacers/mixins/_main.scss +2 -0
- package/dist/scss/tokens/text/_color.scss +20 -0
- package/dist/scss/tokens/text/_font-family.scss +68 -0
- package/dist/scss/tokens/text/_font-size.scss +68 -0
- package/dist/scss/tokens/text/_font-style.scss +12 -0
- package/dist/scss/tokens/text/_font-weight.scss +56 -0
- package/dist/scss/tokens/text/_letter-spacing.scss +38 -0
- package/dist/scss/tokens/text/_line-height.scss +38 -0
- package/dist/scss/tokens/text/_main.scss +14 -0
- package/dist/scss/tokens/text/_text-align.scss +36 -0
- package/dist/scss/tokens/text/_text-decoration.scss +24 -0
- package/dist/scss/tokens/text/_text-stroke.scss +74 -0
- package/dist/scss/{typography/_transform.scss → tokens/text/_text-transform.scss} +7 -2
- package/dist/scss/tokens/text/_vertical-align.scss +48 -0
- package/dist/scss/tokens/text/_white-space.scss +12 -0
- package/dist/scss/tokens/text/_word-break.scss +14 -0
- package/dist/scss/tokens/text/mixins/_color.scss +18 -0
- package/dist/scss/tokens/text/mixins/_font-family.scss +66 -0
- package/dist/scss/tokens/text/mixins/_font-size.scss +66 -0
- package/dist/scss/tokens/text/mixins/_font-weight.scss +54 -0
- package/dist/scss/tokens/text/mixins/_letter-spacing.scss +36 -0
- package/dist/scss/tokens/text/mixins/_line-height.scss +36 -0
- package/dist/scss/tokens/text/mixins/_main.scss +7 -0
- package/dist/scss/tokens/text/mixins/_text-stroke.scss +8 -0
- package/dist/scss/tokens/variables/_main.scss +1 -0
- package/dist/scss/tokens/variables/_theme.scss +8 -0
- package/package.json +142 -41
- package/dist/scss/_variables.scss +0 -2
- package/dist/scss/bootstrap/_main.scss +0 -34
- package/dist/scss/bootstrap/_variables.scss +0 -10
- package/dist/scss/components/_hero-title.scss +0 -118
- package/dist/scss/fonts/_mixins.scss +0 -25
- package/dist/scss/fonts/_rules.scss +0 -19
- package/dist/scss/fonts/_variables.scss +0 -26
- package/dist/scss/mixins/_body-text.scss +0 -113
- package/dist/scss/mixins/_graphic.scss +0 -66
- package/dist/scss/mixins/_note-text.scss +0 -34
- package/dist/scss/spacers/_rules.scss +0 -65
- package/dist/scss/spacers/_variables.scss +0 -19
- package/dist/scss/typography/_box-shadow.scss +0 -11
- package/dist/scss/typography/_font-size.scss +0 -81
- package/dist/scss/typography/_letter-spacing.scss +0 -15
- package/dist/scss/typography/_main.scss +0 -5
- package/dist/scss/typography/_mixins.scss +0 -26
- package/dist/scss/typography/_rules.scss +0 -83
- package/dist/scss/typography/_text-shadow.scss +0 -13
- package/dist/scss/typography/_variables.scss +0 -39
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
.justify-normal {
|
|
2
|
+
justify-content: normal;
|
|
3
|
+
}
|
|
4
|
+
.justify-start {
|
|
5
|
+
justify-content: flex-start;
|
|
6
|
+
}
|
|
7
|
+
.justify-end {
|
|
8
|
+
justify-content: flex-end;
|
|
9
|
+
}
|
|
10
|
+
.justify-center {
|
|
11
|
+
justify-content: center;
|
|
12
|
+
}
|
|
13
|
+
.justify-between {
|
|
14
|
+
justify-content: space-between;
|
|
15
|
+
}
|
|
16
|
+
.justify-around {
|
|
17
|
+
justify-content: space-around;
|
|
18
|
+
}
|
|
19
|
+
.justify-evenly {
|
|
20
|
+
justify-content: space-evenly;
|
|
21
|
+
}
|
|
22
|
+
.justify-stretch {
|
|
23
|
+
justify-content: stretch;
|
|
24
|
+
}
|
|
25
|
+
.\!justify-normal {
|
|
26
|
+
justify-content: normal !important;
|
|
27
|
+
}
|
|
28
|
+
.\!justify-start {
|
|
29
|
+
justify-content: flex-start !important;
|
|
30
|
+
}
|
|
31
|
+
.\!justify-end {
|
|
32
|
+
justify-content: flex-end !important;
|
|
33
|
+
}
|
|
34
|
+
.\!justify-center {
|
|
35
|
+
justify-content: center !important;
|
|
36
|
+
}
|
|
37
|
+
.\!justify-between {
|
|
38
|
+
justify-content: space-between !important;
|
|
39
|
+
}
|
|
40
|
+
.\!justify-around {
|
|
41
|
+
justify-content: space-around !important;
|
|
42
|
+
}
|
|
43
|
+
.\!justify-evenly {
|
|
44
|
+
justify-content: space-evenly !important;
|
|
45
|
+
}
|
|
46
|
+
.\!justify-stretch {
|
|
47
|
+
justify-content: stretch !important;
|
|
48
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
.justify-items-start {
|
|
2
|
+
justify-items: start;
|
|
3
|
+
}
|
|
4
|
+
.justify-items-end {
|
|
5
|
+
justify-items: end;
|
|
6
|
+
}
|
|
7
|
+
.justify-items-center {
|
|
8
|
+
justify-items: center;
|
|
9
|
+
}
|
|
10
|
+
.justify-items-stretch {
|
|
11
|
+
justify-items: stretch;
|
|
12
|
+
}
|
|
13
|
+
.\!justify-items-start {
|
|
14
|
+
justify-items: start !important;
|
|
15
|
+
}
|
|
16
|
+
.\!justify-items-end {
|
|
17
|
+
justify-items: end !important;
|
|
18
|
+
}
|
|
19
|
+
.\!justify-items-center {
|
|
20
|
+
justify-items: center !important;
|
|
21
|
+
}
|
|
22
|
+
.\!justify-items-stretch {
|
|
23
|
+
justify-items: stretch !important;
|
|
24
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
.justify-self-auto {
|
|
2
|
+
justify-self: auto;
|
|
3
|
+
}
|
|
4
|
+
.justify-self-start {
|
|
5
|
+
justify-self: start;
|
|
6
|
+
}
|
|
7
|
+
.justify-self-end {
|
|
8
|
+
justify-self: end;
|
|
9
|
+
}
|
|
10
|
+
.justify-self-center {
|
|
11
|
+
justify-self: center;
|
|
12
|
+
}
|
|
13
|
+
.justify-self-stretch {
|
|
14
|
+
justify-self: stretch;
|
|
15
|
+
}
|
|
16
|
+
.\!justify-self-auto {
|
|
17
|
+
justify-self: auto !important;
|
|
18
|
+
}
|
|
19
|
+
.\!justify-self-start {
|
|
20
|
+
justify-self: start !important;
|
|
21
|
+
}
|
|
22
|
+
.\!justify-self-end {
|
|
23
|
+
justify-self: end !important;
|
|
24
|
+
}
|
|
25
|
+
.\!justify-self-center {
|
|
26
|
+
justify-self: center !important;
|
|
27
|
+
}
|
|
28
|
+
.\!justify-self-stretch {
|
|
29
|
+
justify-self: stretch !important;
|
|
30
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@forward 'align-content';
|
|
2
|
+
@forward 'align-items';
|
|
3
|
+
@forward 'align-self';
|
|
4
|
+
@forward 'flex-direction';
|
|
5
|
+
@forward 'flex-grow';
|
|
6
|
+
@forward 'flex-shrink';
|
|
7
|
+
@forward 'flex-wrap';
|
|
8
|
+
@forward 'flex';
|
|
9
|
+
@forward 'justify-content';
|
|
10
|
+
@forward 'justify-items';
|
|
11
|
+
@forward 'justify-self';
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
.h-full {
|
|
2
|
+
height: 100%;
|
|
3
|
+
}
|
|
4
|
+
.h-screen {
|
|
5
|
+
height: 100vh;
|
|
6
|
+
}
|
|
7
|
+
.h-1\/2 {
|
|
8
|
+
height: 50%;
|
|
9
|
+
}
|
|
10
|
+
.h-1\/3 {
|
|
11
|
+
height: 33.333333%;
|
|
12
|
+
}
|
|
13
|
+
.h-2\/3 {
|
|
14
|
+
height: 66.666667%;
|
|
15
|
+
}
|
|
16
|
+
.h-1\/4 {
|
|
17
|
+
height: 25%;
|
|
18
|
+
}
|
|
19
|
+
.h-2\/4 {
|
|
20
|
+
height: 50%;
|
|
21
|
+
}
|
|
22
|
+
.h-3\/4 {
|
|
23
|
+
height: 75%;
|
|
24
|
+
}
|
|
25
|
+
.h-1\/5 {
|
|
26
|
+
height: 20%;
|
|
27
|
+
}
|
|
28
|
+
.h-2\/5 {
|
|
29
|
+
height: 40%;
|
|
30
|
+
}
|
|
31
|
+
.h-3\/5 {
|
|
32
|
+
height: 60%;
|
|
33
|
+
}
|
|
34
|
+
.h-4\/5 {
|
|
35
|
+
height: 80%;
|
|
36
|
+
}
|
|
37
|
+
.h-1\/6 {
|
|
38
|
+
height: 16.666667%;
|
|
39
|
+
}
|
|
40
|
+
.h-2\/6 {
|
|
41
|
+
height: 33.333333%;
|
|
42
|
+
}
|
|
43
|
+
.h-3\/6 {
|
|
44
|
+
height: 50%;
|
|
45
|
+
}
|
|
46
|
+
.h-4\/6 {
|
|
47
|
+
height: 66.666667%;
|
|
48
|
+
}
|
|
49
|
+
.h-5\/6 {
|
|
50
|
+
height: 83.333333%;
|
|
51
|
+
}
|
|
52
|
+
.h-1\/12 {
|
|
53
|
+
height: 8.333333%;
|
|
54
|
+
}
|
|
55
|
+
.h-2\/12 {
|
|
56
|
+
height: 16.666667%;
|
|
57
|
+
}
|
|
58
|
+
.h-3\/12 {
|
|
59
|
+
height: 25%;
|
|
60
|
+
}
|
|
61
|
+
.h-4\/12 {
|
|
62
|
+
height: 33.333333%;
|
|
63
|
+
}
|
|
64
|
+
.h-5\/12 {
|
|
65
|
+
height: 41.666667%;
|
|
66
|
+
}
|
|
67
|
+
.h-6\/12 {
|
|
68
|
+
height: 50%;
|
|
69
|
+
}
|
|
70
|
+
.h-7\/12 {
|
|
71
|
+
height: 58.333333%;
|
|
72
|
+
}
|
|
73
|
+
.h-8\/12 {
|
|
74
|
+
height: 66.666667%;
|
|
75
|
+
}
|
|
76
|
+
.h-9\/12 {
|
|
77
|
+
height: 75%;
|
|
78
|
+
}
|
|
79
|
+
.h-10\/12 {
|
|
80
|
+
height: 83.333333%;
|
|
81
|
+
}
|
|
82
|
+
.h-11\/12 {
|
|
83
|
+
height: 91.666667%;
|
|
84
|
+
}
|
|
85
|
+
.\!h-full {
|
|
86
|
+
height: 100% !important;
|
|
87
|
+
}
|
|
88
|
+
.\!h-screen {
|
|
89
|
+
height: 100vh !important;
|
|
90
|
+
}
|
|
91
|
+
.\!h-1\/2 {
|
|
92
|
+
height: 50% !important;
|
|
93
|
+
}
|
|
94
|
+
.\!h-1\/3 {
|
|
95
|
+
height: 33.333333% !important;
|
|
96
|
+
}
|
|
97
|
+
.\!h-2\/3 {
|
|
98
|
+
height: 66.666667% !important;
|
|
99
|
+
}
|
|
100
|
+
.\!h-1\/4 {
|
|
101
|
+
height: 25% !important;
|
|
102
|
+
}
|
|
103
|
+
.\!h-2\/4 {
|
|
104
|
+
height: 50% !important;
|
|
105
|
+
}
|
|
106
|
+
.\!h-3\/4 {
|
|
107
|
+
height: 75% !important;
|
|
108
|
+
}
|
|
109
|
+
.\!h-1\/5 {
|
|
110
|
+
height: 20% !important;
|
|
111
|
+
}
|
|
112
|
+
.\!h-2\/5 {
|
|
113
|
+
height: 40% !important;
|
|
114
|
+
}
|
|
115
|
+
.\!h-3\/5 {
|
|
116
|
+
height: 60% !important;
|
|
117
|
+
}
|
|
118
|
+
.\!h-4\/5 {
|
|
119
|
+
height: 80% !important;
|
|
120
|
+
}
|
|
121
|
+
.\!h-1\/6 {
|
|
122
|
+
height: 16.666667% !important;
|
|
123
|
+
}
|
|
124
|
+
.\!h-2\/6 {
|
|
125
|
+
height: 33.333333% !important;
|
|
126
|
+
}
|
|
127
|
+
.\!h-3\/6 {
|
|
128
|
+
height: 50% !important;
|
|
129
|
+
}
|
|
130
|
+
.\!h-4\/6 {
|
|
131
|
+
height: 66.666667% !important;
|
|
132
|
+
}
|
|
133
|
+
.\!h-5\/6 {
|
|
134
|
+
height: 83.333333% !important;
|
|
135
|
+
}
|
|
136
|
+
.\!h-1\/12 {
|
|
137
|
+
height: 8.333333% !important;
|
|
138
|
+
}
|
|
139
|
+
.\!h-2\/12 {
|
|
140
|
+
height: 16.666667% !important;
|
|
141
|
+
}
|
|
142
|
+
.\!h-3\/12 {
|
|
143
|
+
height: 25% !important;
|
|
144
|
+
}
|
|
145
|
+
.\!h-4\/12 {
|
|
146
|
+
height: 33.333333% !important;
|
|
147
|
+
}
|
|
148
|
+
.\!h-5\/12 {
|
|
149
|
+
height: 41.666667% !important;
|
|
150
|
+
}
|
|
151
|
+
.\!h-6\/12 {
|
|
152
|
+
height: 50% !important;
|
|
153
|
+
}
|
|
154
|
+
.\!h-7\/12 {
|
|
155
|
+
height: 58.333333% !important;
|
|
156
|
+
}
|
|
157
|
+
.\!h-8\/12 {
|
|
158
|
+
height: 66.666667% !important;
|
|
159
|
+
}
|
|
160
|
+
.\!h-9\/12 {
|
|
161
|
+
height: 75% !important;
|
|
162
|
+
}
|
|
163
|
+
.\!h-10\/12 {
|
|
164
|
+
height: 83.333333% !important;
|
|
165
|
+
}
|
|
166
|
+
.\!h-11\/12 {
|
|
167
|
+
height: 91.666667% !important;
|
|
168
|
+
}
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
.w-full {
|
|
2
|
+
width: 100%;
|
|
3
|
+
}
|
|
4
|
+
.w-full-fluid {
|
|
5
|
+
width: calc(100% + 30px);
|
|
6
|
+
margin-left: -15px !important;
|
|
7
|
+
}
|
|
8
|
+
.w-screen {
|
|
9
|
+
width: 100vw;
|
|
10
|
+
}
|
|
11
|
+
.w-1\/2 {
|
|
12
|
+
width: 50%;
|
|
13
|
+
}
|
|
14
|
+
.w-1\/3 {
|
|
15
|
+
width: 33.333333%;
|
|
16
|
+
}
|
|
17
|
+
.w-2\/3 {
|
|
18
|
+
width: 66.666667%;
|
|
19
|
+
}
|
|
20
|
+
.w-1\/4 {
|
|
21
|
+
width: 25%;
|
|
22
|
+
}
|
|
23
|
+
.w-2\/4 {
|
|
24
|
+
width: 50%;
|
|
25
|
+
}
|
|
26
|
+
.w-3\/4 {
|
|
27
|
+
width: 75%;
|
|
28
|
+
}
|
|
29
|
+
.w-1\/5 {
|
|
30
|
+
width: 20%;
|
|
31
|
+
}
|
|
32
|
+
.w-2\/5 {
|
|
33
|
+
width: 40%;
|
|
34
|
+
}
|
|
35
|
+
.w-3\/5 {
|
|
36
|
+
width: 60%;
|
|
37
|
+
}
|
|
38
|
+
.w-4\/5 {
|
|
39
|
+
width: 80%;
|
|
40
|
+
}
|
|
41
|
+
.w-1\/6 {
|
|
42
|
+
width: 16.666667%;
|
|
43
|
+
}
|
|
44
|
+
.w-2\/6 {
|
|
45
|
+
width: 33.333333%;
|
|
46
|
+
}
|
|
47
|
+
.w-3\/6 {
|
|
48
|
+
width: 50%;
|
|
49
|
+
}
|
|
50
|
+
.w-4\/6 {
|
|
51
|
+
width: 66.666667%;
|
|
52
|
+
}
|
|
53
|
+
.w-5\/6 {
|
|
54
|
+
width: 83.333333%;
|
|
55
|
+
}
|
|
56
|
+
.w-1\/12 {
|
|
57
|
+
width: 8.333333%;
|
|
58
|
+
}
|
|
59
|
+
.w-2\/12 {
|
|
60
|
+
width: 16.666667%;
|
|
61
|
+
}
|
|
62
|
+
.w-3\/12 {
|
|
63
|
+
width: 25%;
|
|
64
|
+
}
|
|
65
|
+
.w-4\/12 {
|
|
66
|
+
width: 33.333333%;
|
|
67
|
+
}
|
|
68
|
+
.w-5\/12 {
|
|
69
|
+
width: 41.666667%;
|
|
70
|
+
}
|
|
71
|
+
.w-6\/12 {
|
|
72
|
+
width: 50%;
|
|
73
|
+
}
|
|
74
|
+
.w-7\/12 {
|
|
75
|
+
width: 58.333333%;
|
|
76
|
+
}
|
|
77
|
+
.w-8\/12 {
|
|
78
|
+
width: 66.666667%;
|
|
79
|
+
}
|
|
80
|
+
.w-9\/12 {
|
|
81
|
+
width: 75%;
|
|
82
|
+
}
|
|
83
|
+
.w-10\/12 {
|
|
84
|
+
width: 83.333333%;
|
|
85
|
+
}
|
|
86
|
+
.w-11\/12 {
|
|
87
|
+
width: 91.666667%;
|
|
88
|
+
}
|
|
89
|
+
.\!w-full {
|
|
90
|
+
width: 100% !important;
|
|
91
|
+
}
|
|
92
|
+
.\!w-full-fluid {
|
|
93
|
+
width: calc(100% + 30px) !important;
|
|
94
|
+
margin-left: -15px !important;
|
|
95
|
+
}
|
|
96
|
+
.\!w-screen {
|
|
97
|
+
width: 100vw !important;
|
|
98
|
+
}
|
|
99
|
+
.\!w-1\/2 {
|
|
100
|
+
width: 50% !important;
|
|
101
|
+
}
|
|
102
|
+
.\!w-1\/3 {
|
|
103
|
+
width: 33.333333% !important;
|
|
104
|
+
}
|
|
105
|
+
.\!w-2\/3 {
|
|
106
|
+
width: 66.666667% !important;
|
|
107
|
+
}
|
|
108
|
+
.\!w-1\/4 {
|
|
109
|
+
width: 25% !important;
|
|
110
|
+
}
|
|
111
|
+
.\!w-2\/4 {
|
|
112
|
+
width: 50% !important;
|
|
113
|
+
}
|
|
114
|
+
.\!w-3\/4 {
|
|
115
|
+
width: 75% !important;
|
|
116
|
+
}
|
|
117
|
+
.\!w-1\/5 {
|
|
118
|
+
width: 20% !important;
|
|
119
|
+
}
|
|
120
|
+
.\!w-2\/5 {
|
|
121
|
+
width: 40% !important;
|
|
122
|
+
}
|
|
123
|
+
.\!w-3\/5 {
|
|
124
|
+
width: 60% !important;
|
|
125
|
+
}
|
|
126
|
+
.\!w-4\/5 {
|
|
127
|
+
width: 80% !important;
|
|
128
|
+
}
|
|
129
|
+
.\!w-1\/6 {
|
|
130
|
+
width: 16.666667% !important;
|
|
131
|
+
}
|
|
132
|
+
.\!w-2\/6 {
|
|
133
|
+
width: 33.333333% !important;
|
|
134
|
+
}
|
|
135
|
+
.\!w-3\/6 {
|
|
136
|
+
width: 50% !important;
|
|
137
|
+
}
|
|
138
|
+
.\!w-4\/6 {
|
|
139
|
+
width: 66.666667% !important;
|
|
140
|
+
}
|
|
141
|
+
.\!w-5\/6 {
|
|
142
|
+
width: 83.333333% !important;
|
|
143
|
+
}
|
|
144
|
+
.\!w-1\/12 {
|
|
145
|
+
width: 8.333333% !important;
|
|
146
|
+
}
|
|
147
|
+
.\!w-2\/12 {
|
|
148
|
+
width: 16.666667% !important;
|
|
149
|
+
}
|
|
150
|
+
.\!w-3\/12 {
|
|
151
|
+
width: 25% !important;
|
|
152
|
+
}
|
|
153
|
+
.\!w-4\/12 {
|
|
154
|
+
width: 33.333333% !important;
|
|
155
|
+
}
|
|
156
|
+
.\!w-5\/12 {
|
|
157
|
+
width: 41.666667% !important;
|
|
158
|
+
}
|
|
159
|
+
.\!w-6\/12 {
|
|
160
|
+
width: 50% !important;
|
|
161
|
+
}
|
|
162
|
+
.\!w-7\/12 {
|
|
163
|
+
width: 58.333333% !important;
|
|
164
|
+
}
|
|
165
|
+
.\!w-8\/12 {
|
|
166
|
+
width: 66.666667% !important;
|
|
167
|
+
}
|
|
168
|
+
.\!w-9\/12 {
|
|
169
|
+
width: 75% !important;
|
|
170
|
+
}
|
|
171
|
+
.\!w-10\/12 {
|
|
172
|
+
width: 83.333333% !important;
|
|
173
|
+
}
|
|
174
|
+
.\!w-11\/12 {
|
|
175
|
+
width: 91.666667% !important;
|
|
176
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
@use 'mixins/fluid-margin' as *;
|
|
2
|
+
|
|
3
|
+
$fluid-margin-placeholder-levels: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9;
|
|
4
|
+
|
|
5
|
+
@each $level, $value in $fluid-margin-placeholder-levels {
|
|
6
|
+
.fm-#{$level} {
|
|
7
|
+
@extend %fm-#{$level};
|
|
8
|
+
}
|
|
9
|
+
.fmt-#{$level} {
|
|
10
|
+
@extend %fmt-#{$level};
|
|
11
|
+
}
|
|
12
|
+
.fmr-#{$level} {
|
|
13
|
+
@extend %fmr-#{$level};
|
|
14
|
+
}
|
|
15
|
+
.fmb-#{$level} {
|
|
16
|
+
@extend %fmb-#{$level};
|
|
17
|
+
}
|
|
18
|
+
.fml-#{$level} {
|
|
19
|
+
@extend %fml-#{$level};
|
|
20
|
+
}
|
|
21
|
+
.fmx-#{$level} {
|
|
22
|
+
@extend %fmx-#{$level};
|
|
23
|
+
}
|
|
24
|
+
.fmy-#{$level} {
|
|
25
|
+
@extend %fmy-#{$level};
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.\!fm-#{$level} {
|
|
29
|
+
@extend %\!fm-#{$level};
|
|
30
|
+
}
|
|
31
|
+
.\!fmt-#{$level} {
|
|
32
|
+
@extend %\!fmt-#{$level};
|
|
33
|
+
}
|
|
34
|
+
.\!fmr-#{$level} {
|
|
35
|
+
@extend %\!fmr-#{$level};
|
|
36
|
+
}
|
|
37
|
+
.\!fmb-#{$level} {
|
|
38
|
+
@extend %\!fmb-#{$level};
|
|
39
|
+
}
|
|
40
|
+
.\!fml-#{$level} {
|
|
41
|
+
@extend %\!fml-#{$level};
|
|
42
|
+
}
|
|
43
|
+
.\!fmx-#{$level} {
|
|
44
|
+
@extend %\!fmx-#{$level};
|
|
45
|
+
}
|
|
46
|
+
.\!fmy-#{$level} {
|
|
47
|
+
@extend %\!fmy-#{$level};
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.fm-auto {
|
|
52
|
+
@extend %fm-auto;
|
|
53
|
+
}
|
|
54
|
+
.fmx-auto {
|
|
55
|
+
@extend %fmx-auto;
|
|
56
|
+
}
|
|
57
|
+
.fmy-auto {
|
|
58
|
+
@extend %fmy-auto;
|
|
59
|
+
}
|
|
60
|
+
.\!fm-auto {
|
|
61
|
+
@extend %\!fm-auto;
|
|
62
|
+
}
|
|
63
|
+
.\!fmx-auto {
|
|
64
|
+
@extend %\!fmx-auto;
|
|
65
|
+
}
|
|
66
|
+
.\!fmy-auto {
|
|
67
|
+
@extend %\!fmy-auto;
|
|
68
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
@use 'mixins/fluid-padding' as *;
|
|
2
|
+
|
|
3
|
+
$fluid-padding-placeholder-levels: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9;
|
|
4
|
+
|
|
5
|
+
@each $level, $value in $fluid-padding-placeholder-levels {
|
|
6
|
+
.fp-#{$level} {
|
|
7
|
+
@extend %fp-#{$level};
|
|
8
|
+
}
|
|
9
|
+
.fpt-#{$level} {
|
|
10
|
+
@extend %fpt-#{$level};
|
|
11
|
+
}
|
|
12
|
+
.fpr-#{$level} {
|
|
13
|
+
@extend %fpr-#{$level};
|
|
14
|
+
}
|
|
15
|
+
.fpb-#{$level} {
|
|
16
|
+
@extend %fpb-#{$level};
|
|
17
|
+
}
|
|
18
|
+
.fpl-#{$level} {
|
|
19
|
+
@extend %fpl-#{$level};
|
|
20
|
+
}
|
|
21
|
+
.fpx-#{$level} {
|
|
22
|
+
@extend %fpx-#{$level};
|
|
23
|
+
}
|
|
24
|
+
.fpy-#{$level} {
|
|
25
|
+
@extend %fpy-#{$level};
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.\!fp-#{$level} {
|
|
29
|
+
@extend %\!fp-#{$level};
|
|
30
|
+
}
|
|
31
|
+
.\!fpt-#{$level} {
|
|
32
|
+
@extend %\!fpt-#{$level};
|
|
33
|
+
}
|
|
34
|
+
.\!fpr-#{$level} {
|
|
35
|
+
@extend %\!fpr-#{$level};
|
|
36
|
+
}
|
|
37
|
+
.\!fpb-#{$level} {
|
|
38
|
+
@extend %\!fpb-#{$level};
|
|
39
|
+
}
|
|
40
|
+
.\!fpl-#{$level} {
|
|
41
|
+
@extend %\!fpl-#{$level};
|
|
42
|
+
}
|
|
43
|
+
.\!fpx-#{$level} {
|
|
44
|
+
@extend %\!fpx-#{$level};
|
|
45
|
+
}
|
|
46
|
+
.\!fpy-#{$level} {
|
|
47
|
+
@extend %\!fpy-#{$level};
|
|
48
|
+
}
|
|
49
|
+
}
|