catalog impl

This commit is contained in:
Paul Schneider 2022-08-20 12:54:24 +01:00
commit 14206ac477
27 changed files with 320 additions and 44 deletions

View file

@ -7848,3 +7848,6 @@ a.text-dark:hover, a.text-dark:focus {
.fa-copy {
cursor: copy; }
.border-top.footer.text-muted {
padding: 1em; }

View file

@ -111,3 +111,8 @@ background-color: black;
.fa-copy {
cursor: copy;
}
.border-top.footer.text-muted {
padding: 1em;
}