InputIconContainer.module.css6 lines · main
1.sbui-input-icon-container {
2 @apply absolute inset-y-0 left-0 pl-2 flex items-center pointer-events-none;
3 /* set the default color of the icon */
4 @apply text-gray-600;
5 @apply dark:text-white;
6}