datastake-daf 0.6.548 → 0.6.549

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.
@@ -1,414 +0,0 @@
1
- .auth-layout {
2
- min-height: 100vh;
3
- width: 100%;
4
- display: flex;
5
- flex-direction: column;
6
- background-color: #fff;
7
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
8
- 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
9
- position: relative;
10
-
11
- .auth-language-selector {
12
- position: absolute;
13
- top: 24px;
14
- right: 24px;
15
- z-index: 10;
16
-
17
- @media (max-width: 768px) {
18
- top: 16px;
19
- right: 16px;
20
- }
21
-
22
- .language-select {
23
- min-width: 100px;
24
-
25
- .ant-select-selector {
26
- background: #ffffff !important;
27
- border: 1px solid #d0d5dd !important;
28
- border-radius: 8px !important;
29
- padding: 4px 12px !important;
30
- height: auto !important;
31
- box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05) !important;
32
- }
33
-
34
- .ant-select-arrow {
35
- color: #667085;
36
- }
37
-
38
- .row-cont {
39
- display: flex;
40
- align-items: center;
41
- gap: 8px;
42
- }
43
- }
44
- }
45
-
46
- // Language select popup styling
47
- .language-select-popup {
48
- &.ant-select-dropdown {
49
- border-radius: 8px;
50
- box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
51
-
52
- .ant-select-item {
53
- padding: 8px 12px;
54
-
55
- &:hover {
56
- background: #f9fafb;
57
- }
58
-
59
- &-option-selected {
60
- background: #f3f4f6;
61
- font-weight: 500;
62
- }
63
- }
64
- }
65
- }
66
-
67
- .main-cont {
68
- flex: 1;
69
- display: flex;
70
- flex-direction: row;
71
- justify-content: center;
72
- min-height: 100vh;
73
-
74
- @media (max-width: 768px) {
75
- flex-direction: column;
76
- justify-content: flex-start;
77
- }
78
-
79
- .d-cont {
80
- flex: 1;
81
- display: flex;
82
- flex-direction: column;
83
-
84
- &.left {
85
- height: 100dvh;
86
- overflow-y: auto;
87
- padding: 6rem 0;
88
- display: flex;
89
- justify-content: center;
90
-
91
- @media (max-width: 768px) {
92
- height: unset;
93
- overflow-y: hidden;
94
- padding: 3rem 2rem;
95
- }
96
-
97
- .main {
98
- width: 100vw;
99
- max-width: 100%;
100
- display: flex;
101
- flex-direction: column;
102
- justify-content: center;
103
- margin: 0 auto;
104
-
105
- @media (max-width: 768px) {
106
- width: 100%;
107
- padding: 0;
108
- }
109
-
110
- .left-header {
111
- margin-bottom: 32px;
112
- text-align: start;
113
-
114
- img.app-logo {
115
- max-width: 200px;
116
- width: 136px;
117
- height: auto;
118
- margin-bottom: 32px;
119
- display: block;
120
- margin-left: auto;
121
- margin-right: auto;
122
- }
123
-
124
- h2 {
125
- font-size: 36px;
126
- line-height: 44px;
127
- font-weight: 700;
128
- margin-bottom: 8px;
129
- color: #101828;
130
-
131
- @media (max-width: 768px) {
132
- font-size: 28px;
133
- line-height: 36px;
134
- }
135
- }
136
-
137
- p {
138
- font-size: 16px;
139
- line-height: 24px;
140
- color: #667085;
141
- margin-bottom: 0;
142
-
143
- @media (max-width: 768px) {
144
- font-size: 14px;
145
- }
146
- }
147
- }
148
-
149
- .dots {
150
- display: flex;
151
- gap: 8px;
152
- margin-top: 32px;
153
- justify-content: center;
154
-
155
- .dot {
156
- width: 12px;
157
- height: 12px;
158
- background: #E5E7EB;
159
- border-radius: 6px;
160
- transition: 0.4s width, 0.4s background;
161
-
162
- &.active {
163
- width: 35px;
164
- background: #3B82F6;
165
- }
166
- }
167
- }
168
- }
169
- }
170
-
171
- &.right {
172
- background-size: cover;
173
- background-position: center;
174
- background-repeat: no-repeat;
175
- position: relative;
176
- padding: 0;
177
- display: flex;
178
- flex-direction: column;
179
-
180
- @media (max-width: 768px) {
181
- display: none;
182
- }
183
-
184
- .right-img {
185
- flex: 1;
186
- width: 100%;
187
- height: 100%;
188
- min-height: 100vh;
189
- background-position: center;
190
- background-repeat: no-repeat;
191
- background-size: cover;
192
-
193
- @media (max-width: 1200px) {
194
- min-height: 100vh;
195
- }
196
- }
197
- }
198
- }
199
- }
200
-
201
- // === FORM STYLING (Common across all apps) ===
202
- .d-cont.left {
203
- // Links
204
- a {
205
- color: #3B82F6;
206
- text-decoration: none;
207
- transition: color 0.2s;
208
-
209
- &:hover {
210
- color: #2563EB;
211
- }
212
- }
213
-
214
- // Form items
215
- .ant-form-item-required {
216
- &::before {
217
- content: unset !important;
218
- }
219
- }
220
-
221
- // Text inputs
222
- .ant-input {
223
- padding: 10px 12px;
224
- font-size: 14px;
225
- font-weight: 400;
226
- border: 1px solid #E5E7EB;
227
- border-radius: 6px;
228
- transition: border-color 0.2s;
229
-
230
- &:hover {
231
- border-color: #D1D5DB;
232
- }
233
-
234
- &:focus {
235
- border-color: #3B82F6;
236
- box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
237
- }
238
- }
239
-
240
- // Input with prefix/suffix
241
- .ant-input-affix-wrapper {
242
- padding: 11px 14px;
243
- border: 1px solid #E5E7EB;
244
- border-radius: 8px;
245
-
246
- .ant-input {
247
- padding: 0;
248
- border: unset;
249
- border-radius: unset;
250
- }
251
-
252
- .ant-input-prefix {
253
- margin-right: 10px;
254
- color: #A4A4A4;
255
- }
256
- }
257
-
258
- // Select dropdowns
259
- .ant-select-selector {
260
- padding: 4px 12px !important;
261
- border-radius: 6px !important;
262
- height: fit-content !important;
263
- font-size: 14px;
264
- border: 1px solid #E5E7EB !important;
265
- font-weight: 400;
266
- transition: border-color 0.2s !important;
267
-
268
- .ant-select-selection-item {
269
- transition: 0s;
270
- }
271
-
272
- .ant-select-selection-search {
273
- display: flex;
274
- flex-direction: column;
275
- justify-content: center;
276
- }
277
- }
278
-
279
- .ant-select:hover .ant-select-selector {
280
- border-color: #D1D5DB !important;
281
- }
282
-
283
- .ant-select-focused .ant-select-selector {
284
- border-color: #3B82F6 !important;
285
- box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
286
- }
287
-
288
- // Checkboxes
289
- .ant-checkbox-wrapper + .ant-checkbox-wrapper {
290
- margin-left: 0px;
291
- }
292
-
293
- .ant-checkbox-wrapper {
294
- color: #344054;
295
- font-size: 14px;
296
- font-weight: 400;
297
- }
298
-
299
- // Form layout
300
- form {
301
- display: flex;
302
- flex-direction: column;
303
- gap: 10px;
304
- }
305
-
306
- .ant-row.ant-form-item {
307
- margin-bottom: 0px;
308
- }
309
-
310
- .ant-form-item-label {
311
- label {
312
- color: #1F2A37;
313
- font-size: 14px;
314
- font-weight: 500;
315
- line-height: 20px;
316
- }
317
- }
318
-
319
- // Buttons
320
- .buttons {
321
- display: flex;
322
- flex-direction: column;
323
- margin-top: 24px;
324
- gap: 12px;
325
-
326
- .d-btn-cont {
327
- flex: 1;
328
- }
329
- }
330
-
331
- // Bottom content (sign up links, etc.)
332
- .bottom {
333
- margin-top: 10px;
334
- display: flex;
335
- flex-direction: column;
336
- gap: 4px;
337
-
338
- p {
339
- color: #667085;
340
- font-size: 14px;
341
- line-height: 20px;
342
- margin-bottom: 0px;
343
- }
344
- }
345
-
346
- // Error messages
347
- .errors-cont {
348
- margin-top: 16px;
349
-
350
- &.no-pt {
351
- margin-top: 0px;
352
- }
353
- }
354
-
355
- @media (max-width: 575px) {
356
- .ant-form-item {
357
- flex-direction: row !important;
358
- }
359
- }
360
- }
361
-
362
- // === ANIMATIONS ===
363
- @keyframes slideLeft {
364
- 0% {
365
- transform: translate(-10%, 0%);
366
- opacity: 0;
367
- }
368
- 100% {
369
- transform: translate(0%, 0%);
370
- opacity: 1;
371
- }
372
- }
373
-
374
- @keyframes slideRight {
375
- 0% {
376
- transform: translate(10%, 0%);
377
- opacity: 0;
378
- }
379
- 100% {
380
- transform: translate(0%, 0%);
381
- opacity: 1;
382
- }
383
- }
384
-
385
- .d-cont.left {
386
- animation: 0.7s slideRight forwards;
387
- }
388
-
389
- .d-cont.right {
390
- animation: 0.7s slideLeft forwards;
391
- }
392
- }
393
-
394
- .auth-layout.sbg {
395
- .app-logo {
396
- }
397
- }
398
-
399
- .auth-layout.nashiriki {
400
- .app-logo {
401
- }
402
- }
403
-
404
- .auth-layout.tif {
405
- .app-logo {
406
- width: 230px !important;
407
- }
408
- }
409
-
410
- .auth-layout.cukura {
411
- .app-logo {
412
- }
413
- }
414
-