Move scss variables to dedicated file

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-08-20 11:41:16 +02:00
parent 07481330b1
commit 3a4bbac6d4
5 changed files with 19 additions and 19 deletions
+2 -5
View File
@@ -157,11 +157,8 @@ export default {
<style lang="scss" scoped>
@import '../../css/animations.scss';
$board-spacing: 15px;
$stack-spacing: 10px;
$stack-width: 300px;
@import "../../css/animations.scss";
@import "../../css/variables.scss";
form {
text-align: center;
+1 -2
View File
@@ -253,8 +253,7 @@ export default {
<style lang="scss" scoped>
$stack-spacing: 10px;
$stack-width: 260px;
@import './../../css/variables';
.stack {
width: $stack-width;