Fix color dependencies

This commit is contained in:
2026-04-13 23:02:35 +02:00
parent cb505d9092
commit 52316d9abb
12 changed files with 132 additions and 99 deletions

View File

@@ -1,3 +1,5 @@
@use "color";
#upload {
padding: 1em;
@@ -5,13 +7,13 @@
border-radius: 3px;
margin-top: 1rem;
padding: 0 1rem 1rem 1rem;
border-bottom: 1px solid #EEE;
border-bottom: 1px solid color.$default-bg;
}
.progress {
.bar {
height: 18px;
background: green;
background: color.$success;
}
}
@@ -33,7 +35,7 @@
width: calc(100% - 2rem);
box-sizing: border-box;
padding: 0.5em;
background: #EEE;
background: color.$default-bg;
}
.save {