liferay-frontend-theme-styled 6.0.90 → 6.0.91
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/css/application/_variables.scss +10 -10
- package/package.json +1 -1
|
@@ -173,16 +173,16 @@ $user-icon-border-color-9: $gray-300 !default;
|
|
|
173
173
|
|
|
174
174
|
// ---------- User icons colors ----------
|
|
175
175
|
|
|
176
|
-
$user-icon-color-0:
|
|
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:
|
|
183
|
-
$user-icon-color-7:
|
|
184
|
-
$user-icon-color-8:
|
|
185
|
-
$user-icon-color-9:
|
|
176
|
+
$user-icon-color-0: $gray-600 !default;
|
|
177
|
+
$user-icon-color-1: $blue-l2 !default;
|
|
178
|
+
$user-icon-color-2: $orange-l1 !default;
|
|
179
|
+
$user-icon-color-3: $red-l1 !default;
|
|
180
|
+
$user-icon-color-4: $teal-l1 !default;
|
|
181
|
+
$user-icon-color-5: $pink-l1 !default;
|
|
182
|
+
$user-icon-color-6: $green-l1 !default;
|
|
183
|
+
$user-icon-color-7: $purple-l1 !default;
|
|
184
|
+
$user-icon-color-8: $yellow-d3 !default;
|
|
185
|
+
$user-icon-color-9: $cyan-l1 !default;
|
|
186
186
|
|
|
187
187
|
// ---------- Column widths ----------
|
|
188
188
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"node-scripts format --check","format":"node-scripts format"},"version":"6.0.
|
|
1
|
+
{"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"node-scripts format --check","format":"node-scripts format"},"version":"6.0.91","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"}
|