Add Login Button
This commit is contained in:
parent
6bf5aa707f
commit
fde8bce49a
2 changed files with 15 additions and 1 deletions
assets/css
|
@ -19,6 +19,19 @@ body {
|
|||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.header .loginButton {
|
||||
display:inline;
|
||||
position:absolute;
|
||||
top:10px;
|
||||
right:10px;
|
||||
font:10px sans-serif;
|
||||
}
|
||||
|
||||
.header .loginButton a {
|
||||
color: #1eb513;
|
||||
text-shadow: 1px 1px 0 #333;
|
||||
}
|
||||
|
||||
/* header menu hides on mobile screen, no padding needed anymore */
|
||||
@media screen and (max-width:39.99em) {
|
||||
.header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue