forked from Ruderverein-Donau-Linz/rowt
[TASK] refactor code and add base css components
This commit is contained in:
3
frontend/scss/components/_input.scss
Normal file
3
frontend/scss/components/_input.scss
Normal file
@ -0,0 +1,3 @@
|
||||
.input {
|
||||
@apply relative block w-full border-0 py-1.5 px-2 text-gray-900 ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:z-10 focus:ring-2 focus:ring-inset focus:ring-primary-600 sm:text-sm sm:leading-6;
|
||||
}
|
Reference in New Issue
Block a user