angular-hotel-manager/src/styles.css

9 lines
206 B
CSS
Raw Normal View History

2024-08-13 11:11:57 +00:00
/* You can add global styles to this file, and also import other style files */
2024-08-20 12:26:19 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
.button {
@apply border-black rounded px-3 py-1 border-[3px];
}