2021-04-01 16:20:50 +08:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
2021-03-29 02:54:05 +08:00
|
|
|
|
2021-04-01 18:10:00 +08:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
2021-03-28 20:00:31 +08:00
|
|
|
}
|
|
|
|
|
2021-04-01 18:10:00 +08:00
|
|
|
|
|
|
|
@layer components {
|
|
|
|
.btn-blue {
|
|
|
|
@apply bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded cursor-pointer
|
|
|
|
}
|
|
|
|
}
|