general-library-union 2.8.94 → 2.8.95

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.8.94",
3
+ "version": "2.8.95",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -40,11 +40,15 @@ body {
40
40
  * login styles
41
41
  *****************************************************************************/
42
42
 
43
- #login .right-side {
43
+ /******************************************************************************
44
+ * login styles
45
+ *****************************************************************************/
46
+
47
+ #login .right-side {
44
48
  display: flex;
45
49
  justify-content: center;
46
50
  align-items: center;
47
- background: #222227;
51
+ background: #fff;
48
52
 
49
53
  >div {
50
54
  max-width: 35rem;
@@ -54,7 +58,7 @@ body {
54
58
  }
55
59
 
56
60
  p {
57
- color: #fff;
61
+ color: $mediumGray;
58
62
  }
59
63
 
60
64
  a {
@@ -64,61 +68,52 @@ body {
64
68
  }
65
69
  }
66
70
 
71
+
72
+ #login .p-inputgroup-addon{
73
+ position: absolute;
74
+ height: 100%;
75
+ z-index: 99;
76
+ }
77
+
67
78
  #login .p-icon-wrapper {
68
79
  z-index: 999;
69
80
  color: var(--color-500);
70
81
  }
71
82
 
72
83
  #login .p-button {
73
- box-shadow: 0 0 5px #000000c9;
74
- border: solid 1px var(--color-400);
84
+ box-shadow: 0 0 5px var(--color-200);
85
+ background: linear-gradient(to top, var(--color-400), var(--color-500));
75
86
  width: 100%;
76
- background: #222227;
77
87
  }
78
88
 
79
89
  #login .p-button:hover {
80
- box-shadow: 0 0 8px #000000b0;
81
- background: #26262d !important;
82
- color: var(--color-400) !important;
90
+ box-shadow: 0 0 8px var(--color-400);
83
91
  }
84
92
 
85
93
 
86
94
 
87
95
  #login span.p-inputgroup-addon {
88
- height: auto !important;
89
- border: 1px solid #5c5c6c !important;
90
- border-right: none !important;
91
- background: #121212 !important;
96
+ height: auto;
92
97
  }
93
98
 
94
99
  #login input.p-inputtext {
95
100
  height: auto !important;
96
- border-radius: 5px !important;
101
+
97
102
  border: solid 1px var(--color-100) !important;
98
103
  }
99
104
 
100
105
  #login input.p-inputtext {
101
- border: 1px solid #5c5c6c !important;
102
- color: #fff !important;
103
- border-left: none !important;
104
- }
106
+ border: solid 1px var(--color-100) !important;
107
+ border-radius: 5px!important;
105
108
 
109
+ }
106
110
 
107
111
  #login .p-inputgroup {
108
112
  position: relative;
109
113
  }
110
-
111
-
112
- #login .p-inputgroup input:hover {
113
- box-shadow: inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400) !important;
114
- }
115
-
116
-
117
-
118
114
 
119
115
  #login span.p-inputgroup-addon {
120
- position: absolute;
121
- height: 100% !important;
116
+ height: 100%;
122
117
  z-index: 99;
123
118
  }
124
119
 
@@ -126,7 +121,6 @@ body {
126
121
  padding-left: 50px;
127
122
  }
128
123
 
129
-
130
124
  @media only screen and (max-width:1600px) and (min-width:1360px) {
131
125
 
132
126
 
@@ -142,6 +136,7 @@ body {
142
136
  }
143
137
 
144
138
 
139
+
145
140
  /******************************************************************************
146
141
  * 404 styles
147
142
  *****************************************************************************/