Documents - poprawka css
This commit is contained in:
@@ -3,6 +3,7 @@ import DefaultLayout from "../../layouts/DefaultLayout.astro";
|
|||||||
import yaml from "js-yaml";
|
import yaml from "js-yaml";
|
||||||
import fs from "node:fs";
|
import fs from "node:fs";
|
||||||
import Markdown from "../../islands/Markdown.jsx";
|
import Markdown from "../../islands/Markdown.jsx";
|
||||||
|
import "../../styles/document.css";
|
||||||
|
|
||||||
/* ===== Typy ===== */
|
/* ===== Typy ===== */
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
.f-document-card {
|
.f-document-card {
|
||||||
@apply flex items-center gap-1 p-1 mb-2;
|
@apply flex items-center gap-2 text-lg;
|
||||||
}
|
}
|
||||||
.f-document-card:hover {
|
.f-document-card:hover {
|
||||||
@apply shadow-sm;
|
@apply shadow-sm;
|
||||||
transform: translateY(-1px);
|
transform: translateY(-1px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.f-document-icon {
|
/* .f-document-icon {
|
||||||
@apply text-2xl leading-none mt-1;
|
@apply text-2xl leading-none mt-1;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.f-document-title {
|
.f-document-title {
|
||||||
@apply font-semibold;
|
@apply font-normal ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user