59 lines
906 B
SCSS
59 lines
906 B
SCSS
$icon-font-path: "../bower_components/bootstrap-sass/assets/fonts/bootstrap/";
|
|
|
|
// bower:scss
|
|
@import "../bower_components/bootstrap-sass/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;
|
|
}
|