Skip to content

Commit

Permalink
隐私页链接样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaocz committed Dec 6, 2021
1 parent f7d65ea commit b5795c1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions login.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,18 @@ p.submit {
border-radius: .25em;
box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07)!important;
padding: 16px 20px;
}

.login .privacy-policy-page-link {
text-align: center;
width: 100%;
margin: 3em 0 2em;
}

.login .privacy-policy-page-link .privacy-policy-link {
color: white;
font-size: 14px;
letter-spacing: 1px;
opacity: .6;
text-decoration: none;
}

0 comments on commit b5795c1

Please sign in to comment.