@ecl/splash-page 5.0.0-alpha.14 → 5.0.0-alpha.15
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/package.json +6 -6
- package/splash-page.scss +2 -2
package/package.json
CHANGED
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
"name": "@ecl/splash-page",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "5.0.0-alpha.
|
|
5
|
+
"version": "5.0.0-alpha.15",
|
|
6
6
|
"description": "ECL Splash Page",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
10
|
"style": "splash-page.scss",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@ecl/link": "5.0.0-alpha.
|
|
13
|
-
"@ecl/picture": "5.0.0-alpha.
|
|
12
|
+
"@ecl/link": "5.0.0-alpha.15",
|
|
13
|
+
"@ecl/picture": "5.0.0-alpha.15"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@ecl/resources-ec-logo": "5.0.0-alpha.
|
|
17
|
-
"@ecl/resources-eu-logo": "5.0.0-alpha.
|
|
16
|
+
"@ecl/resources-ec-logo": "5.0.0-alpha.15",
|
|
17
|
+
"@ecl/resources-eu-logo": "5.0.0-alpha.15"
|
|
18
18
|
},
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"design-system",
|
|
31
31
|
"twig"
|
|
32
32
|
],
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "6004e147f949c0fbb2278650d59a1b8c249653c5"
|
|
34
34
|
}
|
package/splash-page.scss
CHANGED
|
@@ -268,8 +268,8 @@ $language-list: null !default;
|
|
|
268
268
|
|
|
269
269
|
// Horizontal sections
|
|
270
270
|
.ecl-splash-page__language-content:not(
|
|
271
|
-
|
|
272
|
-
|
|
271
|
+
.ecl-splash-page__language-content--stack
|
|
272
|
+
) {
|
|
273
273
|
flex-direction: row;
|
|
274
274
|
|
|
275
275
|
.ecl-splash-page__language-category {
|