liferay-frontend-theme-styled 6.0.25 → 6.0.28

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/_extras.scss CHANGED
@@ -330,10 +330,6 @@ body > .lfr-menu-list ul,
330
330
  -webkit-animation: none;
331
331
  animation: none;
332
332
  }
333
-
334
- .portlet-document-library .document-container {
335
- box-shadow: inset 0 0 5px #b8c1d1;
336
- }
337
333
  }
338
334
 
339
335
  .upload-drop-intent .lfr-upload-container .upload-target {
package/css/_portal.scss CHANGED
@@ -3,6 +3,7 @@
3
3
  @import './portal/asset_column';
4
4
  @import './portal/aui';
5
5
  @import './portal/auto_row';
6
+ @import './portal/date_picker';
6
7
  @import './portal/dropdowns';
7
8
  @import './portal/edit_layout';
8
9
  @import './portal/forms';
@@ -45,8 +45,8 @@
45
45
  padding-top: 20px;
46
46
 
47
47
  .nav-tabs-underline {
48
- margin-left: -$grid-gutter-width / 2;
49
- margin-right: -$grid-gutter-width / 2;
48
+ margin-left: $grid-gutter-width * -0.5;
49
+ margin-right: $grid-gutter-width * -0.5;
50
50
  margin-top: -20px;
51
51
  }
52
52
  }
@@ -0,0 +1,3 @@
1
+ .datepicker-popover-content .popover-content {
2
+ padding: 0.75rem 1rem;
3
+ }
@@ -12,4 +12,4 @@ html#{$cadmin-selector} {
12
12
 
13
13
  .dropdown-menu .dropdown-item.active {
14
14
  pointer-events: initial;
15
- }
15
+ }
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.25","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":"liferay-npm-scripts check","format":"liferay-npm-scripts fix"},"version":"6.0.28","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"}