mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 09:56:57 +00:00
css accordion
This commit is contained in:
+2
-27
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user