adding design token
This commit is contained in:
parent
c98b35f8b3
commit
92bd068430
@ -1,4 +1,4 @@
|
||||
# apkt
|
||||
# Executive Information System
|
||||
|
||||
This template should help get you started developing with Vue 3 in Vite.
|
||||
|
||||
|
@ -3114,4 +3114,4 @@ select {
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,9 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer components {
|
||||
.btn {
|
||||
@apply bg-blue-500 text-white font-bold py-2 px-4 rounded;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user