diff --git a/frontend/src/views/login/index.vue b/frontend/src/views/login/index.vue
index 71e2237..a0aef5b 100644
--- a/frontend/src/views/login/index.vue
+++ b/frontend/src/views/login/index.vue
@@ -2,10 +2,11 @@
+
-
+
@@ -38,7 +39,7 @@
-
+
{{ $t('commons.login') }}
@@ -243,7 +244,7 @@ export default {
.login-welcome {
font-size: 36px;
- color: $--color-primary;
+ color: $topBarBg;
letter-spacing: 0;
text-align: center;
}
@@ -268,7 +269,7 @@ export default {
margin-top: 40px;
}
& :focus {
- border: 1px solid $--color-primary;
+ border: 1px solid $topBarBg;
}
}
@@ -280,6 +281,9 @@ export default {
}
.submit {
+ background-color: $topBarBg;
+ border-color: $topBarBg;
+ color: #fff;
width: 100%;
}
}