Add twitter to the webadmin footer and make the footer more prominent
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user