mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 13:42:49 +01:00
12 lines
207 B
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;
|
||
|
}
|