16 lines
252 B
CSS
16 lines
252 B
CSS
.f-document-card {
|
|
@apply flex items-center gap-2 text-lg;
|
|
}
|
|
.f-document-card:hover {
|
|
@apply shadow-sm;
|
|
transform: translateY(-1px);
|
|
}
|
|
|
|
/* .f-document-icon {
|
|
@apply text-2xl leading-none mt-1;
|
|
} */
|
|
|
|
.f-document-title {
|
|
@apply font-normal ;
|
|
}
|