Files
lunchrun.me/assets/linker/styles/header-footer.less
2014-06-22 15:34:28 -05:00

30 lines
581 B
Plaintext

.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;
width: 100%;
.photos-copyright {
font-size: 0.9em;
padding: 10px 20px;
background-color: rgba(0,0,0,0.6);
}
}