diff --git a/src/assets/global/login-bgp.png b/src/assets/global/login-bgp.png deleted file mode 100644 index a2bbc15..0000000 Binary files a/src/assets/global/login-bgp.png and /dev/null differ diff --git a/src/assets/layouts/login-bgp.png b/src/assets/layouts/login-bgp.png new file mode 100644 index 0000000..1127468 Binary files /dev/null and b/src/assets/layouts/login-bgp.png differ diff --git a/src/icons/svg/logo.svg b/src/icons/svg/logo.svg new file mode 100644 index 0000000..61ef839 --- /dev/null +++ b/src/icons/svg/logo.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/styles/globalVariables.module.less b/src/styles/globalVariables.module.less index 963e3e7..cade13e 100644 --- a/src/styles/globalVariables.module.less +++ b/src/styles/globalVariables.module.less @@ -1,8 +1,9 @@ /* color */ @color-black: #282c34; +@color-gray: #999; @color-white: #fff; -@color-white-dark: #f6f8f9; -@color-primary: #409eff; +@color-white-dark: #f8f8f8; +@color-primary: #4481ff; @color-primary-white: #e8f4ff; @color-ghost-white: fade(@color-white, 10%); @@ -22,10 +23,15 @@ @layout-h3: 16px; @layout-h4: 14px; @layout-border-radius: 5px; +@layout-border-radius-small: 3px; +@layout-border-radius-large: 10px; +@layout-border-radius-super: 15px; +@layout-border-radius-max: 20px; @layout-space: 10px; @layout-space-small: 5px; @layout-space-large: 15px; @layout-space-super: 20px; +@layout-space-max: 30px; @layout-shadow: fade(@color-black, 20%) 0px 0px 5px; @layout-aside-bgc: @color-black; diff --git a/src/views/global/404.vue b/src/views/global/404.vue index ee83bc6..66a0418 100644 --- a/src/views/global/404.vue +++ b/src/views/global/404.vue @@ -2,73 +2,31 @@

404

+

Page Not Found

- +