Skip to content

Commit

Permalink
Merge pull request #52 from dinukadesilva/gh-31-improve-login-page-te…
Browse files Browse the repository at this point in the history
…xt-labels

gh-31: Improve the text labels of login and register pages
  • Loading branch information
isururanawaka authored Oct 12, 2020
2 parents 188edec + 77f064a commit d3f57c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions custos-demo-gateway/src/components/landing/Landing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
<b-col style="max-width: 300px;min-width: 400px;" align-h="center">
<b-card class="w-100 login-card">
<div class="p-2">
<h3 class="mb-2">Do you have a Federated Identity ?</h3>
<h3 class="mb-2">Do you have an Institution Login ?</h3>
<b-button class="primary-btn w-100 text-center mt-2" variant="warning"
v-on:click="this.loadAuthURL">
Register or Login with Federated Identity
Register or Login with the Institution Login
</b-button>
</div>
</b-card>
<b-card class="w-100 mt-3 login-card">
<form v-on:submit.prevent="this.login" class="p-2">
<h3 class="mb-3">LOGIN WITH CUSTOS EXPLORER</h3>
<h3 class="mb-3">Login with Custos Explorer</h3>
<div class="p-2">
<label class="form-input-label" for="form-input-username">Username</label>
<b-form-input id="form-input-username" v-model="username"
Expand Down Expand Up @@ -166,7 +166,7 @@
h3 {
font-family: Avenir;
font-size: 13px;
font-size: 15px;
font-weight: 600;
text-align: center;
color: #203a43;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<b-col style="max-width: 600px;min-width: 300px;" align-h="center">
<b-card class="w-100 mt-3 login-card">
<form v-on:submit.prevent="registerUser" class="p-2 text-left">
<h3 class="mb-3">CREATE ACCOUNT</h3>
<h3 class="mb-3">Create Account</h3>
<div class="p-2">
<label class="form-input-label" for="form-input-username">Username</label>
<b-form-input size="sm" id="form-input-username" v-model="username" :state="usernameValid"
Expand Down Expand Up @@ -245,7 +245,7 @@
h3 {
font-family: Avenir;
font-size: 13px;
font-size: 15px;
font-weight: 600;
text-align: center;
color: #203a43;
Expand Down

0 comments on commit d3f57c7

Please sign in to comment.