Files
lunchrun.me/assets/linker/styles/app.less
2014-05-16 22:12:12 -05:00

72 lines
1.5 KiB
Plaintext

@import "variables.less";
@import "main.less";
@import "home.less";
@import "forms.less";
@import "run.less";
@import "nav.less";
@import "header-footer.less";
@import "update-order.less";
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 {
padding: 0 40px 20px;
background-color: rgba(0,0,0,0.8);
box-shadow: 0px 0px 20px #000;
margin-top: 40px;
position: relative;
.logo {
position: absolute;
top: -40px;
font-size: 1em;
background: rgba(0,0,0,0.8);
right: 20px;
a {
display: block;
padding: 10px 40px;
color: inherit;
&:hover {
text-decoration: none;
}
}
}
h1 {
margin: 0;
padding: 30px 0 30px 0;
.glyphicon {
vertical-align: text-bottom;
margin-right: 30px;
font-size: 1.2em;
}
}
h2 {
color: #ddd;
}
p,ul {
color: #ccc;
}
}
}