liferay-frontend-theme-styled 6.0.48 → 6.0.49

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.
@@ -143,6 +143,11 @@
143
143
  margin-left: 1rem;
144
144
  margin-right: 0;
145
145
  }
146
+
147
+ &.dialog-footer-not-reverse {
148
+ flex-direction: initial;
149
+ justify-content: flex-end;
150
+ }
146
151
  }
147
152
 
148
153
  .dialog-body,
@@ -31,6 +31,10 @@ body.portlet {
31
31
  }
32
32
  }
33
33
 
34
+ .portlet-options-dropdown {
35
+ z-index: 1035;
36
+ }
37
+
34
38
  .portlet-topper {
35
39
  position: relative;
36
40
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"liferay-npm-scripts check","format":"liferay-npm-scripts fix"},"version":"6.0.48","author":"Nathan Cavanaugh <nathan.cavanaugh@liferay.com> (https://github.com/natecavanaugh)","bugs":"https://issues.liferay.com/","description":"Liferay Frontend Theme Styled","keywords":[],"license":"LGPL","main":"package.json","publishConfig":{"registry":"https://registry.npmjs.org"},"repository":"liferay/liferay-portal"}
1
+ {"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"liferay-npm-scripts check","format":"liferay-npm-scripts fix"},"version":"6.0.49","author":"Nathan Cavanaugh <nathan.cavanaugh@liferay.com> (https://github.com/natecavanaugh)","bugs":"https://issues.liferay.com/","description":"Liferay Frontend Theme Styled","keywords":[],"license":"LGPL","main":"package.json","publishConfig":{"registry":"https://registry.npmjs.org"},"repository":"liferay/liferay-portal"}