This repository has been archived on 2025-05-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Eurovision-25-frontend-old/src/app.css
T

20 lines
325 B
CSS

@import 'tailwindcss';
@layer components {
.textbox-base {
@apply rounded-md border-2 border-gray-300 p-2;
}
.btn {
@apply rounded-md p-2;
}
.btn-primary {
@apply bg-blue-500 hover:bg-blue-700 text-white;
}
.review-tag {
@apply bg-blue-200 p-2 rounded-lg my-2 text-sm text-blue-800 whitespace-nowrap;
}
}