Vulcan/packages/_telescope-theme-base/lib/client/scss/specific/_layout.scss

37 lines
525 B
SCSS
Raw Normal View History

*, *:before, *:after {
box-sizing: border-box;
line-height: 1.5;
}
html, body, .outer-wrapper{
height:100%;
}
body{
background:#eee;
font-size: 14px;
@include small{
overflow-x: hidden;
}
}
.outer-wrapper{
position:relative;
}
.content-wrapper{
padding:0 10px;
max-width: 1200px;
margin: 0 auto;
@include small{
overflow-x: hidden;
overflow-y: hidden;
2015-10-18 17:46:21 +09:00
padding-top: 70px;
}
}
2015-10-18 17:46:21 +09:00
.grid-module, .at-form{
background: white;
padding: $grid-padding;
margin-bottom: $grid-margin;
}