Remove reduant class

This commit is contained in:
daudix
2024-10-27 03:19:57 +03:00
parent 6b70c103c1
commit 77b16597b0
7 changed files with 84 additions and 59 deletions

View File

@ -638,15 +638,27 @@ You know, <span class="spoiler solid">Duckquill is a pretty dumb name.</span> I
### Buttons Dialog
```html.j2
<div class="dialog-buttons">
<a class="inline-button" href="#top">Go to Top</a>
<a class="inline-button colored external" href="https://example.org">Example</a>
<div class="buttons">
<a href="#top">Go to Top</a>
<a class="colored external" href="https://example.org">Example</a>
</div>
```
<div class="dialog-buttons">
<a class="inline-button" href="#top">Go to Top</a>
<a class="inline-button colored external" href="https://example.org">Example</a>
<div class="buttons">
<a href="#top">Go to Top</a>
<a class="colored external" href="https://example.org">Example</a>
</div>
With `centered` and `big` classes:
```html.j2
<div class="buttons centered">
<button class="big colored">Do Something…</button>
</div>
```
<div class="buttons centered">
<button class="big colored">Do Something…</button>
</div>
[^1]: Footnote