Removed glyphicons, updated contact page, started custom io7 bootstrap theme

pull/2/head
Sahat Yalkabov 2013-12-04 02:51:31 -05:00
parent f50f4a0728
commit d834d382e4
5 changed files with 16 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@import "bootstrap/bootstrap";
@import "font-awesome/font-awesome";
@import "flat-ui";
@import "ios7";
body {
padding-top: 80px;

View File

@ -17,7 +17,6 @@
// Components
@import "component-animations";
@import "glyphicons";
@import "dropdowns";
@import "button-groups";
@import "input-groups";

15
public/css/ios7.less Normal file
View File

@ -0,0 +1,15 @@
// iOS 7 Bootstrap Theme
// Sahat Yalkabov
// -----------------------------------------------------
@import url("//fonts.googleapis.com/css?family=Lato:100,300,400,700");
// Navbar =====================================================================
// Buttons ====================================================================
.btn {
border: none;
}
// Typography =================================================================

View File

@ -6,11 +6,9 @@ block content
form(role='form', method='POST')
.form-group
label(for='email') Email
span.text-danger *
input.form-control(type='email', name='email', id='email')
.form-group
label(for='contactBody') Body
span.text-danger *
textarea.form-control(type='text', name='contactBody', id='contactBody', rows='7')
.form-group
button.btn.btn-primary(type='submit')