2014-08-20 15:59:11 +09:00
|
|
|
*, *:before, *:after {
|
2014-11-23 21:11:15 -08:00
|
|
|
box-sizing: border-box;
|
|
|
|
line-height: 1.5;
|
2014-08-20 15:59:11 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
html, body, .outer-wrapper{
|
|
|
|
height:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body{
|
|
|
|
background:#eee;
|
|
|
|
font-size: 14px;
|
|
|
|
@include small{
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.outer-wrapper{
|
|
|
|
position:relative;
|
|
|
|
}
|
2015-03-13 15:27:24 +09:00
|
|
|
|
2014-08-20 15:59:11 +09:00
|
|
|
.content-wrapper{
|
2015-03-22 11:56:06 +09:00
|
|
|
padding:0 10px;
|
2015-03-22 12:27:05 +09:00
|
|
|
max-width: 1200px;
|
2014-08-20 15:59:11 +09:00
|
|
|
}
|
2015-03-13 15:27:24 +09:00
|
|
|
|
2014-08-20 15:59:11 +09:00
|
|
|
.content-wrapper{
|
|
|
|
margin: 0 auto;
|
|
|
|
@include small{
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
2015-01-10 11:38:19 +09:00
|
|
|
}
|
|
|
|
.grid-module, .at-form{
|
|
|
|
background: white;
|
|
|
|
padding: $grid-padding;
|
|
|
|
margin-bottom: $grid-margin;
|
2014-08-20 15:59:11 +09:00
|
|
|
}
|