2015-12-17 10:18:31 +00:00
|
|
|
.column-three-quarters {
|
|
|
|
|
@include grid-column(3/4);
|
|
|
|
|
}
|
2016-01-18 10:47:53 +00:00
|
|
|
|
2016-02-18 14:54:59 +00:00
|
|
|
.column-one-eighth {
|
|
|
|
|
@include grid-column(1/8);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column-seven-eighths {
|
|
|
|
|
@include grid-column(7/8);
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-18 10:47:53 +00:00
|
|
|
.bottom-gutter {
|
|
|
|
|
margin-bottom: $gutter;
|
2016-02-18 14:54:59 +00:00
|
|
|
clear: both;
|
2016-01-18 10:47:53 +00:00
|
|
|
}
|
2016-02-26 16:22:07 +00:00
|
|
|
|
|
|
|
|
.bottom-gutter-2-3 {
|
|
|
|
|
margin-bottom: $gutter * 2/3;
|
|
|
|
|
}
|
2016-03-11 07:47:46 +00:00
|
|
|
|
|
|
|
|
.align-with-heading {
|
|
|
|
|
display: block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 45px;
|
|
|
|
|
padding-left: 2px;
|
|
|
|
|
padding-right: 2px;
|
|
|
|
|
}
|