liferay-frontend-theme-styled 6.0.80 → 6.0.82
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,10 +136,10 @@ $table-responsive-margin-left-md: 375px !default;
|
|
|
136
136
|
margin-bottom: 0;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
h5,
|
|
140
|
-
h6,
|
|
141
139
|
.h5,
|
|
142
|
-
.h6
|
|
140
|
+
.h6,
|
|
141
|
+
h5,
|
|
142
|
+
h6 {
|
|
143
143
|
font-size: $font-size-sm;
|
|
144
144
|
font-weight: 400;
|
|
145
145
|
line-height: 1.5;
|
|
@@ -150,6 +150,7 @@ $table-responsive-margin-left-md: 375px !default;
|
|
|
150
150
|
font-weight: 600;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
+
.h6 + .h5,
|
|
153
154
|
h6 + h5 {
|
|
154
155
|
font-weight: 600;
|
|
155
156
|
}
|
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.82","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"}
|