You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rappli/src/index.css

65 lines
995 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.hyphenate {
hyphens: auto;
}
.text-title-border {
@apply border-b border-black border-dotted;
}
.text-height {
height: 1em;
width: auto;
}
.sortable-drag-card {
@apply card card-bordered card-compact bg-white;
opacity: 0.8 !important;
}
.sortable-ghost-card {
@apply indicator w-full;
}
.sortable-ghost-card .card {
@apply border-accent;
}
.file-input::file-selector-button {
@apply btn btn-xs;
}
.select-list {
position: absolute;
z-index: 999;
}
.input-group .solid-select-container * {
border-radius: 0;
}
.tr-bg-transparent td,
.tr-bg-transparent th {
@apply bg-transparent;
}
}
@layer base {
.table:not(.table-responsive) td {
word-break: break-word;
@apply whitespace-normal;
}
td {
@apply bg-clip-padding;
}
.ignore-white-space .white-space {
@apply whitespace-nowrap;
}
}