liferay-frontend-theme-styled 6.0.52 → 6.0.53
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.
|
@@ -174,15 +174,15 @@ $user-icon-border-color-9: $gray-300 !default;
|
|
|
174
174
|
// ---------- User icons colors ----------
|
|
175
175
|
|
|
176
176
|
$user-icon-color-0: #6b6c7e !default;
|
|
177
|
-
$user-icon-color-1: #
|
|
178
|
-
$user-icon-color-2: #
|
|
179
|
-
$user-icon-color-3: #
|
|
180
|
-
$user-icon-color-4: #
|
|
181
|
-
$user-icon-color-5: #
|
|
182
|
-
$user-icon-color-6: #
|
|
177
|
+
$user-icon-color-1: #4a97f2 !default;
|
|
178
|
+
$user-icon-color-2: #e87523 !default;
|
|
179
|
+
$user-icon-color-3: #fb625b !default;
|
|
180
|
+
$user-icon-color-4: #4fa488 !default;
|
|
181
|
+
$user-icon-color-5: #fe4fb5 !default;
|
|
182
|
+
$user-icon-color-6: #879b7a !default;
|
|
183
183
|
$user-icon-color-7: #af78ff !default;
|
|
184
|
-
$user-icon-color-8: #
|
|
185
|
-
$user-icon-color-9: #
|
|
184
|
+
$user-icon-color-8: #bf8c2a !default;
|
|
185
|
+
$user-icon-color-9: #5f9bc7 !default;
|
|
186
186
|
|
|
187
187
|
// ---------- Column widths ----------
|
|
188
188
|
|
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.53","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"}
|