Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0696d commit 700e08bCopy full SHA for 700e08b
src/views/login/index.vue
@@ -170,14 +170,14 @@ $light_gray:#eee;
170
</style>
171
172
<style rel="stylesheet/scss" lang="scss" scoped>
173
-@import "src/styles/mixin.scss";
174
$bg:#2d3a4b;
175
$dark_gray:#889aa4;
176
$light_gray:#eee;
177
178
.login-container {
179
- @include relative;
180
- height: 100vh;
+ position: fixed;
+ height: 100%;
+ width: 100%;
181
background-color: $bg;
182
.login-form {
183
position: absolute;
0 commit comments