general-library-union 3.0.6 → 3.0.8
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/esm2022/src/app/webcommon/pages/cargue-plantilla/cargue-plantilla-general/cargue-plantilla-general.component.mjs +3 -3
- package/fesm2022/general-library-union.mjs +2 -2
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +8 -0
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +7 -0
package/package.json
CHANGED
|
@@ -4043,7 +4043,15 @@ td.GrupoColor {
|
|
|
4043
4043
|
min-width: 30%;
|
|
4044
4044
|
}
|
|
4045
4045
|
|
|
4046
|
+
|
|
4047
|
+
|
|
4048
|
+
#cargue-plantillas .btn-fileupload-claro {
|
|
4049
|
+
width: 100%;
|
|
4050
|
+
}
|
|
4051
|
+
|
|
4052
|
+
|
|
4046
4053
|
#cargue-plantillas .btn-fileupload-claro {
|
|
4054
|
+
width: 100%;
|
|
4047
4055
|
|
|
4048
4056
|
.p-button{
|
|
4049
4057
|
background: var(--color-85) !important;
|
|
@@ -5024,7 +5024,14 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5024
5024
|
min-width: 30%;
|
|
5025
5025
|
}
|
|
5026
5026
|
|
|
5027
|
+
|
|
5028
|
+
#cargue-plantillas .btn-fileupload-claro {
|
|
5029
|
+
width: 100%;
|
|
5030
|
+
}
|
|
5031
|
+
|
|
5032
|
+
|
|
5027
5033
|
#cargue-plantillas .btn-fileupload-claro {
|
|
5034
|
+
width: 100% !important;
|
|
5028
5035
|
|
|
5029
5036
|
.p-button{
|
|
5030
5037
|
background: #4f4f5f !important;
|