Removed SCSS variables, and replaced with CSS --vars

This commit is contained in:
Alicia Sykes
2021-04-08 20:12:35 +01:00
parent 0cb6cc7d62
commit 0c12cdb0f6
22 changed files with 96 additions and 87 deletions
+1 -2
View File
@@ -53,7 +53,6 @@ export default {
</script>
<style scoped lang="scss">
@import '../../src/styles/color-pallet.scss';
@import '../../src/styles/constants.scss';
.no-items {
@@ -64,7 +63,7 @@ export default {
cursor: default;
border-radius: $curve-factor;
background: #607d8b33;
color: $ascent;
color: var(--primary);
box-shadow: 1px 1px 2px #373737;
}