Commit bb257b6f by AlasdairSwan

Merge pull request #5894 from edx/alasdair/logistration-neat-localization

ECOM-621 localized neat to partials that use them
parents ad3c11e5 610ebc3b
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
// libs and resets *do not edit* // libs and resets *do not edit*
@import 'bourbon/bourbon'; // lib - bourbon @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 @import 'vendor/bi-app/bi-app-ltr'; // set the layout for left to right languages
// BASE *default edX offerings* // BASE *default edX offerings*
......
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
// libs and resets *do not edit* // libs and resets *do not edit*
@import 'bourbon/bourbon'; // lib - bourbon @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 @import 'vendor/bi-app/bi-app-ltr'; // set the layout for left to right languages
......
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
// libs and resets *do not edit* // libs and resets *do not edit*
@import 'bourbon/bourbon'; // lib - bourbon @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 @import 'vendor/bi-app/bi-app-ltr'; // set the layout for left to right languages
// BASE *default edX offerings* // BASE *default edX offerings*
......
...@@ -409,7 +409,6 @@ $edx-footer-bg-color: rgb(252,252,252); ...@@ -409,7 +409,6 @@ $edx-footer-bg-color: rgb(252,252,252);
&.rwd { &.rwd {
@include box-sizing(border-box); @include box-sizing(border-box);
@include outer-container; @include outer-container;
$grid-columns: 4;
&.wrapper-footer footer { &.wrapper-footer footer {
min-width: 0; min-width: 0;
...@@ -418,16 +417,13 @@ $edx-footer-bg-color: rgb(252,252,252); ...@@ -418,16 +417,13 @@ $edx-footer-bg-color: rgb(252,252,252);
.footer-about, .footer-about,
.footer-nav, .footer-nav,
.footer-follow { .footer-follow {
@include span-columns(4); @include span-columns(12);
} }
@include media( $tablet ) { @include media( $tablet ) {
/*$grid-columns: 8;*/
} }
@include media( $desktop ) { @include media( $desktop ) {
$grid-columns: 12;
.footer-about { .footer-about {
@include span-columns(6); @include span-columns(6);
} }
......
// lms - views - login/register view // lms - views - login/register view
// ==================== // ====================
@import '../base/grid-settings';
@import "neat/neat"; // lib - Neat
%heading-4 { %heading-4 {
font-size: 14px; 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