You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
822 B
48 lines
822 B
9 years ago
|
|
||
|
|
||
|
|
||
|
/* Wrapper and blocks */
|
||
|
.wrapper
|
||
|
width: $site-width
|
||
|
max-width: 100%
|
||
|
margin: auto
|
||
|
padding-top: $menu-height + $gut/2
|
||
|
position: relative
|
||
|
z-index: 1
|
||
|
@extend .clear-fix
|
||
|
.dashboard
|
||
|
&.left
|
||
|
top: $menu-height
|
||
|
float: left
|
||
|
width: $leftWidth
|
||
|
min-height: 700px
|
||
|
> .module
|
||
|
width: $miniProfileWidth
|
||
|
position: fixed
|
||
|
top: $menu-height + $gut/2
|
||
|
|
||
|
&.right
|
||
|
float: left
|
||
|
top: $menu-height
|
||
|
overflow: hidden
|
||
|
width: $rightWidth
|
||
|
padding-left: 20px
|
||
|
padding-right: 3px
|
||
|
> .module
|
||
|
width: 100%
|
||
|
margin-bottom: 20px
|
||
|
background: $bloc-light-color
|
||
|
width: 100%
|
||
|
|
||
|
+box-shadow(1px 2px 2px rgba(#111, 0.1))
|
||
|
@extend .clear-fix
|
||
|
h3
|
||
|
float: left
|
||
|
padding: 10px
|
||
|
h4
|
||
|
clear: left
|
||
|
border-top: 1px solid $main-background-color
|
||
|
padding: 7px 10px
|
||
|
font-size: 90%
|
||
|
small
|
||
|
display: none
|