Revert "Update to UXPL 0.17 (grids compilation performance work)"

This commit is contained in:
Brian Jacobel
2016-11-10 15:49:33 -05:00
parent f85aa4773e
commit 09947ab094
21 changed files with 110 additions and 119 deletions

View File

@@ -11,7 +11,7 @@
header.primary {
@include clearfix();
@include grid-container();
@include span(12);
@include float(none);
box-sizing: border-box;
max-width: $fg-max-width;
@@ -31,7 +31,7 @@
}
.wrapper-r {
@include span(4, before);
@include span(4 last);
@include text-align(right);
}

View File

@@ -28,13 +28,8 @@
.app-header {
@include clearfix();
@include grid-row;
border-bottom: 1px solid palette(grayscale, base);
margin-bottom: 20px;
form {
@include span(12);
}
}
.course-container {