mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-06 03:02:34 +01:00
b285067adb
- Fix for building dependencies - Fixes for data table sorting - Improved styling of tables - Improved buttons padding, position
16 lines
242 B
SCSS
Vendored
16 lines
242 B
SCSS
Vendored
.input {
|
|
@apply items-center border border-gray-300 rounded mt-2 py-2 px-4 text-sm;
|
|
|
|
&:focus {
|
|
@apply outline-none border-blue-500;
|
|
}
|
|
}
|
|
|
|
.input-label {
|
|
@apply text-sm text-gray-600;
|
|
}
|
|
|
|
.input-slim {
|
|
@apply py-2;
|
|
}
|