@avakhula/ui 0.0.315 → 0.0.317

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avakhula/ui",
3
- "version": "0.0.315",
3
+ "version": "0.0.317",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.umd.cjs",
6
6
  "source": "src/index.js",
@@ -287,9 +287,11 @@ body.modal-open {
287
287
  padding-right: 25px;
288
288
  }
289
289
 
290
- .modal-content.without-title {
291
- padding-right: 25px;
292
- padding-top: 4px;
290
+ .modal-content {
291
+ .without-title {
292
+ padding-right: 25px;
293
+ padding-top: 4px;
294
+ }
293
295
  }
294
296
 
295
297
  .modal-close-icon {