From b9fef231d08bb72ee806f3f00cf4fb9d8eef5624 Mon Sep 17 00:00:00 2001 From: Gifaldy Azka Date: Wed, 19 Jul 2023 16:12:21 +0700 Subject: [PATCH] style(prettier): code formatting --- src/index.html | 2 +- src/shared/Button.vue | 4 +++- src/styles/_nprogress.scss | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index dae0a10..4eb0135 100644 --- a/src/index.html +++ b/src/index.html @@ -1,4 +1,4 @@ - + diff --git a/src/shared/Button.vue b/src/shared/Button.vue index 6b435f2..357affa 100644 --- a/src/shared/Button.vue +++ b/src/shared/Button.vue @@ -35,7 +35,9 @@ export default { transform: translateY(5px); } &:active { - box-shadow: 0 -5px 5px -5px $black, -5px 0 5px -5px $black; + box-shadow: + 0 -5px 5px -5px $black, + -5px 0 5px -5px $black; } @include on-tablet { diff --git a/src/styles/_nprogress.scss b/src/styles/_nprogress.scss index f0c6df4..530d8a5 100644 --- a/src/styles/_nprogress.scss +++ b/src/styles/_nprogress.scss @@ -18,7 +18,9 @@ right: 0px; width: 100px; height: 100%; - box-shadow: 0 0 10px $cyan, 0 0 5px $cyan; + box-shadow: + 0 0 10px $cyan, + 0 0 5px $cyan; opacity: 1; -webkit-transform: rotate(3deg) translate(0px, -4px);