@tailwind base; @tailwind components; @tailwind utilities; .mx-card { @apply shadow shadow-blue-100 rounded-lg; } .mx-shadow-up { @apply shadow-up shadow-blue-100; } .mx-border { @apply border border-solid border-border; } .mx-border-b { @apply border-0 !border-b border-solid border-border; } .mx-border-t { @apply border-0 !border-t border-solid border-border; } .mx-border-b-dashed { @apply border-0 !border-b border-dashed border-border; } .mx-grid-border { @apply border-0 !border-t !border-l border-solid border-border; } .mx-grid-border > * { @apply border-0 !border-b !border-r border-solid border-border; } .mx-bg-shared-gradient { @apply bg-register-bright bg-cover bg-top bg-no-repeat; } .mx-btn-gradient { @apply bg-gradient-to-r from-primary-light to-primary-deep; } .mx-list-gradient { @apply bg-gradient-to-b from-primary-deep to-white; }