general-library-union 2.8.12 → 2.8.14
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
|
@@ -70,12 +70,6 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
70
70
|
z-index: 99;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
#login span.p-inputgroup-addon {
|
|
74
|
-
height: auto;
|
|
75
|
-
border-radius: 5px 0px 0px 5px
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
|
|
79
73
|
|
|
80
74
|
#login .p-button {
|
|
81
75
|
box-shadow: 0 0 5px var(--color-200);
|
|
@@ -94,7 +88,6 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
94
88
|
height: auto !important;
|
|
95
89
|
border-radius: 0px 5px 5px 0px !important;
|
|
96
90
|
border: solid 1px var(--color-100) !important;
|
|
97
|
-
padding-left: 50px;
|
|
98
91
|
}
|
|
99
92
|
|
|
100
93
|
#login input.p-inputtext {
|
|
@@ -64,22 +64,6 @@ 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
|
-
|
|
83
67
|
|
|
84
68
|
#login .p-button {
|
|
85
69
|
box-shadow: 0 0 5px #000000c9;
|
|
@@ -107,7 +91,6 @@ body {
|
|
|
107
91
|
height: auto !important;
|
|
108
92
|
border-radius: 0px 5px 5px 0px !important;
|
|
109
93
|
border: solid 1px var(--color-100) !important;
|
|
110
|
-
padding-left: 50px;
|
|
111
94
|
}
|
|
112
95
|
|
|
113
96
|
#login input.p-inputtext {
|