@indice/ng-components 0.3.2-beta.15 → 0.3.2-beta.17
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 +3 -3
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -732,7 +732,7 @@
|
|
|
732
732
|
|
|
733
733
|
.dropdown-button {
|
|
734
734
|
@apply bg-white block w-full shadow rounded-lg border pl-3 py-1.5 pr-10 ring-0 placeholder:text-gray-300 focus:border-gray-500 hover:border-gray-400
|
|
735
|
-
text-
|
|
735
|
+
text-sm leading-6 disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:border-gray-300;
|
|
736
736
|
}
|
|
737
737
|
|
|
738
738
|
.dropdown-selected-text {
|
|
@@ -4148,7 +4148,7 @@
|
|
|
4148
4148
|
}
|
|
4149
4149
|
|
|
4150
4150
|
.search-container {
|
|
4151
|
-
@apply relative rounded-
|
|
4151
|
+
@apply relative rounded-lg inline-flex items-center bg-white text-gray-400 focus-within:text-gray-600 focus:shadow-lg 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-64 rounded-
|
|
4159
|
+
@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
4160
|
}
|
|
4161
4161
|
|
|
4162
4162
|
.search-button {
|