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

29 lines
410 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;
}
.align-with-heading {
display: block;
text-align: center;
margin-top: 45px;
padding-left: 2px;
padding-right: 2px;
}