mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
2b39c1a5d7
- Change ClientPortal helper to return 'bg-primary-darken' instead of 'active-page' - Buttons & input fields don't have SASS color now - bg-blue-600/900 replaced with primary/primary-darken - Production build of assets
16 lines
237 B
SCSS
Vendored
16 lines
237 B
SCSS
Vendored
.input {
|
|
@apply items-center border border-gray-300 rounded mt-2 py-2 px-4 text-sm;
|
|
|
|
&:focus {
|
|
@apply outline-none bg-gray-50;
|
|
}
|
|
}
|
|
|
|
.input-label {
|
|
@apply text-sm text-gray-600;
|
|
}
|
|
|
|
.input-slim {
|
|
@apply py-2;
|
|
}
|