ci: pushing builds to r2

This commit is contained in:
Chubby Granny Chaser 2024-11-09 04:26:01 +00:00
parent b09e91a1cf
commit 341903fc3e
No known key found for this signature in database
2 changed files with 14 additions and 1 deletions

View file

@ -1,7 +1,7 @@
@use "../../scss/globals.scss";
.bottom-panel {
width: "100%";
width: 100%;
border-top: solid 1px globals.$border-color;
background-color: globals.$background-color;
padding: calc(globals.$spacing-unit / 2) calc(globals.$spacing-unit * 2);