liferay-frontend-theme-styled 6.0.8 → 6.0.12

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.
@@ -1,5 +1,5 @@
1
1
  .lfr-portal-tooltip {
2
- display: inline-block;
2
+ display: inline-flex;
3
3
 
4
4
  &,
5
5
  a {
@@ -43,7 +43,7 @@
43
43
  position: relative;
44
44
 
45
45
  .select-files {
46
- margin: 0 10px 10px;
46
+ margin: 0 1.125rem 1.125rem;
47
47
  }
48
48
  }
49
49
 
@@ -151,16 +151,30 @@
151
151
  display: none;
152
152
  }
153
153
 
154
- .multiple-files .upload-error {
155
- background: #fdd url(../images/messages/error.png) no-repeat 5px 5px;
156
- border-color: #900;
157
- color: #900;
158
- font-weight: normal;
159
- margin-bottom: 16px;
160
- padding: 8px 8px 8px 24px;
154
+ .multiple-files {
155
+ .upload-error {
156
+ background: #fdd url(../images/messages/error.png) no-repeat 5px 5px;
157
+ border-color: #900;
158
+ color: #900;
159
+ font-weight: normal;
160
+ margin-bottom: 16px;
161
+ padding: 8px 8px 8px 24px;
161
162
 
162
- .error-message {
163
- display: block;
163
+ .error-message {
164
+ display: block;
165
+ }
166
+ }
167
+
168
+ .upload-complete.file-saved,
169
+ .upload-complete.upload-error {
170
+ .form-check-middle-left {
171
+ .card-body {
172
+ padding-left: 1rem;
173
+ }
174
+ .custom-control-label {
175
+ display: none;
176
+ }
177
+ }
164
178
  }
165
179
  }
166
180
 
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.8","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","repository":"liferay/liferay-portal"}
1
+ {"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"liferay-npm-scripts check","format":"liferay-npm-scripts fix"},"version":"6.0.12","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","repository":"liferay/liferay-portal"}