reupdate hf theme

This commit is contained in:
Ali Abid 2021-07-15 17:51:10 -07:00
parent 96d4bc944c
commit d8ebad92f8

View File

@ -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;
}
}
}
}