OpenHands / frontend /src /tailwind.css
Backup-bdg's picture
Upload 565 files
b59aa07 verified
raw
history blame contribute delete
355 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
.button-base {
@apply bg-tertiary border border-neutral-600 rounded;
}
.skeleton {
@apply bg-gray-400 rounded-md animate-pulse;
}
.skeleton-round {
@apply bg-gray-400 rounded-full animate-pulse;
}
.heading {
@apply text-[28px] leading-8 -tracking-[0.02em] font-bold text-content-2;
}