@indice/ng-components 0.2.172-beta.2 → 0.2.172-beta.3
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
|
@@ -4108,10 +4108,10 @@
|
|
|
4108
4108
|
.search-container {
|
|
4109
4109
|
@apply relative inline-flex items-center bg-white text-gray-400 focus-within:text-gray-600 hover:shadow-sm border border-gray-200;
|
|
4110
4110
|
}
|
|
4111
|
-
|
|
4112
|
-
|
|
4111
|
+
/*
|
|
4112
|
+
.search-input {
|
|
4113
4113
|
@apply pl-10 pr-20 w-60 bg-gray-50 rounded-sm text-sm text-gray-900 border-gray-400 placeholder-gray-500 outline-none focus:shadow focus:outline-none z-0;
|
|
4114
|
-
}
|
|
4114
|
+
} */
|
|
4115
4115
|
|
|
4116
4116
|
.search-input {
|
|
4117
4117
|
@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;
|