Changed bg color of #right to match search_box, removed border radius and changed margin-top to align with #main h3
This commit is contained in:
parent
6a011f3c88
commit
3f5c5a0a50
|
@ -4,7 +4,7 @@
|
|||
#right
|
||||
width: 180px
|
||||
padding: 11px 20px 80px 20px
|
||||
background-color: $color-bg-right
|
||||
background-color: #E9E9E7
|
||||
border-left: 1px solid $color-border-normal
|
||||
|
||||
h4
|
||||
|
@ -14,12 +14,11 @@
|
|||
margin-top: 10px
|
||||
|
||||
.box
|
||||
margin-top: 25px
|
||||
margin-top: 15px
|
||||
margin-left: -3px
|
||||
padding: 15px
|
||||
border: 1px solid $color-border-normal
|
||||
background-color: $color-bg-sidebar-box
|
||||
@include border-radius(4px)
|
||||
background-color: #ffffff
|
||||
|
||||
h4
|
||||
margin: 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user