change styling towards design rj
This commit is contained in:
@@ -1,7 +1,52 @@
|
||||
@import compass
|
||||
$side-spacing: 5px
|
||||
$qbrown: #8B5A2B
|
||||
html
|
||||
background-image: image-url('textures/wood5.jpg')
|
||||
body
|
||||
padding-left: $side-spacing
|
||||
padding-right: $side-spacing
|
||||
background-image: image-url('textures/wood5.jpg')
|
||||
.home-panel
|
||||
margin-left: 20px
|
||||
margin-right: 20px
|
||||
margin-top: 40px
|
||||
+box-shadow(#000 10px 10px 16px)
|
||||
background-color: rgba(240, 240, 240, 0.6)
|
||||
+border-radius(10px)
|
||||
.home-header
|
||||
text-align: center
|
||||
//background-color: #eee
|
||||
//+border-top-radius(10px)
|
||||
//+opacity(0.7)
|
||||
min-height: 100px
|
||||
.home-center
|
||||
padding: 10px
|
||||
text-align: center
|
||||
background-color: black
|
||||
.home-footer
|
||||
//background-color: #eee
|
||||
//+border-bottom-radius(10px)
|
||||
//+opacity(0.7)
|
||||
min-height: 100px
|
||||
.home-footer-content
|
||||
margin-top: 22px
|
||||
margin-left: auto
|
||||
margin-right: auto
|
||||
background-color: green
|
||||
width: 262px
|
||||
a
|
||||
display: block
|
||||
border: 2px solid black
|
||||
+border-radius(4px)
|
||||
+box-shadow(#000 4px 4px 8px)
|
||||
width: 34px
|
||||
height: 34px
|
||||
float: left
|
||||
margin-right: 15px
|
||||
background-color: $qbrown
|
||||
text-align: center
|
||||
line-height: 34px
|
||||
//padding-top: 50px
|
||||
.navbar-fixed-top
|
||||
margin-left: -$side-spacing
|
||||
|
||||
Reference in New Issue
Block a user