Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
610ebc3b
Commit
610ebc3b
authored
Nov 10, 2014
by
AlasdairSwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ECOM-621 localized neat to partials that use them
parent
a13f4f2f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
11 deletions
+3
-11
lms/static/sass/application-extend1.scss.mako
+0
-2
lms/static/sass/application-extend2.scss.mako
+0
-2
lms/static/sass/application.scss.mako
+0
-2
lms/static/sass/shared/_footer.scss
+1
-5
lms/static/sass/views/_login-register.scss
+2
-0
No files found.
lms/static/sass/application-extend1.scss.mako
View file @
610ebc3b
...
...
@@ -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*
...
...
lms/static/sass/application-extend2.scss.mako
View file @
610ebc3b
...
...
@@ -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
...
...
lms/static/sass/application.scss.mako
View file @
610ebc3b
...
...
@@ -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*
...
...
lms/static/sass/shared/_footer.scss
View file @
610ebc3b
...
...
@@ -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/static/sass/views/_login-register.scss
View file @
610ebc3b
// lms - views - login/register view
// ====================
@import
'../base/grid-settings'
;
@import
"neat/neat"
;
// lib - Neat
%heading-4
{
font-size
:
14px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment