openstack-health/app/styles/_footer.scss
Glauco Oliveira 66d693a8ce Add standard status footer
One of the requests we got during Summit was to make OpenStack Health
look more like other status pages. This commit includes the status
footer.

Change-Id: I15a6776cd21ae668f231b47c89797748de03d520
2015-11-04 10:32:13 +00:00

21 lines
275 B
SCSS

#footer p a {
color: #656565;
text-decoration: underline;
}
#footer ul {
margin: 10px 0px 20px;
padding: 0px;
list-style: none;
}
#footer a, #footer a:visited, #footer a:active {
color: black;
}
#footer h3 {
color: #de0000;
font: 130% 'PT Sans', serif;
}