general-library-union 2.7.13 → 2.7.15
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/ejecucion-reporte-externo/listado-ejecucion-reporte-externo/listado-ejecucion-reporte-externo.component.mjs +14 -3
- package/fesm2022/general-library-union.mjs +10 -2
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +16 -0
package/package.json
CHANGED
|
@@ -3763,6 +3763,17 @@ td.GrupoColor {
|
|
|
3763
3763
|
}
|
|
3764
3764
|
|
|
3765
3765
|
|
|
3766
|
+
.menu-punto-proceso .p-dialog .p-button.p-button-icon-only.p-button-rounded {
|
|
3767
|
+
border-radius: 50% !important;
|
|
3768
|
+
height: 1.5rem !important;
|
|
3769
|
+
width: 1.5rem !important;
|
|
3770
|
+
padding: 13px !important;
|
|
3771
|
+
margin: 0px 3px !important;
|
|
3772
|
+
color: var(--color-500) !important;
|
|
3773
|
+
border: solid 1px !important;
|
|
3774
|
+
}
|
|
3775
|
+
|
|
3776
|
+
|
|
3766
3777
|
.menu-punto-proceso .p-dialog .p-button.p-button-outlined {
|
|
3767
3778
|
background: var(--color-100) !important;
|
|
3768
3779
|
padding: 0.45rem 0.55rem !important;
|
|
@@ -3776,6 +3787,7 @@ td.GrupoColor {
|
|
|
3776
3787
|
|
|
3777
3788
|
}
|
|
3778
3789
|
|
|
3790
|
+
|
|
3779
3791
|
.menu-punto-proceso .p-dialog .p-button.p-button-raised {
|
|
3780
3792
|
background: var(--color-400) !important;
|
|
3781
3793
|
box-shadow: none;
|
|
@@ -3783,6 +3795,10 @@ td.GrupoColor {
|
|
|
3783
3795
|
padding: 0.45rem 0.55rem !important;
|
|
3784
3796
|
margin: 11px !important;
|
|
3785
3797
|
|
|
3798
|
+
span{
|
|
3799
|
+
color:#fff !important;
|
|
3800
|
+
}
|
|
3801
|
+
|
|
3786
3802
|
&:hover{
|
|
3787
3803
|
box-shadow: 2px 2px 15px var(--color-200) !important;
|
|
3788
3804
|
}
|