Fix color dependencies
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user