chore: run lint and prettier

This commit is contained in:
David Ralph
2024-03-19 21:45:17 +00:00
parent 57df2ce523
commit 2136f558b9
62 changed files with 225 additions and 145 deletions

View File

@@ -5,7 +5,7 @@
/* button {
@include modal-button(standard);
}*/
} */
@include themed {
padding: 1rem 3rem 3rem;
@@ -148,6 +148,7 @@ table {
gap: 25px;
padding: 25px;
justify-content: space-between;
@include themed {
background: t($modal-sidebar);
border-radius: t($borderRadius);
@@ -162,10 +163,11 @@ table {
}
.icon {
@include themed() {
@include themed {
background-image: t($slightGradient);
box-shadow: t($boxShadow);
}
padding: 15px;
border-radius: 100%;
font-size: 25px;