mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-08-30 07:07:13 +00:00
feat: login & register
This commit is contained in:
@@ -95,13 +95,13 @@ export default {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.login-page {
|
.login-page {
|
||||||
margin-top: 100px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 100%;
|
height: calc(100vh - var(--header-height));
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-page-content {
|
.login-page-content {
|
||||||
|
|||||||
@@ -185,13 +185,13 @@ export default {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.signup-page {
|
.signup-page {
|
||||||
margin-top: 100px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 100%;
|
height: calc(100vh - var(--header-height));
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.signup-page-content {
|
.signup-page-content {
|
||||||
|
|||||||
Reference in New Issue
Block a user