Aw5739 wip

This commit is contained in:
2023-12-27 18:15:04 +01:00
parent 2fe4c9b32e
commit 0c10d998a1
44 changed files with 8894 additions and 9804 deletions

View File

@@ -1,17 +1,15 @@
@import "~bootstrap/scss/bootstrap.scss";
.twotreed {
display:block;
width:2.5em;
height:2.5em;
background-color: $body-bg;
background-color: var(--bs-body-bg);
background-size: contain;
margin-top:0.5em;
text-align: center;
line-height: 2.5em;
border-radius: 1.75em;
padding: 0;
color: $secondary;
color: var(--bs-secondary);
}
.fa-spinner {