The Node.js® Website
at main 423 B view raw
1.banner { 2 @apply flex 3 w-full 4 flex-row 5 items-center 6 justify-center 7 gap-2 8 px-8 9 py-3 10 text-sm; 11 12 &, 13 a { 14 @apply text-white 15 dark:text-white; 16 } 17 18 a { 19 @apply w-fit 20 underline 21 decoration-white/50; 22 } 23 24 svg { 25 @apply size-4 26 text-white/50; 27 } 28} 29 30.default { 31 @apply bg-green-600; 32} 33 34.error { 35 @apply bg-danger-600; 36} 37 38.warning { 39 @apply bg-warning-600; 40}