sccoreui 2.2.9 → 2.3.0

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.
@@ -22,6 +22,7 @@
22
22
  --surface-700: #616161;
23
23
  --surface-800: #424242;
24
24
  --surface-900: #212121;
25
+ --gray-25:#fcfcfd;
25
26
  --gray-50: #f9fafb;
26
27
  --gray-100: #f2f4f7;
27
28
  --gray-200: #eaecf0;
@@ -139,6 +140,7 @@ a {
139
140
  }
140
141
 
141
142
  :root {
143
+ --blue-25:#f1efff;
142
144
  --blue-50: #e3dfff;
143
145
  --blue-100: #d5cfff;
144
146
  --blue-200: #c7bfff;
@@ -149,6 +151,7 @@ a {
149
151
  --blue-700: #3b1eff;
150
152
  --blue-800: #2504ff;
151
153
  --blue-900: #1f00ea;
154
+ --green-25:#f6fef9;
152
155
  --green-50: #ecfdf3;
153
156
  --green-100: #d1fadf;
154
157
  --green-200: #a6f4c5;
@@ -159,6 +162,7 @@ a {
159
162
  --green-700: #027a48;
160
163
  --green-800: #05603a;
161
164
  --green-900: #054f31;
165
+ --yellow-25:#fff4ef;
162
166
  --yellow-50: #fefbf3;
163
167
  --yellow-100: #faedc4;
164
168
  --yellow-200: #f6de95;
@@ -169,6 +173,7 @@ a {
169
173
  --yellow-700: #a47d06;
170
174
  --yellow-800: #816204;
171
175
  --yellow-900: #5e4803;
176
+ --cyan-25:#e5f3ff;
172
177
  --cyan-50: #d5ebff;
173
178
  --cyan-100: #bfe1ff;
174
179
  --cyan-200: #aad8ff;
@@ -189,6 +194,7 @@ a {
189
194
  --pink-700: #a5326b;
190
195
  --pink-800: #822854;
191
196
  --pink-900: #5e1d3d;
197
+ --indigo-25:#f1efff;
192
198
  --indigo-50: #e3dfff;
193
199
  --indigo-100: #d5cfff;
194
200
  --indigo-200: #c7bfff;
@@ -209,6 +215,7 @@ a {
209
215
  --teal-700: #0e8174;
210
216
  --teal-800: #0b655b;
211
217
  --teal-900: #084a42;
218
+ --orange-25:#fffcf5;
212
219
  --orange-50: #fffaeb;
213
220
  --orange-100: #fef0c7;
214
221
  --orange-200: #fedf89;
@@ -239,6 +246,7 @@ a {
239
246
  --purple-700: #763cad;
240
247
  --purple-800: #5c2f88;
241
248
  --purple-900: #432263;
249
+ --red-25:#fffbfa;
242
250
  --red-50: #fef3f2;
243
251
  --red-100: #fee4e2;
244
252
  --red-200: #fecdca;
@@ -249,6 +257,7 @@ a {
249
257
  --red-700: #b42318;
250
258
  --red-800: #912018;
251
259
  --red-900: #7a271a;
260
+ --primary-25:#f5f6fd;
252
261
  --primary-50: #e2e5fa;
253
262
  --primary-100: #ced4f6;
254
263
  --primary-200: #a8b2ef;
@@ -766,7 +775,8 @@ a {
766
775
  line-height: 20px;
767
776
  user-select: none;
768
777
  -webkit-user-select: none;
769
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
778
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s,
779
+ box-shadow 0.2s;
770
780
  }
771
781
 
772
782
  .p-checkbox-group:not(.p-group-disabled) .p-header-highlight {
@@ -776,7 +786,9 @@ a {
776
786
  color: var(--primary-800) !important;
777
787
  }
778
788
 
779
- .p-checkbox-group:not(.p-group-disabled):not(.p-group-highlight):has(.p-header-highlight) {
789
+ .p-checkbox-group:not(.p-group-disabled):not(.p-group-highlight):has(
790
+ .p-header-highlight
791
+ ) {
780
792
  border: 1px solid var(--primary-600);
781
793
  }
782
794
 
@@ -806,7 +818,10 @@ a {
806
818
  background: var(--primary-600);
807
819
  }
808
820
 
809
- .p-checkbox-group:not(.p-group-disabled):not(.p-group-highlight):has(.p-header-highlight) #separator {
821
+ .p-checkbox-group:not(.p-group-disabled):not(.p-group-highlight):has(
822
+ .p-header-highlight
823
+ )
824
+ #separator {
810
825
  background: var(--primary-600);
811
826
  }
812
827
 
@@ -826,10 +841,14 @@ a {
826
841
  color: var(--primary-700);
827
842
  }
828
843
 
829
- .p-checkbox-group:not(.p-group-disabled).p-group-highlight .group-text span:first-child {
844
+ .p-checkbox-group:not(.p-group-disabled).p-group-highlight
845
+ .group-text
846
+ span:first-child {
830
847
  color: var(--primary-800) !important;
831
848
  }
832
- .p-checkbox-group:not(.p-group-disabled).p-group-highlight .group-text span:last-child {
849
+ .p-checkbox-group:not(.p-group-disabled).p-group-highlight
850
+ .group-text
851
+ span:last-child {
833
852
  color: var(--primary-700) !important;
834
853
  }
835
854
 
@@ -1386,7 +1405,8 @@ a {
1386
1405
  left: 1px;
1387
1406
  top: 1px;
1388
1407
  border-radius: 50%;
1389
- box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
1408
+ box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
1409
+ 0px 1px 2px rgba(16, 24, 40, 0.06);
1390
1410
  transition-duration: 0.2s;
1391
1411
  }
1392
1412
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
@@ -2280,47 +2300,47 @@ a {
2280
2300
  .p-togglebutton.p-button.p-invalid > .p-button {
2281
2301
  border-color: var(--red-300);
2282
2302
  }
2303
+ /* ##################################### Basic Button CSS changes Start #################################################### */
2283
2304
 
2305
+ /* Default Button Classes */
2284
2306
  .p-button {
2285
2307
  color: #ffffff;
2286
2308
  background: var(--primary-500);
2287
- line-height: 0px !important;
2288
- height: 44px !important;
2289
- padding: 10px 18px;
2290
- font-size: 14px;
2309
+ line-height: 20px;
2310
+ height: 36px;
2311
+ width: auto;
2291
2312
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
2292
2313
  box-shadow 0.2s;
2293
2314
  border-radius: 8px;
2294
- border: none;
2295
- width: auto;
2296
- }
2297
-
2298
- .p-primary-50 {
2299
- background-color: #e2e5fa;
2300
- color: #162578;
2315
+ border: 1px solid var(--primary-500);
2301
2316
  }
2302
2317
  .p-button:enabled:hover,
2303
2318
  .p-button:not(button):not(a):not(.p-disabled):hover {
2304
2319
  background: var(--primary-700);
2305
2320
  color: #ffffff;
2306
- border-color: var(--gray-900);
2307
2321
  }
2308
2322
  .p-button:enabled:active,
2309
2323
  .p-button:not(button):not(a):not(.p-disabled):active {
2310
- /* background: #4338CA; */
2324
+ background: var(--primary-700);
2311
2325
  color: #ffffff;
2312
- /* border-color: var(--gray-900); */
2313
2326
  }
2327
+ .p-button:focus {
2328
+ outline: 0 none;
2329
+ outline-offset: 0;
2330
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--primary-100);
2331
+ border: 1px solid var(--primary-600);
2332
+ }
2333
+
2334
+ /* Outlined Button Classes */
2314
2335
  .p-button.p-button-outlined {
2315
- background-color: transparent;
2316
- color: var(--gray-900);
2317
- border: 1px solid var(--gray-900);
2336
+ background: #ffffff;
2337
+ color: var(--gray-700);
2338
+ border: 1px solid var(--gray-300);
2318
2339
  }
2319
2340
  .p-button.p-button-outlined:enabled:hover,
2320
2341
  .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
2321
- background: #fff;
2322
- color: var(--gray-900);
2323
- /* border: 1px solid var(--gray-900); */
2342
+ background: var(--gray-50);
2343
+ color: var(--gray-800);
2324
2344
  }
2325
2345
  .p-button.p-button-outlined:enabled:active,
2326
2346
  .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active {
@@ -2328,63 +2348,41 @@ a {
2328
2348
  color: var(--gray-900);
2329
2349
  border: 1px solid var(--gray-900);
2330
2350
  }
2331
- .p-button.p-button-outlined.p-button-plain {
2332
- color: #6c757d;
2333
- border-color: #6c757d;
2334
- }
2335
- .p-button.p-button-outlined.p-button-plain:enabled:hover,
2336
- .p-button.p-button-outlined.p-button-plain:not(button):not(a):not(
2337
- .p-disabled
2338
- ):hover {
2339
- background: #e9ecef;
2340
- color: #6c757d;
2341
- }
2342
- .p-button.p-button-outlined.p-button-plain:enabled:active,
2343
- .p-button.p-button-outlined.p-button-plain:not(button):not(a):not(
2344
- .p-disabled
2345
- ):active {
2346
- background: #dee2e6;
2347
- color: #6c757d;
2351
+
2352
+ .p-button.p-button-outlined:focus {
2353
+ outline: 0 none;
2354
+ outline-offset: 0;
2355
+ background: #FFFFFF;
2356
+ border: 1px solid var(--gray-300);
2357
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--gray-100);
2348
2358
  }
2359
+
2360
+ /* Button with No Background and No Outline */
2349
2361
  .p-button.p-button-text {
2350
2362
  background-color: transparent;
2351
- color: #6366f1;
2363
+ color: var(--gray-600);
2352
2364
  border-color: transparent;
2353
2365
  }
2354
2366
  .p-button.p-button-text:enabled:hover,
2355
2367
  .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover {
2356
- background: rgba(99, 102, 241, 0.04);
2357
- color: #6366f1;
2368
+ background: var(--gray-50);
2369
+ color: var(--gray-700);
2358
2370
  border-color: transparent;
2359
2371
  }
2360
2372
  .p-button.p-button-text:enabled:active,
2361
2373
  .p-button.p-button-text:not(button):not(a):not(.p-disabled):active {
2362
- background: rgba(99, 102, 241, 0.16);
2363
- color: #6366f1;
2374
+ background: var(--gray-50);
2375
+ color: var(--gray-700);
2364
2376
  border-color: transparent;
2365
2377
  }
2366
- .p-button.p-button-text.p-button-plain {
2367
- color: #6c757d;
2368
- }
2369
- .p-button.p-button-text.p-button-plain:enabled:hover,
2370
- .p-button.p-button-text.p-button-plain:not(button):not(a):not(
2371
- .p-disabled
2372
- ):hover {
2373
- background: #e9ecef;
2374
- color: #6c757d;
2375
- }
2376
- .p-button.p-button-text.p-button-plain:enabled:active,
2377
- .p-button.p-button-text.p-button-plain:not(button):not(a):not(
2378
- .p-disabled
2379
- ):active {
2380
- background: #dee2e6;
2381
- color: #6c757d;
2382
- }
2383
- .p-button:focus {
2378
+
2379
+ .p-button.p-button-text:focus {
2384
2380
  outline: 0 none;
2385
2381
  outline-offset: 0;
2386
- /* box-shadow: 0 0 0 0.2rem #C7D2FE; */
2382
+ background: transparent;
2383
+ border-color: transparent;
2387
2384
  }
2385
+
2388
2386
  .p-button .p-button-label {
2389
2387
  transition-duration: 0.2s;
2390
2388
  }
@@ -2416,8 +2414,8 @@ a {
2416
2414
  border-radius: 2rem;
2417
2415
  }
2418
2416
  .p-button.p-button-icon-only {
2419
- width: 3rem;
2420
- padding: 0.75rem 0;
2417
+ width: 2.25rem;
2418
+ padding: 8px;
2421
2419
  }
2422
2420
  .p-button.p-button-icon-only .p-button-icon-left,
2423
2421
  .p-button.p-button-icon-only .p-button-icon-right {
@@ -2506,39 +2504,39 @@ a {
2506
2504
  .p-buttonset.p-button-secondary > .p-button,
2507
2505
  .p-splitbutton.p-button-secondary > .p-button,
2508
2506
  .p-fileupload-choose.p-button-secondary {
2509
- color: #ffffff;
2510
- background: #64748b;
2511
- border: 1px solid #64748b;
2507
+ color: var(--primary-500);
2508
+ background: var(--primary-50);
2509
+ border: 1px solid var(--primary-50);
2512
2510
  }
2513
2511
  .p-button.p-button-secondary:enabled:hover,
2514
2512
  .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):hover,
2515
2513
  .p-buttonset.p-button-secondary > .p-button:enabled:hover,
2516
2514
  .p-buttonset.p-button-secondary
2517
- > .p-button:not(button):not(a):not(.p-disabled):hover,
2515
+ > .p-button:not(button):not(a):not(.p-disabled):hover,
2518
2516
  .p-splitbutton.p-button-secondary > .p-button:enabled:hover,
2519
2517
  .p-splitbutton.p-button-secondary
2520
- > .p-button:not(button):not(a):not(.p-disabled):hover,
2518
+ > .p-button:not(button):not(a):not(.p-disabled):hover,
2521
2519
  .p-fileupload-choose.p-button-secondary:enabled:hover,
2522
2520
  .p-fileupload-choose.p-button-secondary:not(button):not(a):not(
2523
- .p-disabled
2521
+ .p-disabled
2524
2522
  ):hover {
2525
- background: #475569;
2526
- color: #ffffff;
2527
- border-color: #475569;
2528
- }
2523
+ background: var(--primary-100);
2524
+ color: var(--primary-800);
2525
+ border-color: var(--primary-100);
2526
+ }
2529
2527
  .p-button.p-button-secondary:enabled:focus,
2530
2528
  .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):focus,
2531
2529
  .p-buttonset.p-button-secondary > .p-button:enabled:focus,
2532
2530
  .p-buttonset.p-button-secondary
2533
- > .p-button:not(button):not(a):not(.p-disabled):focus,
2531
+ > .p-button:not(button):not(a):not(.p-disabled):focus,
2534
2532
  .p-splitbutton.p-button-secondary > .p-button:enabled:focus,
2535
2533
  .p-splitbutton.p-button-secondary
2536
- > .p-button:not(button):not(a):not(.p-disabled):focus,
2534
+ > .p-button:not(button):not(a):not(.p-disabled):focus,
2537
2535
  .p-fileupload-choose.p-button-secondary:enabled:focus,
2538
2536
  .p-fileupload-choose.p-button-secondary:not(button):not(a):not(
2539
- .p-disabled
2537
+ .p-disabled
2540
2538
  ):focus {
2541
- box-shadow: 0 0 0 0.2rem #e2e8f0;
2539
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--primary-100);
2542
2540
  }
2543
2541
  .p-button.p-button-secondary:enabled:active,
2544
2542
  .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):active,
@@ -2547,124 +2545,125 @@ a {
2547
2545
  > .p-button:not(button):not(a):not(.p-disabled):active,
2548
2546
  .p-splitbutton.p-button-secondary > .p-button:enabled:active,
2549
2547
  .p-splitbutton.p-button-secondary
2550
- > .p-button:not(button):not(a):not(.p-disabled):active,
2548
+ > .p-button:not(button):not(a):not(.p-disabled):active,
2551
2549
  .p-fileupload-choose.p-button-secondary:enabled:active,
2552
2550
  .p-fileupload-choose.p-button-secondary:not(button):not(a):not(
2553
- .p-disabled
2551
+ .p-disabled
2554
2552
  ):active {
2555
- background: #334155;
2556
- color: #ffffff;
2557
- border-color: #334155;
2558
- }
2559
- .p-button.p-button-secondary.p-button-outlined,
2560
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined,
2561
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined,
2562
- .p-fileupload-choose.p-button-secondary.p-button-outlined {
2563
- background-color: transparent;
2564
- color: #344054;
2565
- border: 1px solid #d0d5dd;
2566
- height: 44px !important;
2567
- }
2568
- .p-button.p-button-secondary.p-button-outlined:enabled:hover,
2569
- .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(
2570
- .p-disabled
2571
- ):hover,
2572
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover,
2573
- .p-buttonset.p-button-secondary
2574
- > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover,
2575
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover,
2576
- .p-splitbutton.p-button-secondary
2577
- > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover,
2578
- .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:hover,
2579
- .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(
2580
- a
2581
- ):not(.p-disabled):hover {
2582
- background: rgba(100, 116, 139, 0.04);
2583
- color: #344054;
2584
- border: 1px solid #d0d5dd;
2585
- }
2586
- .p-button.p-button-secondary.p-button-outlined:enabled:active,
2587
- .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(
2553
+ background: var(--primary-100);
2554
+ color: var(--primary-800);
2555
+ border-color: var(--primary-100);
2556
+ }
2557
+ .p-button.p-button-secondary.p-button-outlined,
2558
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined,
2559
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined,
2560
+ .p-fileupload-choose.p-button-secondary.p-button-outlined {
2561
+ background-color: transparent;
2562
+ color: #344054;
2563
+ border: 1px solid #d0d5dd;
2564
+ height: 44px !important;
2565
+ }
2566
+ .p-button.p-button-secondary.p-button-outlined:enabled:hover,
2567
+ .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(
2588
2568
  .p-disabled
2589
- ):active,
2590
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active,
2591
- .p-buttonset.p-button-secondary
2592
- > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active,
2593
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active,
2594
- .p-splitbutton.p-button-secondary
2595
- > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active,
2596
- .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:active,
2597
- .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(
2598
- a
2569
+ ):hover,
2570
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover,
2571
+ .p-buttonset.p-button-secondary
2572
+ > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover,
2573
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover,
2574
+ .p-splitbutton.p-button-secondary
2575
+ > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover,
2576
+ .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:hover,
2577
+ .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(
2578
+ a
2579
+ ):not(.p-disabled):hover {
2580
+ background: rgba(100, 116, 139, 0.04);
2581
+ color: #344054;
2582
+ border: 1px solid #d0d5dd;
2583
+ }
2584
+ .p-button.p-button-secondary.p-button-outlined:enabled:active,
2585
+ .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(
2586
+ .p-disabled
2587
+ ):active,
2588
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active,
2589
+ .p-buttonset.p-button-secondary
2590
+ > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active,
2591
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active,
2592
+ .p-splitbutton.p-button-secondary
2593
+ > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active,
2594
+ .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:active,
2595
+ .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(
2596
+ a
2599
2597
  ):not(.p-disabled):active {
2600
- background: rgba(100, 116, 139, 0.16);
2601
- color: #64748b;
2602
- border: 1px solid;
2603
- }
2604
- .p-button.p-button-secondary.p-button-text,
2605
- .p-buttonset.p-button-secondary > .p-button.p-button-text,
2606
- .p-splitbutton.p-button-secondary > .p-button.p-button-text,
2607
- .p-fileupload-choose.p-button-secondary.p-button-text {
2608
- background-color: transparent;
2609
- color: #64748b;
2610
- border-color: transparent;
2611
- }
2612
- .p-button.p-button-secondary.p-button-text:enabled:hover,
2613
- .p-button.p-button-secondary.p-button-text:not(button):not(a):not(
2598
+ background: rgba(100, 116, 139, 0.16);
2599
+ color: #64748b;
2600
+ border: 1px solid;
2601
+ }
2602
+ .p-button.p-button-secondary.p-button-text,
2603
+ .p-buttonset.p-button-secondary > .p-button.p-button-text,
2604
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text,
2605
+ .p-fileupload-choose.p-button-secondary.p-button-text {
2606
+ background-color: transparent;
2607
+ color: #64748b;
2608
+ border-color: transparent;
2609
+ }
2610
+ .p-button.p-button-secondary.p-button-text:enabled:hover,
2611
+ .p-button.p-button-secondary.p-button-text:not(button):not(a):not(
2614
2612
  .p-disabled
2615
- ):hover,
2616
- .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover,
2617
- .p-buttonset.p-button-secondary
2618
- > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover,
2619
- .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover,
2613
+ ):hover,
2614
+ .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover,
2615
+ .p-buttonset.p-button-secondary
2616
+ > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover,
2617
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover,
2620
2618
  .p-splitbutton.p-button-secondary
2621
2619
  > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover,
2622
- .p-fileupload-choose.p-button-secondary.p-button-text:enabled:hover,
2623
- .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(a):not(
2620
+ .p-fileupload-choose.p-button-secondary.p-button-text:enabled:hover,
2621
+ .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(a):not(
2624
2622
  .p-disabled
2625
- ):hover {
2626
- background: rgba(100, 116, 139, 0.04);
2627
- border-color: transparent;
2628
- color: #64748b;
2629
- }
2630
- .p-button.p-button-secondary.p-button-text:enabled:active,
2631
- .p-button.p-button-secondary.p-button-text:not(button):not(a):not(
2623
+ ):hover {
2624
+ background: rgba(100, 116, 139, 0.04);
2625
+ border-color: transparent;
2626
+ color: #64748b;
2627
+ }
2628
+ .p-button.p-button-secondary.p-button-text:enabled:active,
2629
+ .p-button.p-button-secondary.p-button-text:not(button):not(a):not(
2632
2630
  .p-disabled
2633
2631
  ):active,
2634
2632
  .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active,
2635
2633
  .p-buttonset.p-button-secondary
2636
- > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active,
2634
+ > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active,
2637
2635
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active,
2638
2636
  .p-splitbutton.p-button-secondary
2639
- > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active,
2637
+ > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active,
2640
2638
  .p-fileupload-choose.p-button-secondary.p-button-text:enabled:active,
2641
2639
  .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(a):not(
2642
- .p-disabled
2640
+ .p-disabled
2643
2641
  ):active {
2644
- background: rgba(100, 116, 139, 0.16);
2645
- border-color: transparent;
2646
- color: #64748b;
2647
- }
2648
-
2649
- .p-button.p-button-info,
2650
- .p-buttonset.p-button-info > .p-button,
2651
- .p-splitbutton.p-button-info > .p-button,
2652
- .p-fileupload-choose.p-button-info {
2653
- color: #ffffff;
2654
- background: #3b82f6;
2655
- border: 1px solid #3b82f6;
2656
- }
2657
- .p-button.p-button-info:enabled:hover,
2658
- .p-button.p-button-info:not(button):not(a):not(.p-disabled):hover,
2659
- .p-buttonset.p-button-info > .p-button:enabled:hover,
2660
- .p-buttonset.p-button-info
2642
+ background: rgba(100, 116, 139, 0.16);
2643
+ border-color: transparent;
2644
+ color: #64748b;
2645
+ }
2646
+ /* ##################################### Basic Button CSS changes END #################################################### */
2647
+
2648
+ .p-button.p-button-info,
2649
+ .p-buttonset.p-button-info > .p-button,
2650
+ .p-splitbutton.p-button-info > .p-button,
2651
+ .p-fileupload-choose.p-button-info {
2652
+ color: #ffffff;
2653
+ background: #3b82f6;
2654
+ border: 1px solid #3b82f6;
2655
+ }
2656
+ .p-button.p-button-info:enabled:hover,
2657
+ .p-button.p-button-info:not(button):not(a):not(.p-disabled):hover,
2658
+ .p-buttonset.p-button-info > .p-button:enabled:hover,
2659
+ .p-buttonset.p-button-info
2661
2660
  > .p-button:not(button):not(a):not(.p-disabled):hover,
2662
- .p-splitbutton.p-button-info > .p-button:enabled:hover,
2663
- .p-splitbutton.p-button-info
2661
+ .p-splitbutton.p-button-info > .p-button:enabled:hover,
2662
+ .p-splitbutton.p-button-info
2664
2663
  > .p-button:not(button):not(a):not(.p-disabled):hover,
2665
- .p-fileupload-choose.p-button-info:enabled:hover,
2666
- .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):hover {
2667
- background: #2563eb;
2664
+ .p-fileupload-choose.p-button-info:enabled:hover,
2665
+ .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):hover {
2666
+ background: #2563eb;
2668
2667
  color: #ffffff;
2669
2668
  border-color: #2563eb;
2670
2669
  }
@@ -3201,14 +3200,14 @@ a {
3201
3200
  border-color: transparent;
3202
3201
  color: #a855f7;
3203
3202
  }
3204
-
3203
+ /* Button Changes Done Here For Danger Button */
3205
3204
  .p-button.p-button-danger,
3206
3205
  .p-buttonset.p-button-danger > .p-button,
3207
3206
  .p-splitbutton.p-button-danger > .p-button,
3208
3207
  .p-fileupload-choose.p-button-danger {
3209
3208
  color: #ffffff;
3210
- background: #ef4444;
3211
- border: 1px solid #ef4444;
3209
+ background: var(--red-600);
3210
+ border: 1px solid var(--red-600);
3212
3211
  }
3213
3212
  .p-button.p-button-danger:enabled:hover,
3214
3213
  .p-button.p-button-danger:not(button):not(a):not(.p-disabled):hover,
@@ -3220,9 +3219,9 @@ a {
3220
3219
  > .p-button:not(button):not(a):not(.p-disabled):hover,
3221
3220
  .p-fileupload-choose.p-button-danger:enabled:hover,
3222
3221
  .p-fileupload-choose.p-button-danger:not(button):not(a):not(.p-disabled):hover {
3223
- background: #dc2626;
3224
3222
  color: #ffffff;
3225
- border-color: #dc2626;
3223
+ background: var(--red-700);
3224
+ border: 1px solid var(--red-700);
3226
3225
  }
3227
3226
  .p-button.p-button-danger:enabled:focus,
3228
3227
  .p-button.p-button-danger:not(button):not(a):not(.p-disabled):focus,
@@ -3234,7 +3233,7 @@ a {
3234
3233
  > .p-button:not(button):not(a):not(.p-disabled):focus,
3235
3234
  .p-fileupload-choose.p-button-danger:enabled:focus,
3236
3235
  .p-fileupload-choose.p-button-danger:not(button):not(a):not(.p-disabled):focus {
3237
- box-shadow: 0 0 0 0.2rem #fecaca;
3236
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--red-100);
3238
3237
  }
3239
3238
  .p-button.p-button-danger:enabled:active,
3240
3239
  .p-button.p-button-danger:not(button):not(a):not(.p-disabled):active,
@@ -3248,17 +3247,72 @@ a {
3248
3247
  .p-fileupload-choose.p-button-danger:not(button):not(a):not(
3249
3248
  .p-disabled
3250
3249
  ):active {
3251
- background: #b91c1c;
3252
- color: #ffffff;
3253
- border-color: #b91c1c;
3250
+ color: #ffffff;
3251
+ background: var(--red-700);
3252
+ border: 1px solid var(--red-700);
3253
+ }
3254
+ /* Error Secondary color CSS changes Start */
3255
+ .p-button.p-button-danger-secondary,
3256
+ .p-buttonset.p-button-danger-secondary > .p-button,
3257
+ .p-splitbutton.p-button-danger-secondary > .p-button,
3258
+ .p-fileupload-choose.p-button-danger-secondary {
3259
+ background: var(--red-50);
3260
+ border: 1px solid var(--red-50);
3261
+ color: var(--red-700);
3262
+ }
3263
+
3264
+ .p-button.p-button-danger-secondary:enabled:hover,
3265
+ .p-button.p-button-danger-secondary:not(button):not(a):not(.p-disabled):hover,
3266
+ .p-buttonset.p-button-danger-secondary > .p-button:enabled:hover,
3267
+ .p-buttonset.p-button-danger-secondary
3268
+ > .p-button:not(button):not(a):not(.p-disabled):hover,
3269
+ .p-splitbutton.p-button-danger-secondary > .p-button:enabled:hover,
3270
+ .p-splitbutton.p-button-danger-secondary
3271
+ > .p-button:not(button):not(a):not(.p-disabled):hover,
3272
+ .p-fileupload-choose.p-button-danger-secondary:enabled:hover,
3273
+ .p-fileupload-choose.p-button-danger-secondary:not(button):not(a):not(.p-disabled):hover {
3274
+ background: var(--red-100);
3275
+ border: 1px solid var(--red-100);
3276
+ color: var(--red-800);
3277
+ }
3278
+
3279
+ .p-button.p-button-danger-secondary:enabled:active,
3280
+ .p-button.p-button-danger-secondary:not(button):not(a):not(.p-disabled):active,
3281
+ .p-buttonset.p-button-danger-secondary > .p-button:enabled:active,
3282
+ .p-buttonset.p-button-danger-secondary
3283
+ > .p-button:not(button):not(a):not(.p-disabled):active,
3284
+ .p-splitbutton.p-button-danger-secondary > .p-button:enabled:active,
3285
+ .p-splitbutton.p-button-danger-secondary
3286
+ > .p-button:not(button):not(a):not(.p-disabled):active,
3287
+ .p-fileupload-choose.p-button-danger-secondary:enabled:active,
3288
+ .p-fileupload-choose.p-button-danger-secondary:not(button):not(a):not(
3289
+ .p-disabled
3290
+ ):active {
3291
+ background: var(--red-100);
3292
+ border: 1px solid var(--red-100);
3293
+ color: var(--red-800);
3294
+ }
3295
+
3296
+ .p-button.p-button-danger-secondary:enabled:focus,
3297
+ .p-button.p-button-danger-secondary:not(button):not(a):not(.p-disabled):focus,
3298
+ .p-buttonset.p-button-danger-secondary > .p-button:enabled:focus,
3299
+ .p-buttonset.p-button-danger-secondary
3300
+ > .p-button:not(button):not(a):not(.p-disabled):focus,
3301
+ .p-splitbutton.p-button-danger-secondary > .p-button:enabled:focus,
3302
+ .p-splitbutton.p-button-danger-secondary
3303
+ > .p-button:not(button):not(a):not(.p-disabled):focus,
3304
+ .p-fileupload-choose.p-button-danger-secondary:enabled:focus,
3305
+ .p-fileupload-choose.p-button-danger-secondary:not(button):not(a):not(.p-disabled):focus {
3306
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--red-100);
3254
3307
  }
3308
+
3255
3309
  .p-button.p-button-danger.p-button-outlined,
3256
3310
  .p-buttonset.p-button-danger > .p-button.p-button-outlined,
3257
3311
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined,
3258
3312
  .p-fileupload-choose.p-button-danger.p-button-outlined {
3259
3313
  background-color: transparent;
3260
- color: #ef4444;
3261
- border: 1px solid;
3314
+ color: var(--red-700);
3315
+ border: 1px solid var(--red-300);
3262
3316
  }
3263
3317
  .p-button.p-button-danger.p-button-outlined:enabled:hover,
3264
3318
  .p-button.p-button-danger.p-button-outlined:not(button):not(a):not(
@@ -3274,9 +3328,9 @@ a {
3274
3328
  .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(a):not(
3275
3329
  .p-disabled
3276
3330
  ):hover {
3277
- background: rgba(239, 68, 68, 0.04);
3278
- color: #ef4444;
3279
- border: 1px solid;
3331
+ background: var(--red-50);
3332
+ color: var(--red-800);
3333
+ border: 1px solid var(--red-300);
3280
3334
  }
3281
3335
  .p-button.p-button-danger.p-button-outlined:enabled:active,
3282
3336
  .p-button.p-button-danger.p-button-outlined:not(button):not(a):not(
@@ -3292,16 +3346,16 @@ a {
3292
3346
  .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(a):not(
3293
3347
  .p-disabled
3294
3348
  ):active {
3295
- background: rgba(239, 68, 68, 0.16);
3296
- color: #ef4444;
3297
- border: 1px solid;
3349
+ background: var(--red-50);
3350
+ color: var(--red-800);
3351
+ border: 1px solid var(--red-300);
3298
3352
  }
3299
3353
  .p-button.p-button-danger.p-button-text,
3300
3354
  .p-buttonset.p-button-danger > .p-button.p-button-text,
3301
3355
  .p-splitbutton.p-button-danger > .p-button.p-button-text,
3302
3356
  .p-fileupload-choose.p-button-danger.p-button-text {
3303
3357
  background-color: transparent;
3304
- color: #ef4444;
3358
+ color: var(--red-700);
3305
3359
  border-color: transparent;
3306
3360
  }
3307
3361
  .p-button.p-button-danger.p-button-text:enabled:hover,
@@ -3318,9 +3372,9 @@ a {
3318
3372
  .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(a):not(
3319
3373
  .p-disabled
3320
3374
  ):hover {
3321
- background: rgba(239, 68, 68, 0.04);
3375
+ background: var(--red-50);
3322
3376
  border-color: transparent;
3323
- color: #ef4444;
3377
+ color: var(--red-700);
3324
3378
  }
3325
3379
  .p-button.p-button-danger.p-button-text:enabled:active,
3326
3380
  .p-button.p-button-danger.p-button-text:not(button):not(a):not(
@@ -3336,11 +3390,17 @@ a {
3336
3390
  .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(a):not(
3337
3391
  .p-disabled
3338
3392
  ):active {
3339
- background: rgba(239, 68, 68, 0.16);
3393
+ background: var(--red-50);
3340
3394
  border-color: transparent;
3341
- color: #ef4444;
3395
+ color: var(--red-700);
3342
3396
  }
3343
3397
 
3398
+ .p-button.p-button-danger.p-button-text:focus {
3399
+ box-shadow: none !important;
3400
+ background: transparent;
3401
+ border-color: transparent;
3402
+ }
3403
+ /* Error Secondary color CSS changes END */
3344
3404
  .p-button.p-button-link {
3345
3405
  color: var(--gray-900);
3346
3406
  background: transparent;
@@ -4914,7 +4974,7 @@ a {
4914
4974
  }
4915
4975
  .p-paginator .p-dropdown {
4916
4976
  margin-left: 0.5rem;
4917
- height: auto;
4977
+
4918
4978
  border: none;
4919
4979
  }
4920
4980
  .p-paginator .p-dropdown .p-dropdown-label {
@@ -4949,11 +5009,13 @@ a {
4949
5009
  border-radius: 50%;
4950
5010
  }
4951
5011
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
4952
- /* background: #EEF2FF;
4953
- border-color: var(--gray-900); */
4954
- font-weight: 600;
4955
- color: var(--gray-900);
4956
- font-size: 12px;
5012
+ background: var(--gray-50);
5013
+ /* border-color: var(--gray-50); */
5014
+ font-weight: 500;
5015
+ color: var(--gray-800);
5016
+ line-height: 20px;
5017
+
5018
+ font-size: 14px;
4957
5019
  }
4958
5020
  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
4959
5021
  background: #e9ecef;
@@ -5631,7 +5693,7 @@ a {
5631
5693
  border-width: 0 0 2px 0;
5632
5694
  border-color: transparent transparent #dee2e6 transparent;
5633
5695
  background: #ffffff;
5634
- color: #6b7094;
5696
+ color: var(--gray-500);
5635
5697
  padding: 10px;
5636
5698
  font-weight: 500; /* changed to 500 */
5637
5699
  /* font-weight: 700; */
@@ -5667,7 +5729,7 @@ a {
5667
5729
 
5668
5730
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
5669
5731
  background: #ffffff;
5670
- color: var(--gray-900); /* color changed */
5732
+ color: var(--primary-700); /* color changed */
5671
5733
  position: relative;
5672
5734
  transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
5673
5735
  }
@@ -5907,10 +5969,11 @@ a {
5907
5969
  /* ############################# Tooltip changes From HERE ############################# */
5908
5970
 
5909
5971
  /* Added theme switching classes that switch the background color and text color of tooltip */
5910
- .p-tooltip.p-dark-tooltip {
5972
+ .p-tooltip {
5911
5973
  --background-color: var(--gray-900);
5912
5974
  --tooltip-text-color: #ffffff;
5913
5975
  }
5976
+
5914
5977
  .p-tooltip.p-light-tooltip {
5915
5978
  --background-color: #ffffff;
5916
5979
  --tooltip-text-color: var(--gray-700);
@@ -5976,9 +6039,9 @@ a {
5976
6039
 
5977
6040
  .p-breadcrumb {
5978
6041
  background: #ffffff;
5979
- border: 1px solid #dee2e6;
5980
- border-radius: 6px;
5981
- padding: 1rem;
6042
+ /* border: 1px solid #dee2e6;
6043
+ border-radius: 6px; */
6044
+ padding: 4px;
5982
6045
  }
5983
6046
  .p-breadcrumb ul li .p-menuitem-link {
5984
6047
  transition: box-shadow 0.2s;
@@ -5990,7 +6053,7 @@ a {
5990
6053
  box-shadow: 0 0 0 0.2rem #c7d2fe;
5991
6054
  }
5992
6055
  .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
5993
- color: #495057;
6056
+ color: var(--gray-600);
5994
6057
  }
5995
6058
  .p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon {
5996
6059
  color: #6c757d;
@@ -6000,7 +6063,7 @@ a {
6000
6063
  color: #495057;
6001
6064
  }
6002
6065
  .p-breadcrumb ul li:last-child .p-menuitem-text {
6003
- color: #495057;
6066
+ color: var(--primary-700);
6004
6067
  }
6005
6068
  .p-breadcrumb ul li:last-child .p-menuitem-icon {
6006
6069
  color: #6c757d;
@@ -7143,7 +7206,7 @@ a {
7143
7206
  }
7144
7207
  .p-steps .p-steps-item:before {
7145
7208
  content: " ";
7146
- border-top: 1px solid #dee2e6;
7209
+ border-top: 2px solid var(--primary-600);
7147
7210
  width: 100%;
7148
7211
  top: 50%;
7149
7212
  left: 0;
@@ -7920,11 +7983,10 @@ a {
7920
7983
  z-index: 1;
7921
7984
  display: block;
7922
7985
  position: absolute;
7923
- background: var(--gray-900);
7924
- height: 4px;
7986
+ background: var(--primary-700);
7987
+ height: 2px;
7925
7988
  bottom: 0;
7926
- border-top-left-radius: 4px;
7927
- border-top-right-radius: 4px;
7989
+
7928
7990
  transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
7929
7991
  }
7930
7992
 
@@ -7940,7 +8002,8 @@ a {
7940
8002
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b1b3f8, 0 1px 2px 0 black;
7941
8003
  } */
7942
8004
  .p-button.p-button-secondary:enabled:focus {
7943
- box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b0b9c6, 0 1px 2px 0 black;
8005
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--primary-100);
8006
+ /* Changed the box shadow for Secondary Button */
7944
8007
  }
7945
8008
  .p-button.p-button-success:enabled:focus {
7946
8009
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 black;
@@ -7956,7 +8019,7 @@ a {
7956
8019
  box-shadow: none;
7957
8020
  }
7958
8021
  .p-button.p-button-danger:enabled:focus {
7959
- box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #f7a2a2, 0 1px 2px 0 black;
8022
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--red-100);
7960
8023
  }
7961
8024
 
7962
8025
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
@@ -7996,11 +8059,11 @@ a {
7996
8059
  .p-paginator .p-paginator-prev,
7997
8060
  .p-paginator .p-paginator-next,
7998
8061
  .p-paginator .p-dropdown .p-dropdown-trigger {
7999
- min-width: 18px;
8000
- max-width: 18px;
8001
- height: 18px;
8002
- font-size: 12px;
8003
- color: #444b74;
8062
+ min-width: 44px;
8063
+ max-width: 44px;
8064
+ height: 44px;
8065
+ font-size: 14px;
8066
+ color: var(--gray-800);
8004
8067
  }
8005
8068
 
8006
8069
  .p-paginator .p-paginator-prev .pi.pi-angle-left {
@@ -8013,7 +8076,7 @@ a {
8013
8076
 
8014
8077
  .p-paginator .p-dropdown .p-dropdown-label {
8015
8078
  padding-left: 6px;
8016
- font-size: 12px;
8079
+ font-size: 14px;
8017
8080
  }
8018
8081
 
8019
8082
  .p-paginator span.p-dropdown-trigger-icon.p-clickable.pi.pi-chevron-down {
@@ -8173,3 +8236,167 @@ input[type="number"]::-webkit-outer-spin-button {
8173
8236
  -webkit-appearance: none;
8174
8237
  margin: 0;
8175
8238
  }
8239
+
8240
+ /* New button classes added for different Size Variations ++++++++++++++++++++++++++++ */
8241
+
8242
+ .p-button.p-button-dual-icon {
8243
+ width: 157px !important;
8244
+ padding: 10px 18px;
8245
+ font-size: 14px;
8246
+ }
8247
+
8248
+ .p-button.p-button-xs {
8249
+ height: 32px !important;
8250
+ line-height: 20px !important;
8251
+ font-size: 14px !important;
8252
+ }
8253
+ .p-button.p-button-dual-icon.p-button-xs {
8254
+ width: 157px !important;
8255
+ padding: 6px 14px !important;
8256
+ }
8257
+ .p-button.p-button-icon-only.p-button-xs {
8258
+ padding: 8px !important;
8259
+ }
8260
+
8261
+ .p-button.p-button-sm {
8262
+ height: 40px !important;
8263
+ line-height: 20px !important;
8264
+ font-size: 14px !important;
8265
+ }
8266
+ .p-button.p-button-dual-icon.p-button-sm {
8267
+ width: 161px !important;
8268
+ padding: 10px 16px !important;
8269
+ }
8270
+ .p-button.p-button-icon-only.p-button-sm {
8271
+ padding: 10px !important;
8272
+ }
8273
+
8274
+ .p-button.p-button-md {
8275
+ height: 44px !important;
8276
+ line-height: 24px !important;
8277
+ font-size: 16px !important;
8278
+ }
8279
+ .p-button.p-button-dual-icon.p-button-md {
8280
+ width: 175px !important;
8281
+ padding: 10px 14px !important;
8282
+ }
8283
+ .p-button.p-button-icon-only.p-button-md {
8284
+ padding: 12px !important;
8285
+ }
8286
+
8287
+ .p-button.p-button-lg {
8288
+ height: 48px !important;
8289
+ line-height: 24px !important;
8290
+ font-size: 16px !important;
8291
+ }
8292
+ .p-button.p-button-dual-icon.p-button-lg{
8293
+ width: 179px !important;
8294
+ padding: 12px 20px !important;
8295
+ }
8296
+ .p-button.p-button-icon-only.p-button-lg {
8297
+ padding: 14px !important;
8298
+ }
8299
+
8300
+ .p-button.p-button-xl {
8301
+ height: 60px !important;
8302
+ line-height: 28px !important;
8303
+ font-size: 18px !important;
8304
+ }
8305
+ .p-button.p-button-dual-icon.p-button-xl {
8306
+ width: 221px !important;
8307
+ padding: 16px 28px !important;
8308
+ }
8309
+ .p-button.p-button-icon-only.p-button-xl {
8310
+ padding: 16px !important;
8311
+ }
8312
+
8313
+ /* Social Button classes */
8314
+ /* Google */
8315
+ .p-button.p-button-google {
8316
+ background: #ffffff;
8317
+ border: 1px solid var(--gray-300);
8318
+ color: var(--gray-700);
8319
+ }
8320
+ .p-button.p-button-google:enabled:hover {
8321
+ background: var(--gray-50);
8322
+ color: var(--gray-700);
8323
+ }
8324
+ .p-button.p-button-google:focus {
8325
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--gray-100);
8326
+ }
8327
+ /* Facebook */
8328
+ .p-button.p-button-facebook {
8329
+ background: #1877F2;
8330
+ border: none;
8331
+ color: #ffffff;
8332
+ }
8333
+ .p-button.p-button-facebook:enabled:hover {
8334
+ background: #0C63D4;
8335
+ color: #ffffff;
8336
+ }
8337
+ .p-button.p-button-facebook:focus {
8338
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--gray-100);
8339
+ }
8340
+ /* Apple */
8341
+ .p-button.p-button-apple {
8342
+ background: #000000;
8343
+ border: none;
8344
+ color: #ffffff;
8345
+ }
8346
+ .p-button.p-button-apple:enabled:hover {
8347
+ background: #000000;
8348
+ color: #ffffff;
8349
+ }
8350
+ .p-button.p-button-apple:focus {
8351
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--gray-100);
8352
+ }
8353
+ /* Twitter */
8354
+ .p-button.p-button-twitter {
8355
+ background: #1DA1F2;
8356
+ border: none;
8357
+ color: #ffffff;
8358
+ }
8359
+ .p-button.p-button-twitter:enabled:hover {
8360
+ background: #0C8BD9;
8361
+ color: #ffffff;
8362
+ }
8363
+ .p-button.p-button-twitter:focus {
8364
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--gray-100);
8365
+ }
8366
+
8367
+ /* pagination classes */
8368
+ @media screen and (min-width: 768px) {
8369
+ .p-paginator-pages {
8370
+ display: flex;
8371
+ }
8372
+ }
8373
+
8374
+ @media screen and (max-width: 768px) {
8375
+ .p-paginator-pages {
8376
+ display: none;
8377
+ }
8378
+ .paginator-boxes > .p-paginator-pages {
8379
+ display: flex;
8380
+ }
8381
+ }
8382
+ .bg-square .p-paginator-pages .p-paginator-page.p-highlight {
8383
+ border-radius: 8px;
8384
+ }
8385
+
8386
+ .paginator-boxes > .p-paginator-pages .p-paginator-page {
8387
+ margin: 0px !important;
8388
+ border-radius: 0px !important;
8389
+ border-style: solid !important;
8390
+ }
8391
+ .paginator-boxes > .p-paginator-pages {
8392
+ position: relative;
8393
+ top: 0px !important;
8394
+ }
8395
+ .last-item-bg-color ul li:last-child {
8396
+ background-color: var(--primary-50);
8397
+ border-radius: 6px;
8398
+ }
8399
+ .last-item-bg-color-gray-50 ul li:last-child {
8400
+ background-color: var(--gray-50);
8401
+ border-radius: 6px;
8402
+ }