Skip to content

Commit

Permalink
apachegh-31: Minor style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dinukadesilva committed Oct 11, 2020
1 parent 31341ff commit d4454c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions custos-demo-gateway/src/components/landing/Landing.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<template>
<b-container>
<b-row align-v="center" align-h="center">
<b-row align-v="top" align-h="center">
<b-col style="min-width: 300px; max-width: 100%">
<h2>Welcome to Custos</h2>
<p class="h2-sub">Sign up and start authenticating</p>
<img class="w-100" src="./../../assets/custos_home.png">
</b-col>
<b-col style="max-width: 300px;min-width: 400px;" align-v="center" align-h="center">
<b-card class="w-100 mt-3 login-card">
<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>
<b-button class="primary-btn w-100 text-center mt-2" variant="warning"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<template>
<b-container>
<b-row align-v="center" align-h="center">
<b-row align-v="top" align-h="center">
<b-col style="min-width: 300px; max-width: 100%">
<h2>Welcome to Custos</h2>
<p class="h2-sub">Sign up and start authenticating</p>
<img class="w-100" src="./../../assets/custos_home.png">
</b-col>
<b-col style="max-width: 600px;min-width: 300px;" align-v="center" align-h="center">
<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>
Expand Down

0 comments on commit d4454c8

Please sign in to comment.