theme_nin/sass/layout/_wrapper.sass

52 lines
916 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
2018-09-30 23:06:08 +05:00
top: $menu-height
2015-07-31 10:58:25 +02:00
float: left
2018-09-30 23:06:08 +05:00
width: $leftWidth
2015-07-31 10:58:25 +02:00
min-height: 700px
> .module
width: $miniProfileWidth
position: fixed
2015-08-03 16:20:22 +02:00
top: $menu-height + $gut
2015-10-24 09:07:45 +02:00
z-index: 2000
2018-09-30 23:06:08 +05:00
&.right
2015-07-31 10:58:25 +02:00
float: left
2018-09-30 23:06:08 +05:00
top: $menu-height
2015-07-31 10:58:25 +02:00
overflow: hidden
width: $rightWidth
2018-09-30 23:06:08 +05: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
2018-09-30 23:06:08 +05:00
h4
2015-07-31 10:58:25 +02:00
clear: left
2015-08-01 22:52:31 +02:00
padding: 10px 10px 5px 10px
2018-09-30 23:06:08 +05:00
font-size: 90%
2015-07-31 10:58:25 +02:00
small
2015-08-01 22:52:31 +02:00
display: none
ol
@extend .clear-fix
clear: both
2015-10-24 09:07:45 +02:00
position: relative