menu modal completed

This commit is contained in:
Ben Ramey
2014-05-16 22:12:12 -05:00
parent e450db622b
commit b8a17e9d37
3 changed files with 35 additions and 11 deletions

View File

@@ -9,6 +9,23 @@
body {
color: #fff;
.modal-content {
background-color: rgba(0,0,0,0.8);
.close {
color: #fff;
opacity: 1;
font-size: inherit;
font-size: 4em;
float: none;
}
.modal-header {
border: none;
text-align: right;
padding-top: 0;
padding-bottom: 0;
}
}
}
#page {
.interior {