oxpi-nglib 1.0.47 → 1.0.49
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/esm2020/lib/cadastros/funcionarios/funcionario-form/funcionario-form.component.mjs +3 -3
- package/fesm2015/oxpi-nglib.mjs +2 -2
- package/fesm2015/oxpi-nglib.mjs.map +1 -1
- package/fesm2020/oxpi-nglib.mjs +2 -2
- package/fesm2020/oxpi-nglib.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/cadastros-listagens-form.scss +7 -1
package/package.json
CHANGED
|
@@ -172,10 +172,16 @@
|
|
|
172
172
|
.margin-top-32 {
|
|
173
173
|
margin-top: 32px !important;
|
|
174
174
|
}
|
|
175
|
-
|
|
175
|
+
.margin-top-8 {
|
|
176
|
+
margin-top: 8px !important;
|
|
177
|
+
}
|
|
176
178
|
.margin-top-16 {
|
|
177
179
|
margin-top: 16px !important;
|
|
178
180
|
}
|
|
181
|
+
.gap-4
|
|
182
|
+
{
|
|
183
|
+
gap: 4px !important;
|
|
184
|
+
}
|
|
179
185
|
.gap-8
|
|
180
186
|
{
|
|
181
187
|
gap: 8px !important;
|