Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
platform-kit committed Jul 25, 2022
1 parent e213b8c commit 92734ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions ui/pages/check-your-inbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export default {

<style scoped>
#layout {
min-height: 100vh;
background: linear-gradient(180deg, #f2faff, transparent);
min-height: 100vh;
}
.btn-success {
Expand Down
3 changes: 1 addition & 2 deletions ui/pages/error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ export default {

<style scoped>
#layout {
min-height: 100vh;
background: linear-gradient(180deg, #f2faff, transparent);
min-height: 100vh;
}
.btn-success {
Expand Down
3 changes: 1 addition & 2 deletions ui/pages/success.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ export default {

<style scoped>
#layout {
min-height: 100vh;
background: linear-gradient(180deg, #f2faff, transparent);
min-height: 100vh;
}
.btn-success {
Expand Down

0 comments on commit 92734ef

Please sign in to comment.