Files
notifications-admin/app/assets/stylesheets/_grids.scss

22 lines
283 B
SCSS
Raw Normal View History

2015-12-17 10:18:31 +00:00
.column-three-quarters {
@include grid-column(3/4);
}
.column-one-eighth {
@include grid-column(1/8);
}
.column-seven-eighths {
@include grid-column(7/8);
}
.bottom-gutter {
margin-bottom: $gutter;
clear: both;
}
.bottom-gutter-2-3 {
margin-bottom: $gutter * 2/3;
}