diff --git a/assets/icons/spinner-icon.svg b/assets/icons/spinner-icon.svg new file mode 100644 index 0000000..cae8ea9 --- /dev/null +++ b/assets/icons/spinner-icon.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/assets/icons/x-circle-icon.svg b/assets/icons/x-circle-icon.svg new file mode 100644 index 0000000..0d72ac5 --- /dev/null +++ b/assets/icons/x-circle-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/styles/_app-colors.scss b/assets/styles/_app-colors.scss index 724816f..ea29bb9 100644 --- a/assets/styles/_app-colors.scss +++ b/assets/styles/_app-colors.scss @@ -7,12 +7,16 @@ $background-primary-light: #252627; $background-primary-main: #151314; $background-primary-dark: #0C0D10; +$background-success-main: #161F18; + +$background-error-main: #1F1616; + $background-secondary-main: #181819; /* status colors */ -$success-light: #5EDDB7; +$success-light: #66EBC2; $success-main: #5EDDB7; -$success-dark: #5EDDB7; +$success-dark: #56CBA5; $error-light: #FF8383; $error-main: #FF8383; diff --git a/assets/styles/_variables.scss b/assets/styles/_variables.scss index e65a082..722f61c 100644 --- a/assets/styles/_variables.scss +++ b/assets/styles/_variables.scss @@ -16,6 +16,10 @@ --background-secondary-main: #{$background-secondary-main}; + --background-success-main: #{$background-success-main}; + + --background-error-main: #{$background-error-main}; + /* status colors */ --success-light: #{$success-light}; --success-main: #{$success-main}; diff --git a/components/AppAlert.vue b/components/AppAlert.vue new file mode 100644 index 0000000..8135285 --- /dev/null +++ b/components/AppAlert.vue @@ -0,0 +1,80 @@ + + + + + diff --git a/components/AppButton.vue b/components/AppButton.vue index a0c5ec1..e2d25bc 100644 --- a/components/AppButton.vue +++ b/components/AppButton.vue @@ -7,9 +7,9 @@ :to="route" > @@ -29,9 +29,9 @@