We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c01c4c commit 2a5600dCopy full SHA for 2a5600d
components/Password.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div class="password-shadow" :class="{'is-home': !isPage}">
3
- <Background></Background>
+ <Background />
4
<h3 class="title">{{isPage ? $frontmatter.title : $site.title}}</h3>
5
<p class="description" v-if="!isPage">{{$site.description}}</p>
6
<label class="inputBox" id="box">
@@ -106,9 +106,9 @@ export default {
106
.password-shadow {
107
width 100vw;
108
height 100vh;
109
- background #fff
110
position relative
111
padding-left: 20rem;
+ // background-image: radial-gradient(ellipse farthest-corner at center top,#497EC6 0,#000105 100%);
112
.title {
113
position: absolute;
114
left 0
0 commit comments