This commit is contained in:
Nikolai Kristiansen
2014-09-13 13:31:11 +02:00
parent 9bcafd2883
commit 6d098eb913
25 changed files with 1235 additions and 0 deletions

22
app/styles/main.scss Normal file
View File

@@ -0,0 +1,22 @@
$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
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
@media (min-width: 768px) {
.form-link {
display:none;
}
}
#contact_form {
border:0;
margin:0;
}