Removed glyphicons, updated contact page, started custom io7 bootstrap theme
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
@import "bootstrap/bootstrap";
|
@import "bootstrap/bootstrap";
|
||||||
@import "font-awesome/font-awesome";
|
@import "font-awesome/font-awesome";
|
||||||
@import "flat-ui";
|
@import "ios7";
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding-top: 80px;
|
padding-top: 80px;
|
||||||
|
1
public/css/bootstrap/bootstrap.less
vendored
1
public/css/bootstrap/bootstrap.less
vendored
@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
// Components
|
// Components
|
||||||
@import "component-animations";
|
@import "component-animations";
|
||||||
@import "glyphicons";
|
|
||||||
@import "dropdowns";
|
@import "dropdowns";
|
||||||
@import "button-groups";
|
@import "button-groups";
|
||||||
@import "input-groups";
|
@import "input-groups";
|
||||||
|
15
public/css/ios7.less
Normal file
15
public/css/ios7.less
Normal 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 =================================================================
|
@ -6,11 +6,9 @@ block content
|
|||||||
form(role='form', method='POST')
|
form(role='form', method='POST')
|
||||||
.form-group
|
.form-group
|
||||||
label(for='email') Email
|
label(for='email') Email
|
||||||
span.text-danger *
|
|
||||||
input.form-control(type='email', name='email', id='email')
|
input.form-control(type='email', name='email', id='email')
|
||||||
.form-group
|
.form-group
|
||||||
label(for='contactBody') Body
|
label(for='contactBody') Body
|
||||||
span.text-danger *
|
|
||||||
textarea.form-control(type='text', name='contactBody', id='contactBody', rows='7')
|
textarea.form-control(type='text', name='contactBody', id='contactBody', rows='7')
|
||||||
.form-group
|
.form-group
|
||||||
button.btn.btn-primary(type='submit')
|
button.btn.btn-primary(type='submit')
|
||||||
|
Reference in New Issue
Block a user