Add twitter to the webadmin footer and make the footer more prominent

This commit is contained in:
Johannes Zellner
2016-07-29 17:37:17 +02:00
parent d0cf698dfa
commit 30e936263c
2 changed files with 8 additions and 13 deletions

View File

@@ -597,8 +597,11 @@ footer {
font-size: 14px;
padding: 5px;
z-index: 1000;
opacity: 0.5;
transition: all 250ms;
a {
color: #62bdfc;
padding: 10px;
}
}
@media(min-width:767px) {
@@ -607,15 +610,6 @@ footer {
}
}
footer:hover {
opacity: 1;
}
footer a {
color: #62bdfc;
padding: 10px;
}
.hand {
cursor: pointer;
}