forked from AkkomaGang/admin-fe
perf[css]: perf login-container css #404
This commit is contained in:
parent
3c0696d1a9
commit
700e08b795
1 changed files with 3 additions and 3 deletions
|
@ -170,14 +170,14 @@ $light_gray:#eee;
|
|||
</style>
|
||||
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
@import "src/styles/mixin.scss";
|
||||
$bg:#2d3a4b;
|
||||
$dark_gray:#889aa4;
|
||||
$light_gray:#eee;
|
||||
|
||||
.login-container {
|
||||
@include relative;
|
||||
height: 100vh;
|
||||
position: fixed;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: $bg;
|
||||
.login-form {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue