2023-12-08 05:20:55 +00:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
2024-02-19 12:05:29 +00:00
|
|
|
|
|
|
|
@layer utilities {
|
|
|
|
.focus-ring {
|
|
|
|
@apply focus-visible:ring-[3px] focus-visible:ring-snowball-200 focus-visible:ring-offset-1 focus-visible:ring-offset-snowball-500 focus-visible:outline-none;
|
|
|
|
}
|
2024-02-27 14:16:38 +00:00
|
|
|
|
|
|
|
.wave {
|
|
|
|
background-image: url('../public/wave-border.svg');
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
background-position: top;
|
|
|
|
background-size: cover;
|
|
|
|
@apply w-full h-1;
|
|
|
|
}
|
2024-02-26 22:45:51 +00:00
|
|
|
}
|