Add artist review page and components with basic layout and styling
This commit is contained in:
+18
-1
@@ -1 +1,18 @@
|
||||
@import "tailwindcss";
|
||||
@import "tailwindcss";
|
||||
|
||||
.btn-primary {
|
||||
@apply bg-blue-600 text-white px-4 py-2 rounded;
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
@apply bg-green-600 text-white px-4 py-2 rounded;
|
||||
}
|
||||
|
||||
.btn-danger {
|
||||
@apply bg-red-600 text-white px-4 py-2 rounded;
|
||||
}
|
||||
|
||||
.btn-disabled {
|
||||
@apply bg-gray-400 text-white px-4 py-2 rounded;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user