style changes and refactoring
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
*= require_self
|
||||
*= require 'bootstrap_and_overrides'
|
||||
*= require 'bootstrap_overrides'
|
||||
*= require_directory .
|
||||
*= require 'phone/bootstrap_overrides'
|
||||
*= require_self
|
||||
*/
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
$side-spacing: 0px
|
||||
@import constants
|
||||
html
|
||||
background-image: $wood
|
||||
background-color: $background-brown
|
||||
body
|
||||
padding-left: $side-spacing
|
||||
padding-right: $side-spacing
|
||||
background-image: image-url('textures/wood6.png')
|
||||
background-color: transparent
|
||||
//padding-top: 50px
|
||||
.navbar-fixed-top
|
||||
margin-left: -$side-spacing
|
||||
|
||||
Reference in New Issue
Block a user