liferay-frontend-theme-styled 6.0.78 → 6.0.80

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.
@@ -84,6 +84,7 @@
84
84
  .upload-list-info {
85
85
  margin: 1em 0 0.5em;
86
86
 
87
+ .h4,
87
88
  h4 {
88
89
  font-size: 1.3em;
89
90
  }
@@ -33,7 +33,9 @@
33
33
  }
34
34
 
35
35
  &:focus + label::before {
36
- box-shadow: 0 0 0 2px $white, 0 0 0 4px $primary-l1;
36
+ box-shadow:
37
+ 0 0 0 2px $white,
38
+ 0 0 0 4px $primary-l1;
37
39
  }
38
40
  }
39
41
 
@@ -129,6 +129,7 @@ $table-responsive-margin-left-md: 375px !default;
129
129
  }
130
130
 
131
131
  .list-group-item {
132
+ .h4,
132
133
  h4 {
133
134
  font-size: $font-size-sm;
134
135
  line-height: 1.5;
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.78","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.80","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"}