@fundamental-styles/common-css 0.24.0-rc.98 → 0.24.1-rc.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/common-css.css +3 -3
- package/package.json +2 -2
package/dist/common-css.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Fundamental Library Styles v0.24.
|
|
2
|
+
* Fundamental Library Styles v0.24.1-rc.0
|
|
3
3
|
* Copyright (c) 2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)
|
|
5
5
|
*/
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
position: relative;
|
|
50
50
|
padding: 0 0.25rem;
|
|
51
51
|
}
|
|
52
|
-
.sap-container
|
|
52
|
+
.sap-container .sap-row {
|
|
53
53
|
margin-left: -0.25rem;
|
|
54
54
|
margin-right: -0.25rem;
|
|
55
55
|
min-width: calc(100% + 0.25rem * 2);
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
.sap-container {
|
|
341
341
|
padding: 0 0.5rem;
|
|
342
342
|
}
|
|
343
|
-
.sap-container
|
|
343
|
+
.sap-container .sap-row {
|
|
344
344
|
margin-left: -0.5rem;
|
|
345
345
|
margin-right: -0.5rem;
|
|
346
346
|
min-width: calc(100% + 0.5rem * 2);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-styles/common-css",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.1-rc.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"homepage": "https://sap.github.io/fundamental-styles/",
|
|
6
6
|
"description": "Fundamental Library Styles Common CSS",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"url": "https://github.com/SAP/fundamental-styles"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@sap-theming/theming-base-content": "11.1.
|
|
12
|
+
"@sap-theming/theming-base-content": "11.1.40"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|