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

This reverts commit d39f7197c3.
This commit is contained in:
Brian Jacobel
2016-11-14 13:06:24 -05:00
parent 41f8d76284
commit b1776946b8
21 changed files with 119 additions and 110 deletions

View File

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

View File

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