invoiceninja/resources/sass/components/inputs.scss

12 lines
207 B
SCSS

.input {
@apply items-center border border-gray-300 rounded mt-2 w-full py-3 px-4;
&:focus {
@apply outline-none border-blue-500;
}
}
.input-label {
@apply text-sm text-gray-600;
}