diff options
| author | Pitu <[email protected]> | 2020-12-25 20:45:22 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2020-12-25 20:45:22 +0900 |
| commit | ec2f9e0d989792c1760b48e063467cf6e59c580a (patch) | |
| tree | 6f447aeebe9af7be57ba15e23851a4611568ec3e /src/site/pages/login.vue | |
| parent | chore: style changes (diff) | |
| download | host.fuwn.me-ec2f9e0d989792c1760b48e063467cf6e59c580a.tar.xz host.fuwn.me-ec2f9e0d989792c1760b48e063467cf6e59c580a.zip | |
Rebrand
Diffstat (limited to 'src/site/pages/login.vue')
| -rw-r--r-- | src/site/pages/login.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/site/pages/login.vue b/src/site/pages/login.vue index 6403aa9..1974263 100644 --- a/src/site/pages/login.vue +++ b/src/site/pages/login.vue @@ -12,7 +12,7 @@ <b-field> <b-input v-model="username" - class="lolisafe-input" + class="chibisafe-input" type="text" placeholder="Username" @keyup.enter.native="login" /> @@ -20,7 +20,7 @@ <b-field> <b-input v-model="password" - class="lolisafe-input" + class="chibisafe-input" type="password" placeholder="Password" password-reveal @@ -46,7 +46,7 @@ <p class="level-item"> <b-button size="is-medium" - type="is-lolisafe" + type="is-chibisafe" @click="login"> Login </b-button> |