ECOM-621 localized neat to partials that use them

This commit is contained in:
AlasdairSwan
2014-11-10 09:00:27 -05:00
parent a13f4f2fe6
commit 610ebc3b06
5 changed files with 3 additions and 11 deletions

View File

@@ -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*

View File

@@ -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

View File

@@ -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*

View File

@@ -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);
}

View File

@@ -1,5 +1,7 @@
// lms - views - login/register view
// ====================
@import '../base/grid-settings';
@import "neat/neat"; // lib - Neat
%heading-4 {
font-size: 14px;