general-library-union 2.8.9 → 2.8.11
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/package.json
CHANGED
|
@@ -60,6 +60,23 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
+
#login .p-inputgroup{
|
|
64
|
+
position: relative;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
#login .p-inputgroup-addon{
|
|
68
|
+
position: absolute;
|
|
69
|
+
height: 100%;
|
|
70
|
+
z-index: 99;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
#login span.p-inputgroup-addon {
|
|
74
|
+
height: auto;
|
|
75
|
+
border-radius: 5px 0px 0px 5px
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
63
80
|
#login .p-button {
|
|
64
81
|
box-shadow: 0 0 5px var(--color-200);
|
|
65
82
|
background: linear-gradient(to top, var(--color-400), var(--color-500));
|
|
@@ -72,14 +89,12 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
72
89
|
|
|
73
90
|
|
|
74
91
|
|
|
75
|
-
#login span.p-inputgroup-addon {
|
|
76
|
-
height: auto;
|
|
77
|
-
}
|
|
78
92
|
|
|
79
93
|
#login input.p-inputtext {
|
|
80
94
|
height: auto !important;
|
|
81
95
|
border-radius: 0px 5px 5px 0px !important;
|
|
82
96
|
border: solid 1px var(--color-100) !important;
|
|
97
|
+
padding-left: 50px;
|
|
83
98
|
}
|
|
84
99
|
|
|
85
100
|
#login input.p-inputtext {
|
|
@@ -4071,13 +4086,10 @@ td.GrupoColor {
|
|
|
4071
4086
|
box-shadow: none;
|
|
4072
4087
|
}
|
|
4073
4088
|
|
|
4074
|
-
|
|
4075
|
-
.menu-punto-proceso .p-dialog .p-button-rounded{
|
|
4089
|
+
.menu-punto-proceso button.p-element.p-button-rounded.p-button-outlined.p-button.p-component.p-button-icon-only {
|
|
4076
4090
|
background: #fff !important;
|
|
4077
4091
|
}
|
|
4078
4092
|
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
4093
|
.menu-punto-proceso .p-dialog .p-button.p-button-outlined {
|
|
4082
4094
|
background: var(--color-100) !important;
|
|
4083
4095
|
padding: 0.45rem 0.55rem !important;
|
|
@@ -64,6 +64,22 @@ body {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
#login .p-inputgroup{
|
|
68
|
+
position: relative;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
#login .p-inputgroup-addon{
|
|
72
|
+
position: absolute;
|
|
73
|
+
height: 100%;
|
|
74
|
+
z-index: 99;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
#login span.p-inputgroup-addon {
|
|
78
|
+
height: auto;
|
|
79
|
+
border-radius: 5px 0px 0px 5px
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
|
|
67
83
|
|
|
68
84
|
#login .p-button {
|
|
69
85
|
box-shadow: 0 0 5px #000000c9;
|
|
@@ -91,6 +107,7 @@ body {
|
|
|
91
107
|
height: auto !important;
|
|
92
108
|
border-radius: 0px 5px 5px 0px !important;
|
|
93
109
|
border: solid 1px var(--color-100) !important;
|
|
110
|
+
padding-left: 50px;
|
|
94
111
|
}
|
|
95
112
|
|
|
96
113
|
#login input.p-inputtext {
|