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);