@indice/ng-components 0.3.2-beta.12 → 0.3.2-beta.2
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 +7 -7
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -731,7 +731,7 @@
|
|
|
731
731
|
}
|
|
732
732
|
|
|
733
733
|
.dropdown-button {
|
|
734
|
-
@apply bg-white block w-full rounded-
|
|
734
|
+
@apply bg-white block w-full rounded-sm border-0 pl-3 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
|
|
735
735
|
text-xs leading-6 disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
736
736
|
}
|
|
737
737
|
|
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
}
|
|
749
749
|
|
|
750
750
|
.dropdown-ul {
|
|
751
|
-
@apply absolute z-50 mt-1 w-auto bg-white shadow-lg max-h-60 rounded-
|
|
751
|
+
@apply absolute z-50 mt-1 w-auto bg-white shadow-lg max-h-60 rounded-sm py-1 text-xs ring-1 ring-gray-300 ring-opacity-5 focus:outline-none overflow-x-hidden;
|
|
752
752
|
}
|
|
753
753
|
|
|
754
754
|
.dropdown-li {
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
}
|
|
806
806
|
|
|
807
807
|
.form-content-container {
|
|
808
|
-
@apply px-4 py-
|
|
808
|
+
@apply border-t border-gray-200 px-4 py-5;
|
|
809
809
|
}
|
|
810
810
|
|
|
811
811
|
.form-content-container-inner {
|
|
@@ -813,7 +813,7 @@
|
|
|
813
813
|
}
|
|
814
814
|
|
|
815
815
|
.form-header-search-input {
|
|
816
|
-
@apply block w-60 bg-gray-50 rounded-
|
|
816
|
+
@apply block w-60 bg-gray-50 rounded-sm text-sm text-gray-900 placeholder-gray-500 outline-none;
|
|
817
817
|
}
|
|
818
818
|
|
|
819
819
|
.field-label {
|
|
@@ -825,7 +825,7 @@
|
|
|
825
825
|
}
|
|
826
826
|
|
|
827
827
|
.form-actions {
|
|
828
|
-
@apply
|
|
828
|
+
@apply px-4 py-3 bg-gray-100 text-gray-700 text-right sm:px-6 flex justify-end rounded-b-xl;
|
|
829
829
|
}
|
|
830
830
|
|
|
831
831
|
/*
|
|
@@ -4148,7 +4148,7 @@
|
|
|
4148
4148
|
}
|
|
4149
4149
|
|
|
4150
4150
|
.search-container {
|
|
4151
|
-
@apply relative
|
|
4151
|
+
@apply relative inline-flex items-center bg-white text-gray-400 focus-within:text-gray-600 hover:shadow-sm border border-gray-200;
|
|
4152
4152
|
}
|
|
4153
4153
|
/*
|
|
4154
4154
|
.search-input {
|
|
@@ -4156,7 +4156,7 @@
|
|
|
4156
4156
|
} */
|
|
4157
4157
|
|
|
4158
4158
|
.search-input {
|
|
4159
|
-
@apply w-
|
|
4159
|
+
@apply w-60 rounded-sm 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
4160
|
}
|
|
4161
4161
|
|
|
4162
4162
|
.search-button {
|