updated template list to using new components

This commit is contained in:
John Mitchell
2018-01-11 11:20:12 -05:00
parent 815cd829e0
commit aea37654e2
42 changed files with 1077 additions and 802 deletions

View File

@@ -175,9 +175,7 @@
}
}
@breakpoint-sm: 700px;
@media screen and (max-width: @breakpoint-sm) {
@media screen and (max-width: @at-breakpoint-mobile-layout) {
.at-Layout {
&-side {
top: 60px;
@@ -215,4 +213,4 @@
}
}
}
}
}