theme_nin/sass/layout/_wrapper.sass

50 lines
908 B
Sass
Raw Normal View History

2015-07-31 10:58:25 +02:00
/* Wrapper and blocks */
.wrapper
width: $site-width
max-width: 100%
margin: auto
2015-08-03 16:20:22 +02:00
padding-top: $menu-height + $gut
2015-07-31 10:58:25 +02:00
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
2015-08-03 16:20:22 +02:00
top: $menu-height + $gut
2015-07-31 10:58:25 +02:00
&.right
float: left
top: $menu-height
overflow: hidden
width: $rightWidth
2015-08-03 16:20:22 +02:00
padding-left: $gut
2015-07-31 10:58:25 +02:00
padding-right: 3px
> .module
width: 100%
margin-bottom: 20px
background: $bloc-light-color
width: 100%
2015-08-01 22:52:31 +02:00
min-height: $mini-usr-img
2015-07-31 10:58:25 +02:00
+box-shadow(1px 2px 2px rgba(#111, 0.1))
2015-08-01 22:52:31 +02:00
+border-radius(3px)
2015-07-31 10:58:25 +02:00
@extend .clear-fix
2015-08-01 22:52:31 +02:00
overflow: hidden
2015-07-31 10:58:25 +02:00
h3
float: left
padding: 10px
h4
clear: left
2015-08-01 22:52:31 +02:00
padding: 10px 10px 5px 10px
2015-07-31 10:58:25 +02:00
font-size: 90%
small
2015-08-01 22:52:31 +02:00
display: none
ol
@extend .clear-fix
clear: both
position: relative