WIP
This commit is contained in:
22
app/styles/main.scss
Normal file
22
app/styles/main.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user