first commit
This commit is contained in:
9
resources/assets/templates/maximus/css/app.css
Normal file
9
resources/assets/templates/maximus/css/app.css
Normal file
@ -0,0 +1,9 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer components {
|
||||
.btn-primary {
|
||||
@apply py-1.5 px-3 text-center bg-blue-700 rounded-md text-white;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user