Button (page action) styling

This commit is contained in:
Ben Ramey
2014-06-22 15:34:28 -05:00
parent bf81cfb603
commit d4ca5187f3
9 changed files with 38 additions and 27 deletions

View File

@@ -1,3 +1,21 @@
.page-actions {
float: right;
padding: 30px 0;
.run-actions {
box-shadow: 2px 2px 8px black;
.run-actions-btn {
font-size: 24px;
border-radius: 0;
text-align: center;
background-color: darkolivegreen;
color: white;
margin-right: 2px;
padding: 5px 20px;
}
}
}
footer {
position: absolute;
bottom: 0;