@eeacms/volto-clms-theme 1.0.172 → 1.0.173

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/CHANGELOG.md CHANGED
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
- ### [1.0.172](https://github.com/eea/volto-clms-theme/compare/1.0.171...1.0.172) - 16 February 2023
7
+ ### [1.0.173](https://github.com/eea/volto-clms-theme/compare/1.0.172...1.0.173) - 17 February 2023
8
+
9
+ ### [1.0.172](https://github.com/eea/volto-clms-theme/compare/1.0.171...1.0.172) - 17 February 2023
8
10
 
9
11
  #### :bug: Bug Fixes
10
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-clms-theme",
3
- "version": "1.0.172",
3
+ "version": "1.0.173",
4
4
  "description": "volto-clms-theme: Volto theme for CLMS site",
5
5
  "main": "src/index.js",
6
6
  "author": "CodeSyntax for the European Environment Agency",
@@ -1270,7 +1270,28 @@ div#page-document h1.documentFirstHeading {
1270
1270
  }
1271
1271
 
1272
1272
  .Toastify__toast--success {
1273
- background-color: #a0b128 !important;
1273
+ background-color: #fafbf3 !important;
1274
+ }
1275
+
1276
+ .Toastify__toast-container .Toastify__toast {
1277
+ align-items: center;
1278
+ padding: 1rem;
1279
+ }
1280
+
1281
+ .Toastify__toast-container--bottom-center {
1282
+ margin-bottom: 1rem;
1283
+ }
1284
+
1285
+ .Toastify__toast-container .Toastify__toast-body {
1286
+ display: flex;
1287
+ }
1288
+
1289
+ .Toastify__toast-container .toast-inner-content {
1290
+ margin-left: 0.5rem;
1291
+ }
1292
+
1293
+ .Toastify__toast-container .toast-dismiss-action {
1294
+ margin-bottom: auto;
1274
1295
  }
1275
1296
 
1276
1297
  // CLMS-1460