Style dashboard button in setup wizard

This commit is contained in:
Brian Miyaji
2017-03-17 11:07:55 +11:00
parent d24ab0a61a
commit b6f00110c1
2 changed files with 9 additions and 2 deletions

View File

@@ -381,12 +381,19 @@ body {
.sp-return-to-dashboard {
font-size: .85em;
color: #b5b5b5;
margin: 1.18em 0;
display: block;
text-align: center;
}
.sp-return-to-dashboard a {
color: #b5b5b5;
}
.sp-return-to-dashboard a:hover {
color: #888;
}
/* Media Queries */
@media screen and (max-width: 782px) {