mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-17 15:52:15 +00:00
23 lines
560 B
CSS
Vendored
23 lines
560 B
CSS
Vendored
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.card {
|
|
@apply dark:bg-dark-foreground bg-white sm:p-6 p-4 rounded-xl lg:mb-6 mb-5
|
|
}
|
|
|
|
.widget-card {
|
|
@apply dark:bg-dark-foreground bg-white lg:p-5 p-4 rounded-xl
|
|
}
|
|
|
|
.input-dark {
|
|
@apply w-full dark:bg-2x-dark-foreground bg-light-background py-3 sm:px-5 px-4 rounded-lg appearance-none border-transparent sm:text-base text-sm font-bold border
|
|
}
|
|
|
|
.text-limit {
|
|
@apply whitespace-nowrap text-ellipsis overflow-x-hidden block
|
|
}
|
|
|
|
.is-inactive {
|
|
@apply pointer-events-none opacity-40
|
|
} |