css accordion

This commit is contained in:
2026-05-31 22:21:28 +02:00
parent 5c3ffb68cd
commit 31f1b654fc
4 changed files with 134 additions and 29 deletions
+2 -27
View File
@@ -1,4 +1,6 @@
@import "tailwindcss";
@import "./styles/_accordion.css";
@plugin "@tailwindcss/typography";
/* inter-latin-wght-normal */
@@ -92,33 +94,6 @@ body {
}
}
/*a {*/
/* text-decoration-thickness: 1px;*/
/* text-underline-offset: 2px;*/
/*}*/
/*a:hover {*/
/* color: #246f76;*/
/*}*/
/*.page-wrap {*/
/* width: min(1080px, calc(100% - 2rem));*/
/* margin-inline: auto;*/
/*}*/
/*button,*/
/*a {*/
/* transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease,*/
/* transform 180ms ease;*/
/*}*/
/*@media (max-width: 640px) {*/
/* .nav-link::after {*/
/* bottom: -4px;*/
/* }*/
/*}*/
.rise-in {
animation: rise-in 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}