liferay-frontend-theme-styled 6.0.7 → 6.0.11
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.
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
position: relative;
|
|
44
44
|
|
|
45
45
|
.select-files {
|
|
46
|
-
margin: 0
|
|
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
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
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
|
-
|
|
163
|
-
|
|
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.
|
|
1
|
+
{"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"liferay-npm-scripts check","format":"liferay-npm-scripts fix"},"version":"6.0.11","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"}
|