liferay-frontend-theme-styled 6.0.88 → 6.0.89

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.
@@ -136,14 +136,14 @@ $file-icon-color-7: $white !default;
136
136
 
137
137
  // ---------- File icons text colors ----------
138
138
 
139
- $file-icon-text-color-0: #6b6c7e !default;
140
- $file-icon-text-color-1: #a7a9bc !default;
141
- $file-icon-text-color-2: #50d2a0 !default;
142
- $file-icon-text-color-3: #af78ff !default;
143
- $file-icon-text-color-4: #ffb46e !default;
144
- $file-icon-text-color-5: #ff5f5f !default;
145
- $file-icon-text-color-6: #4b9bff !default;
146
- $file-icon-text-color-7: #272833 !default;
139
+ $file-icon-text-color-0: $gray-600 !default;
140
+ $file-icon-text-color-1: $gray-600 !default;
141
+ $file-icon-text-color-2: $teal-l1 !default;
142
+ $file-icon-text-color-3: $red-l1 !default;
143
+ $file-icon-text-color-4: $orange-l1 !default;
144
+ $file-icon-text-color-5: $purple-l1 !default;
145
+ $file-icon-text-color-6: $cyan-l1 !default;
146
+ $file-icon-text-color-7: $pink-l1 !default;
147
147
 
148
148
  // ---------- User icons background colors ----------
149
149
 
@@ -8,8 +8,19 @@ html#{$cadmin-selector} {
8
8
  color: $portlet-topper-color;
9
9
  display: box;
10
10
  display: flex;
11
+ height: 28px;
11
12
  padding: 3px 12px 3px 24px;
12
13
  position: relative;
14
+
15
+ .lexicon-icon {
16
+ height: 12px;
17
+ width: 12px;
18
+ }
19
+
20
+ .lexicon-icon.lexicon-icon-drag {
21
+ height: 16px;
22
+ width: 16px;
23
+ }
13
24
  }
14
25
 
15
26
  .portlet > .cadmin.portlet-topper {
@@ -21,8 +32,9 @@ html#{$cadmin-selector} {
21
32
  opacity: 0;
22
33
  position: absolute;
23
34
  right: 0;
35
+ transform: translateY(-97%);
24
36
 
25
- @include transition(opacity 0.25s, transform 0.25s);
37
+ @include transition(opacity 0.15s);
26
38
 
27
39
  top: 0;
28
40
  }
@@ -65,8 +77,9 @@ html#{$cadmin-selector} {
65
77
  }
66
78
 
67
79
  .portlet-name-text {
68
- font-size: 14px;
80
+ font-size: 12px;
69
81
  font-weight: 600;
82
+ margin-left: 4px;
70
83
  }
71
84
 
72
85
  .portlet-title-default {
@@ -108,7 +121,6 @@ html#{$cadmin-selector} {
108
121
  > .cadmin.portlet-topper {
109
122
  @include media-breakpoint-up(md) {
110
123
  opacity: 1;
111
- transform: translateY(-97%);
112
124
  }
113
125
  }
114
126
  }
@@ -127,6 +139,7 @@ html#{$cadmin-selector} {
127
139
  .cadmin {
128
140
  &.portlet-topper {
129
141
  @include media-breakpoint-down(sm) {
142
+ align-items: center;
130
143
  display: box;
131
144
  display: flex;
132
145
  }
@@ -158,7 +171,6 @@ html#{$cadmin-selector} {
158
171
  > .portlet-topper {
159
172
  @include media-breakpoint-up(md) {
160
173
  opacity: 1;
161
- transform: translateY(-97%);
162
174
  }
163
175
  }
164
176
  }
@@ -182,6 +194,7 @@ html#{$cadmin-selector} {
182
194
  border-radius: $portlet-content-border-radius;
183
195
  border-style: solid;
184
196
  border-width: $portlet-content-border-width;
197
+ transition: border-color 0.15s ease;
185
198
 
186
199
  .portlet > & {
187
200
  border-color: transparent;
@@ -196,11 +209,6 @@ html#{$cadmin-selector} {
196
209
  }
197
210
  }
198
211
 
199
- .portlet-name-text {
200
- font-size: 0.875rem;
201
- font-weight: 600;
202
- }
203
-
204
212
  .portlet-options {
205
213
  display: inline-block;
206
214
  }
@@ -244,7 +252,7 @@ html#{$cadmin-selector} {
244
252
  position: absolute;
245
253
  right: 0;
246
254
 
247
- @include transition(opacity 0.25s, transform 0.25s);
255
+ @include transition(opacity 0.15s);
248
256
 
249
257
  top: 0;
250
258
  }
@@ -18,10 +18,10 @@ $portlet-topper-border-width: $portlet-topper-border-top-width
18
18
 
19
19
  $portlet-content-border-radius: 0 0 $navbar-border-radius $navbar-border-radius !default;
20
20
 
21
- $portlet-content-border-bottom-width: 1px !default;
22
- $portlet-content-border-left-width: 1px !default;
23
- $portlet-content-border-right-width: 1px !default;
24
- $portlet-content-border-top-width: 1px !default;
21
+ $portlet-content-border-bottom-width: 2px !default;
22
+ $portlet-content-border-left-width: 2px !default;
23
+ $portlet-content-border-right-width: 2px !default;
24
+ $portlet-content-border-top-width: 2px !default;
25
25
  $portlet-content-border-width: $portlet-content-border-top-width
26
26
  $portlet-content-border-right-width $portlet-content-border-bottom-width
27
27
  $portlet-content-border-left-width !default;
@@ -91,3 +91,9 @@
91
91
  }
92
92
  }
93
93
  }
94
+
95
+ @include media-breakpoint-down(md) {
96
+ ul.pagination ul.inline-scroller {
97
+ max-height: inherit;
98
+ }
99
+ }
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.88","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":"node-scripts format --check","format":"node-scripts format"},"version":"6.0.89","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"}