mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-13 12:45:10 -05:00
19 lines
372 B
Sass
19 lines
372 B
Sass
|
#page
|
||
|
+clearfix
|
||
|
background-color= !page_bg
|
||
|
.page_width
|
||
|
+clearfix
|
||
|
position: relative
|
||
|
padding:
|
||
|
top: 25px
|
||
|
bottom: 25px
|
||
|
background-color= !blog_bg
|
||
|
+easy-box-shadow(#ccc)
|
||
|
border:
|
||
|
left= "1px solid" !page_border_sides
|
||
|
right= "1px solid" !page_border_sides
|
||
|
#main
|
||
|
width= !main_width
|
||
|
float: left
|
||
|
&.expanded
|
||
|
width: 100%
|