mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-02-03 20:51:07 -05:00
It has always been largely used for showcasing UI elements but that name didn't work too well for it. Testing: Some of existing tests depend on these pages, making it redundant to create extra tests. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11019 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Reviewed-by: Gusted <gusted@noreply.codeberg.org>
16 lines
253 B
CSS
16 lines
253 B
CSS
.button-sample-groups {
|
|
margin: 0; padding: 0;
|
|
}
|
|
|
|
.button-sample-groups .sample-group {
|
|
list-style: none; margin: 0; padding: 0;
|
|
}
|
|
|
|
.button-sample-groups .sample-group .ui.button {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
h1, h2 {
|
|
margin: 0;
|
|
padding: 10px 0;
|
|
}
|