@indice/ng-components 0.3.2-beta.5 → 0.3.2-beta.50
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/_styles.scss +97 -94
- package/esm2022/lib/controls/date-picker/date-picker.component.mjs +3 -3
- package/esm2022/lib/controls/drop-down-menu/drop-down-menu.component.mjs +3 -3
- package/esm2022/lib/controls/notifications-indicator/notifications-indicator.component.mjs +3 -3
- package/esm2022/lib/controls/skeleton-loader/skeleton-loader.component.mjs +3 -3
- package/esm2022/lib/controls/user-profile-menu/user-profile-menu.component.mjs +3 -3
- package/esm2022/lib/helpers/base-list.component.mjs +10 -5
- package/esm2022/lib/layouts/views/model-view-layout/model-view-layout.component.mjs +3 -3
- package/esm2022/lib/layouts/views/view-layout/view-layout.component.mjs +3 -3
- package/esm2022/lib/pages/http-status/error/error.component.mjs +3 -3
- package/esm2022/lib/pages/http-status/page-not-found/page-not-found.component.mjs +3 -3
- package/esm2022/lib/pages/http-status/unauthorized/unauthorized.component.mjs +3 -3
- package/fesm2022/indice-ng-components.mjs +28 -23
- package/fesm2022/indice-ng-components.mjs.map +1 -1
- package/lib/helpers/base-list.component.d.ts +2 -1
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -18,32 +18,32 @@
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
select {
|
|
21
|
-
@apply block w-full rounded-
|
|
21
|
+
@apply block w-full rounded-lg border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
22
22
|
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
input[type=text] {
|
|
26
|
-
@apply block w-full rounded-
|
|
26
|
+
@apply block w-full rounded-lg border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
27
27
|
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
input[type=password] {
|
|
31
|
-
@apply block w-full rounded-
|
|
31
|
+
@apply block w-full rounded-lg border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
32
32
|
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
input[type=email] {
|
|
36
|
-
@apply block w-full rounded-
|
|
36
|
+
@apply block w-full rounded-lg border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
37
37
|
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
input[type=number] {
|
|
41
|
-
@apply block w-full rounded-
|
|
41
|
+
@apply block w-full rounded-lg border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
42
42
|
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
textarea {
|
|
46
|
-
@apply block w-full rounded-
|
|
46
|
+
@apply block w-full rounded-lg border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
47
47
|
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -477,11 +477,11 @@
|
|
|
477
477
|
}
|
|
478
478
|
|
|
479
479
|
.header-notifications-dropdown {
|
|
480
|
-
@apply z-50 origin-top-right absolute right-0 pt-3 pl-2 mt-2 w-80 rounded-
|
|
480
|
+
@apply z-50 origin-top-right absolute right-0 pt-3 pl-2 mt-2 w-80 rounded-lg shadow-lg bg-white ring-1 ring-black ring-opacity-5 focus:outline-none;
|
|
481
481
|
}
|
|
482
482
|
|
|
483
483
|
.header-notifications-dropdown-with-username {
|
|
484
|
-
@apply z-50 origin-top-right absolute right-0 pt-3 pl-1.5 mt-1 w-80 rounded-
|
|
484
|
+
@apply z-50 origin-top-right absolute right-0 pt-3 pl-1.5 mt-1 w-80 rounded-lg shadow-lg bg-white ring-1 ring-black ring-opacity-5 focus:outline-none;
|
|
485
485
|
}
|
|
486
486
|
|
|
487
487
|
.header-notifications-dropdown-view-all-button{
|
|
@@ -505,11 +505,11 @@
|
|
|
505
505
|
}
|
|
506
506
|
|
|
507
507
|
.langs-menu-expanded {
|
|
508
|
-
@apply transition ease-out duration-200 origin-top-right z-30 absolute right-0 mt-2 w-56 rounded-
|
|
508
|
+
@apply transition ease-out duration-200 origin-top-right z-30 absolute right-0 mt-2 w-56 rounded-lg shadow-lg bg-white ring-1 ring-black ring-opacity-5 focus:outline-none;
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
.langs-menu-collapsed {
|
|
512
|
-
@apply hidden transition ease-in duration-75 origin-top-right z-30 right-0 mt-2 w-56 rounded-
|
|
512
|
+
@apply hidden transition ease-in duration-75 origin-top-right z-30 right-0 mt-2 w-56 rounded-lg shadow-lg bg-white ring-1 ring-black ring-opacity-5 focus:outline-none;
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
.card-deck-busy{
|
|
@@ -659,71 +659,74 @@
|
|
|
659
659
|
}
|
|
660
660
|
|
|
661
661
|
|
|
662
|
+
.datepicker-container {
|
|
663
|
+
@apply relative rounded-lg inline-flex items-center bg-white text-gray-400 focus-within:text-gray-600 border border-gray-300;
|
|
664
|
+
}
|
|
662
665
|
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
}
|
|
667
|
-
.datepicker-button {
|
|
668
|
-
@apply relative inline-flex items-center px-1.5 py-1.5 border-t border-b border-r border-gray-300 text-sm rounded-r-sm text-gray-700 bg-gray-50 hover:bg-gray-100 focus:outline-0;
|
|
669
|
-
}
|
|
666
|
+
.datepicker-input {
|
|
667
|
+
@apply w-full rounded-lg text-sm text-gray-900 pt-2 pl-2 pb-2 placeholder-gray-500 outline-none border-0 focus:outline-none focus:ring-0;
|
|
668
|
+
}
|
|
670
669
|
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
.datepicker-btn-wrapper {
|
|
675
|
-
@apply flex justify-between items-center mb-2;
|
|
676
|
-
}
|
|
670
|
+
.datepicker-button {
|
|
671
|
+
@apply mr-1 text-xs focus:outline-none inline-flex items-center justify-center w-6 h-6 text-gray-800 hover:text-gray-900;
|
|
672
|
+
}
|
|
677
673
|
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
.datepicker-nav-btn {
|
|
685
|
-
@apply transition ease-in-out duration-100 inline-flex cursor-pointer hover:bg-gray-200 p-1 rounded-full disabled:opacity-25;
|
|
686
|
-
}
|
|
687
|
-
.datepicker-nav-btn svg {
|
|
688
|
-
@apply h-6 w-6 text-gray-500 inline-flex;
|
|
689
|
-
}
|
|
690
|
-
.datepicker-wrapper {
|
|
691
|
-
@apply flex flex-wrap mb-3 -mx-1;
|
|
692
|
-
}
|
|
693
|
-
.datepicker-day-name {
|
|
694
|
-
@apply text-gray-800 font-medium text-center text-sm uppercase;
|
|
695
|
-
}
|
|
696
|
-
.datepicker-content-wrapper {
|
|
697
|
-
@apply flex flex-wrap -mx-1 items-center;
|
|
698
|
-
}
|
|
699
|
-
.datepicker-year {
|
|
700
|
-
@apply cursor-pointer text-center hover:text-white text-sm rounded-md leading-loose transition ease-in-out duration-100;
|
|
701
|
-
}
|
|
702
|
-
.datepicker-year.selected {
|
|
703
|
-
@apply bg-gray-700 text-white font-medium;
|
|
704
|
-
}
|
|
705
|
-
.datepicker-year.not-selected {
|
|
706
|
-
@apply text-gray-800 hover:bg-gray-800;
|
|
707
|
-
}
|
|
674
|
+
.datepicker-background {
|
|
675
|
+
@apply bg-gray-100 mt-10 rounded-lg shadow-md p-4 left-0 z-50 w-full;
|
|
676
|
+
}
|
|
677
|
+
.datepicker-btn-wrapper {
|
|
678
|
+
@apply flex justify-between items-center mb-2;
|
|
679
|
+
}
|
|
708
680
|
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
681
|
+
.datepicker-selected-month {
|
|
682
|
+
@apply text-lg font-bold text-gray-800;
|
|
683
|
+
}
|
|
684
|
+
.datepicker-selected-year {
|
|
685
|
+
@apply ml-1 text-lg text-gray-600 font-normal;
|
|
686
|
+
}
|
|
687
|
+
.datepicker-nav-btn {
|
|
688
|
+
@apply transition ease-in-out duration-100 inline-flex cursor-pointer hover:bg-gray-200 p-1 rounded-full disabled:opacity-25;
|
|
689
|
+
}
|
|
690
|
+
.datepicker-nav-btn svg {
|
|
691
|
+
@apply h-6 w-6 text-gray-500 inline-flex;
|
|
692
|
+
}
|
|
693
|
+
.datepicker-wrapper {
|
|
694
|
+
@apply flex flex-wrap mb-3 -mx-1;
|
|
695
|
+
}
|
|
696
|
+
.datepicker-day-name {
|
|
697
|
+
@apply text-gray-800 font-medium text-center text-sm uppercase;
|
|
698
|
+
}
|
|
699
|
+
.datepicker-content-wrapper {
|
|
700
|
+
@apply flex flex-wrap -mx-1 items-center;
|
|
701
|
+
}
|
|
702
|
+
.datepicker-year {
|
|
703
|
+
@apply cursor-pointer text-center hover:text-white text-sm rounded-md leading-loose transition ease-in-out duration-100;
|
|
704
|
+
}
|
|
705
|
+
.datepicker-year.selected {
|
|
706
|
+
@apply bg-gray-700 text-white font-medium;
|
|
707
|
+
}
|
|
708
|
+
.datepicker-year.not-selected {
|
|
709
|
+
@apply text-gray-800 hover:bg-gray-800;
|
|
710
|
+
}
|
|
712
711
|
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
712
|
+
.datepicker-blank-days {
|
|
713
|
+
@apply text-center border p-1 border-transparent text-sm opacity-50;
|
|
714
|
+
}
|
|
716
715
|
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
.datepicker-days.not-selected {
|
|
721
|
-
@apply text-gray-800 hover:bg-gray-800;
|
|
722
|
-
}
|
|
716
|
+
.datepicker-days {
|
|
717
|
+
@apply cursor-pointer text-center hover:text-white text-sm rounded-md leading-loose transition ease-in-out duration-100;
|
|
718
|
+
}
|
|
723
719
|
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
720
|
+
.datepicker-days.selected {
|
|
721
|
+
@apply bg-gray-700 text-white font-medium;
|
|
722
|
+
}
|
|
723
|
+
.datepicker-days.not-selected {
|
|
724
|
+
@apply text-gray-800 hover:bg-gray-800;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.datepicker-days.out-of-range{
|
|
728
|
+
@apply cursor-not-allowed opacity-25;
|
|
729
|
+
}
|
|
727
730
|
|
|
728
731
|
|
|
729
732
|
.dropdown-container {
|
|
@@ -731,8 +734,8 @@
|
|
|
731
734
|
}
|
|
732
735
|
|
|
733
736
|
.dropdown-button {
|
|
734
|
-
@apply bg-white block w-full rounded-
|
|
735
|
-
text-
|
|
737
|
+
@apply bg-white block w-full rounded-lg border pl-3 py-1.5 pr-10 ring-0 placeholder:text-gray-300 focus:border-gray-500 hover:border-gray-400
|
|
738
|
+
text-sm leading-6 disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:border-gray-300;
|
|
736
739
|
}
|
|
737
740
|
|
|
738
741
|
.dropdown-selected-text {
|
|
@@ -740,7 +743,7 @@
|
|
|
740
743
|
}
|
|
741
744
|
|
|
742
745
|
.dropdown-button-icon {
|
|
743
|
-
@apply absolute inset-y-0 right-
|
|
746
|
+
@apply absolute inset-y-0 right-1 flex items-center pointer-events-none;
|
|
744
747
|
}
|
|
745
748
|
|
|
746
749
|
.dropdown-arrow {
|
|
@@ -748,7 +751,7 @@
|
|
|
748
751
|
}
|
|
749
752
|
|
|
750
753
|
.dropdown-ul {
|
|
751
|
-
@apply absolute z-50 mt-1 w-auto bg-white shadow
|
|
754
|
+
@apply absolute z-50 mt-1 w-auto bg-white shadow max-h-60 rounded-lg py-1 text-xs ring-1 ring-gray-300 ring-opacity-5 focus:outline-none overflow-x-hidden;
|
|
752
755
|
}
|
|
753
756
|
|
|
754
757
|
.dropdown-li {
|
|
@@ -805,7 +808,7 @@
|
|
|
805
808
|
}
|
|
806
809
|
|
|
807
810
|
.form-content-container {
|
|
808
|
-
@apply
|
|
811
|
+
@apply px-4 py-4;
|
|
809
812
|
}
|
|
810
813
|
|
|
811
814
|
.form-content-container-inner {
|
|
@@ -813,7 +816,7 @@
|
|
|
813
816
|
}
|
|
814
817
|
|
|
815
818
|
.form-header-search-input {
|
|
816
|
-
@apply block w-60 bg-gray-50 rounded-
|
|
819
|
+
@apply block w-60 bg-gray-50 rounded-md text-sm text-gray-900 placeholder-gray-500 outline-none;
|
|
817
820
|
}
|
|
818
821
|
|
|
819
822
|
.field-label {
|
|
@@ -825,7 +828,7 @@
|
|
|
825
828
|
}
|
|
826
829
|
|
|
827
830
|
.form-actions {
|
|
828
|
-
@apply -mx-4 -mb-4 px-4 py-3 bg-gray-100 text-gray-700 text-right
|
|
831
|
+
@apply -mx-4 -mb-4 mt-4 px-4 sm:px-6 py-3 bg-gray-100 text-gray-700 text-right flex justify-end rounded-b-xl;
|
|
829
832
|
}
|
|
830
833
|
|
|
831
834
|
/*
|
|
@@ -3231,7 +3234,7 @@
|
|
|
3231
3234
|
|
|
3232
3235
|
|
|
3233
3236
|
.nav-link {
|
|
3234
|
-
@apply cursor-pointer text-white hover:bg-gray-700 hover:text-white hover:shadow-sm px-3 py-2 rounded-
|
|
3237
|
+
@apply cursor-pointer text-white hover:bg-gray-700 hover:text-white hover:shadow-sm px-3 py-2 rounded-lg text-xs whitespace-nowrap overflow-ellipsis overflow-hidden;
|
|
3235
3238
|
}
|
|
3236
3239
|
|
|
3237
3240
|
.sidebar .nav-link {
|
|
@@ -3239,11 +3242,11 @@
|
|
|
3239
3242
|
}
|
|
3240
3243
|
|
|
3241
3244
|
.nav-link-profile {
|
|
3242
|
-
@apply flex items-center cursor-pointer px-4 py-2 text-xs text-gray-700 hover:bg-gray-100 whitespace-nowrap overflow-ellipsis overflow-hidden;
|
|
3245
|
+
@apply flex items-center cursor-pointer px-4 py-2 rounded-md text-xs text-gray-700 hover:bg-gray-100 whitespace-nowrap overflow-ellipsis overflow-hidden;
|
|
3243
3246
|
}
|
|
3244
3247
|
|
|
3245
3248
|
.nav-link-mobile {
|
|
3246
|
-
@apply cursor-pointer text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-
|
|
3249
|
+
@apply cursor-pointer text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-xs whitespace-nowrap overflow-ellipsis overflow-hidden;
|
|
3247
3250
|
}
|
|
3248
3251
|
|
|
3249
3252
|
.sidebar .nav-link-list-container {
|
|
@@ -3259,7 +3262,7 @@
|
|
|
3259
3262
|
}
|
|
3260
3263
|
|
|
3261
3264
|
.nav-link-active {
|
|
3262
|
-
@apply cursor-default text-
|
|
3265
|
+
@apply cursor-default text-sky-600 bg-gray-900 hover:bg-gray-900 px-3 py-2 rounded-lg text-xs shadow-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
|
|
3263
3266
|
}
|
|
3264
3267
|
|
|
3265
3268
|
.sidebar .nav-link-active {
|
|
@@ -3267,27 +3270,27 @@
|
|
|
3267
3270
|
}
|
|
3268
3271
|
|
|
3269
3272
|
.sidebar .nav-link-active-b {
|
|
3270
|
-
@apply cursor-default bg-gray-900 border-b border-
|
|
3273
|
+
@apply cursor-default bg-gray-900 border-b border-sky-400 text-white flex items-center px-2 py-2 text-sm font-medium rounded-md;
|
|
3271
3274
|
}
|
|
3272
3275
|
|
|
3273
3276
|
.sidebar .nav-link-active-l {
|
|
3274
|
-
@apply cursor-default
|
|
3277
|
+
@apply cursor-default bg-gray-900 border-l border-sky-400 text-white flex items-center px-2 py-2 text-sm font-medium rounded-md;
|
|
3275
3278
|
}
|
|
3276
3279
|
|
|
3277
3280
|
.nav-link-profile-active {
|
|
3278
|
-
@apply cursor-default block px-4 py-2 text-xs text-
|
|
3281
|
+
@apply cursor-default rounded-md block px-4 py-2 text-xs text-sky-900 shadow-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
|
|
3279
3282
|
}
|
|
3280
3283
|
|
|
3281
3284
|
.nav-link-mobile-active {
|
|
3282
|
-
@apply cursor-default bg-gray-900 text-
|
|
3285
|
+
@apply cursor-default bg-gray-900 text-sky-300 block px-3 py-2 rounded-lg text-xs whitespace-nowrap overflow-ellipsis overflow-hidden;
|
|
3283
3286
|
}
|
|
3284
3287
|
|
|
3285
3288
|
.view-nav-link {
|
|
3286
|
-
@apply cursor-pointer text-gray-600 hover:bg-gray-50 hover:text-gray-900
|
|
3289
|
+
@apply cursor-pointer rounded-md text-gray-600 hover:border-gray-50 border-transparent border-l-2 hover:bg-gray-50 hover:text-gray-900 py-2 px-4 flex items-center text-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
|
|
3287
3290
|
}
|
|
3288
3291
|
|
|
3289
3292
|
.view-nav-link-active {
|
|
3290
|
-
@apply cursor-default bg-gray-50 border-gray-600 text-gray-900 border-l-
|
|
3293
|
+
@apply cursor-default rounded-md bg-gray-50 border-gray-600 hover:border-gray-600 text-gray-900 border-l-2 py-2 px-3 flex items-center text-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
|
|
3291
3294
|
}
|
|
3292
3295
|
|
|
3293
3296
|
.min-nav-link-text-width {
|
|
@@ -3310,11 +3313,11 @@
|
|
|
3310
3313
|
}
|
|
3311
3314
|
|
|
3312
3315
|
.header-notifications-dropdown {
|
|
3313
|
-
@apply z-50 origin-top-right absolute right-0 pt-3 pl-2 mt-2 w-80 rounded-
|
|
3316
|
+
@apply z-50 origin-top-right absolute right-0 pt-3 pl-2 mt-2 w-80 rounded-lg shadow-lg bg-white ring-1 ring-black ring-opacity-5 focus:outline-none;
|
|
3314
3317
|
}
|
|
3315
3318
|
|
|
3316
3319
|
.header-notifications-dropdown-with-username {
|
|
3317
|
-
@apply z-50 origin-top-right absolute right-0 pt-3 pl-1.5 mt-1 w-80 rounded-
|
|
3320
|
+
@apply z-50 origin-top-right absolute right-0 pt-3 pl-1.5 mt-1 w-80 rounded-lg shadow-lg bg-white ring-1 ring-black ring-opacity-5 focus:outline-none;
|
|
3318
3321
|
}
|
|
3319
3322
|
|
|
3320
3323
|
.header-notifications-dropdown-view-all-button{
|
|
@@ -3540,11 +3543,11 @@
|
|
|
3540
3543
|
}
|
|
3541
3544
|
|
|
3542
3545
|
.shell-header-profile-dropdown {
|
|
3543
|
-
@apply z-50 origin-top-right absolute right-0 mt-2 w-48 rounded-
|
|
3546
|
+
@apply z-50 origin-top-right absolute right-0 mt-2 w-48 rounded-lg shadow-lg py-1 bg-white ring-1 ring-black ring-opacity-5 focus:outline-none;
|
|
3544
3547
|
}
|
|
3545
3548
|
|
|
3546
3549
|
.shell-header-profile-dropdown-with-username {
|
|
3547
|
-
@apply z-50 origin-top-right absolute right-0 mt-24 w-48 rounded-
|
|
3550
|
+
@apply z-50 origin-top-right absolute right-0 mt-24 w-48 rounded-lg shadow-lg py-1 bg-white ring-1 ring-black ring-opacity-5 focus:outline-none;
|
|
3548
3551
|
}
|
|
3549
3552
|
|
|
3550
3553
|
|
|
@@ -3553,7 +3556,7 @@
|
|
|
3553
3556
|
}
|
|
3554
3557
|
|
|
3555
3558
|
.mobile-menu-button {
|
|
3556
|
-
@apply inline-flex items-center justify-center p-2 rounded-
|
|
3559
|
+
@apply inline-flex items-center justify-center p-2 rounded-lg outline-none text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none focus:ring-1 focus:ring-offset-1 focus:ring-offset-gray-800 focus:ring-white;
|
|
3557
3560
|
}
|
|
3558
3561
|
|
|
3559
3562
|
.mobile-menu-container {
|
|
@@ -3992,7 +3995,7 @@
|
|
|
3992
3995
|
}
|
|
3993
3996
|
|
|
3994
3997
|
.toast-pill {
|
|
3995
|
-
@apply max-w-sm w-full bg-white shadow-lg rounded-
|
|
3998
|
+
@apply max-w-sm w-full bg-white shadow-lg rounded-xl pointer-events-auto ring-1 ring-black ring-opacity-5 overflow-hidden;
|
|
3996
3999
|
}
|
|
3997
4000
|
|
|
3998
4001
|
.toast-context-padding {
|
|
@@ -4148,7 +4151,7 @@
|
|
|
4148
4151
|
}
|
|
4149
4152
|
|
|
4150
4153
|
.search-container {
|
|
4151
|
-
@apply relative inline-flex items-center bg-white text-gray-400 focus-within:text-gray-600 hover:shadow
|
|
4154
|
+
@apply relative rounded-lg inline-flex items-center bg-white text-gray-400 focus-within:text-gray-600 focus:shadow hover:shadow border border-gray-300;
|
|
4152
4155
|
}
|
|
4153
4156
|
/*
|
|
4154
4157
|
.search-input {
|
|
@@ -4156,7 +4159,7 @@
|
|
|
4156
4159
|
} */
|
|
4157
4160
|
|
|
4158
4161
|
.search-input {
|
|
4159
|
-
@apply w-
|
|
4162
|
+
@apply w-64 rounded-lg text-sm text-gray-900 pt-2 pl-2 pb-2 placeholder-gray-500 outline-none border-0 focus:outline-none focus:ring-0;
|
|
4160
4163
|
}
|
|
4161
4164
|
|
|
4162
4165
|
.search-button {
|
|
@@ -4272,7 +4275,7 @@
|
|
|
4272
4275
|
}
|
|
4273
4276
|
|
|
4274
4277
|
.toggle-buttons-list-button {
|
|
4275
|
-
@apply relative inline-flex items-center p-2 first:border-l first:rounded-l-
|
|
4278
|
+
@apply relative inline-flex items-center p-2 first:border-l first:rounded-l-lg last:rounded-r-lg border-t border-b border-r border-gray-300 bg-white text-xs text-gray-700 hover:text-gray-900 focus:z-10 focus:outline-none;
|
|
4276
4279
|
}
|
|
4277
4280
|
|
|
4278
4281
|
.toggle-buttons-list-button-selected {
|