[Style] Contribution button in nav of news

This commit is contained in:
Tony Yang
2021-01-30 09:48:21 +08:00
parent f59f767a46
commit d464b744b0
2 changed files with 11 additions and 1 deletions

View File

@@ -391,6 +391,16 @@ $fontFamily: Noto Sans TC, monospace;
outline: none;
}
}
&-contribute-button {
display: inline-block;
border-radius: 6px;
background: $mid-blue;
color: $white;
font-weight: 900;
padding: 0.5em 1em;
font-size: 1.2em;
margin: 1em auto;
}
}
.nav-control-button {