mirror of
https://github.com/letieu/terminal.css.git
synced 2026-03-15 02:04:30 -07:00
fix faq close
This commit is contained in:
@@ -1018,6 +1018,7 @@ ol.content li::before {
|
|||||||
max-height: 0;
|
max-height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: max-height 0.3s ease-out;
|
transition: max-height 0.3s ease-out;
|
||||||
|
transition: padding 0.4s ease-out;
|
||||||
color: var(--muted);
|
color: var(--muted);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -27,9 +27,7 @@
|
|||||||
<div class="has-text-muted text-sm font-bold">
|
<div class="has-text-muted text-sm font-bold">
|
||||||
dev@localhost:~/tcss/installation
|
dev@localhost:~/tcss/installation
|
||||||
</div>
|
</div>
|
||||||
<div class="has-text-muted text-xs" style="opacity: 0.5">
|
<div class="has-text-muted text-xs" style="opacity: 0.5">v0.0.2</div>
|
||||||
v0.0.2
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- BODY -->
|
<!-- BODY -->
|
||||||
@@ -124,10 +122,7 @@
|
|||||||
<p class="has-text-muted text-sm mb-4">
|
<p class="has-text-muted text-sm mb-4">
|
||||||
To use any component, simply:
|
To use any component, simply:
|
||||||
</p>
|
</p>
|
||||||
<ol
|
<ol class="content">
|
||||||
class="content"
|
|
||||||
style="list-style: decimal; padding-left: 1.5rem"
|
|
||||||
>
|
|
||||||
<li class="mb-2">
|
<li class="mb-2">
|
||||||
Go to the
|
Go to the
|
||||||
<a href="./index.html" class="has-text-primary"
|
<a href="./index.html" class="has-text-primary"
|
||||||
|
|||||||
Reference in New Issue
Block a user