mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
reupdate hf theme
This commit is contained in:
parent
96d4bc944c
commit
d8ebad92f8
@ -448,4 +448,38 @@
|
||||
@apply text-2xl p-2;
|
||||
}
|
||||
}
|
||||
.output_dataframe {
|
||||
table {
|
||||
thead {
|
||||
@apply font-bold border-gray-200 border-b-2;
|
||||
}
|
||||
th {
|
||||
@apply transition cursor-pointer;
|
||||
}
|
||||
th:hover {
|
||||
@apply bg-gray-200;
|
||||
}
|
||||
td, th {
|
||||
@apply px-4;
|
||||
}
|
||||
}
|
||||
.pages {
|
||||
@apply flex gap-1 items-center;
|
||||
}
|
||||
.page {
|
||||
@apply px-2 py-1 bg-gray-200;
|
||||
}
|
||||
.page.selected {
|
||||
@apply bg-gray-300;
|
||||
}
|
||||
}
|
||||
.output_carousel {
|
||||
@apply flex flex-col gap-2;
|
||||
.carousel_control {
|
||||
@apply flex gap-4 justify-center items-center mt-4;
|
||||
.carousel_index {
|
||||
@apply text-2xl font-semibold;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user