Commit 610ebc3b by AlasdairSwan

ECOM-621 localized neat to partials that use them

parent a13f4f2f
......@@ -5,8 +5,6 @@
// libs and resets *do not edit*
@import 'bourbon/bourbon'; // lib - bourbon
@import 'base/grid-settings';
@import "neat/neat"; // lib - Neat
@import 'vendor/bi-app/bi-app-ltr'; // set the layout for left to right languages
// BASE *default edX offerings*
......
......@@ -5,8 +5,6 @@
// libs and resets *do not edit*
@import 'bourbon/bourbon'; // lib - bourbon
@import 'base/grid-settings';
@import "neat/neat"; // lib - Neat
@import 'vendor/bi-app/bi-app-ltr'; // set the layout for left to right languages
......
......@@ -5,8 +5,6 @@
// libs and resets *do not edit*
@import 'bourbon/bourbon'; // lib - bourbon
@import 'base/grid-settings';
@import "neat/neat"; // lib - Neat
@import 'vendor/bi-app/bi-app-ltr'; // set the layout for left to right languages
// BASE *default edX offerings*
......
......@@ -409,7 +409,6 @@ $edx-footer-bg-color: rgb(252,252,252);
&.rwd {
@include box-sizing(border-box);
@include outer-container;
$grid-columns: 4;
&.wrapper-footer footer {
min-width: 0;
......@@ -418,16 +417,13 @@ $edx-footer-bg-color: rgb(252,252,252);
.footer-about,
.footer-nav,
.footer-follow {
@include span-columns(4);
@include span-columns(12);
}
@include media( $tablet ) {
/*$grid-columns: 8;*/
}
@include media( $desktop ) {
$grid-columns: 12;
.footer-about {
@include span-columns(6);
}
......
// lms - views - login/register view
// ====================
@import '../base/grid-settings';
@import "neat/neat"; // lib - Neat
%heading-4 {
font-size: 14px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment