Commit 700e08b7 authored by Pan's avatar Pan

perf[css]: perf login-container css #404

parent 3c0696d1
...@@ -170,14 +170,14 @@ $light_gray:#eee; ...@@ -170,14 +170,14 @@ $light_gray:#eee;
</style> </style>
<style rel="stylesheet/scss" lang="scss" scoped> <style rel="stylesheet/scss" lang="scss" scoped>
@import "src/styles/mixin.scss";
$bg:#2d3a4b; $bg:#2d3a4b;
$dark_gray:#889aa4; $dark_gray:#889aa4;
$light_gray:#eee; $light_gray:#eee;
.login-container { .login-container {
@include relative; position: fixed;
height: 100vh; height: 100%;
width: 100%;
background-color: $bg; background-color: $bg;
.login-form { .login-form {
position: absolute; position: absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment