This commit is contained in:
2025-12-04 14:13:37 +07:00
parent d0ee976b0c
commit 546d4b6f95
3 changed files with 54 additions and 110 deletions

View File

@@ -1,33 +1,7 @@
.line-clamp-1 {
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;
}
.line-clamp-2 {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;
}
.line-clamp-3 {
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;
}
.line-clamp-4 {
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;
}
.btn-dash {
border-style: dashed;
border-color: gray;
}
.btn-dash:hover {
border-color: var(--color-primary);
color: #fff;
@@ -68,16 +42,9 @@
.text-gray {
color: #6b7280;
}
.absolute {
position: absolute;
}
.right-2 {
right: 0.5rem;
}
.top-2 {
top: 0.5rem;
}
.max-h-400 {
max-height: 400px;
}
@@ -93,7 +60,6 @@
.max-w-3xl {
max-width: 48rem;
}
.menu-form a {
border-top: 0;
}