Files
edb-www/app/styles/main.scss
Nikolai R Kristiansen 53b8d22859 Updates
2014-09-13 17:53:08 +02:00

58 lines
937 B
SCSS

$icon-font-path: "../bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/";
// bower:scss
@import "../bower_components/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap.scss";
// endbower
@import "block_grid"; // from foundation 5
.page-header h1 {
line-height: 1;
vertical-align: bottom;
}
.edb-brick {
height: 40px;
width: auto;
}
/* Projects */
.block-grid-item {
padding-bottom: 0;
h3 {
margin-top: 0;
}
img {
max-width: 100%;
}
}
h3 {
font-weight: bold;
}
@media (min-width: 768px) {
.form-link {
display:none;
}
}
.join-us-title {
margin-top: 40px;
margin-bottom: 0px;
}
#contact_form {
border:0;
margin:0;
}
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
.love {
color: #faafba;
}
.credits {
margin-top: 25px;
margin-bottom: 25px;
text-align: center;
color: #666;
font-size: 12px;
}