Removed hard-coded color codes, reference SCSS variables

This commit is contained in:
Alicia Sykes
2021-02-28 21:55:18 +00:00
parent 95b3b84b04
commit f9bac8ceb0
14 changed files with 24453 additions and 7751 deletions
+2 -1
View File
@@ -39,6 +39,7 @@ export default {
</script>
<style scoped lang="scss">
@import '../../src/styles/color-pallet.scss';
.no-items {
width: 100px;
@@ -48,7 +49,7 @@ export default {
cursor: default;
border-radius: 10px;
background: #607d8b33;
color: #1CA8DD;
color: $ascent;
box-shadow: 1px 1px 2px #373737;
}