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
24b7defb
Commit
24b7defb
authored
May 14, 2013
by
frances botsford
Committed by
Brian Talbot
May 14, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed mixin for text-sr and text-hide, replaced with extend
parent
8b77111d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
cms/static/sass/_base.scss
+3
-3
cms/static/sass/elements/_header.scss
+1
-1
cms/static/sass/elements/_system-feedback.scss
+2
-2
cms/static/sass/views/_checklists.scss
+2
-2
cms/static/sass/views/_index.scss
+1
-1
No files found.
cms/static/sass/_base.scss
View file @
24b7defb
...
...
@@ -581,7 +581,7 @@ p, ul, ol, dl {
// misc
hr
.divide
{
@
include
text-sr
()
;
@
extend
text-sr
;
}
.item-details
{
...
...
@@ -832,7 +832,7 @@ hr.divide {
// basic utility
.sr
{
@
include
text-sr
()
;
@
extend
text-sr
;
}
.fake-link
{
...
...
@@ -885,7 +885,7 @@ body.js {
text-align
:
center
;
.label
{
@
include
text-sr
()
;
@
extend
text-sr
;
}
.ss-icon
{
...
...
cms/static/sass/elements/_header.scss
View file @
24b7defb
...
...
@@ -67,7 +67,7 @@
padding-right
:
(
$baseline
*
0
.75
);
a
{
@
include
text-hide
()
;
@
extend
text-hide
;
display
:
block
;
width
:
164px
;
height
:
32px
;
...
...
cms/static/sass/elements/_system-feedback.scss
View file @
24b7defb
...
...
@@ -442,7 +442,7 @@
}
.copy
p
{
@
include
text-sr
()
;
@
extend
text-sr
;
}
}
}
...
...
@@ -597,7 +597,7 @@
text-align
:
center
;
.label
{
@
include
text-sr
()
;
@
extend
text-sr
;
}
.icon
{
...
...
cms/static/sass/views/_checklists.scss
View file @
24b7defb
...
...
@@ -23,7 +23,7 @@ body.course.checklists {
// visual status
.viz-checklist-status
{
@
include
text-hide
()
;
@
extend
text-hide
;
@include
size
(
100%
,
(
$baseline
/
4
));
position
:
relative
;
display
:
block
;
...
...
@@ -40,7 +40,7 @@ body.course.checklists {
background
:
$green
;
.int
{
@
include
text-sr
()
;
@
extend
text-sr
;
}
}
}
...
...
cms/static/sass/views/_index.scss
View file @
24b7defb
...
...
@@ -72,7 +72,7 @@ body.index {
}
.logo
{
@
include
text-hide
()
;
@
extend
text-hide
;
position
:
relative
;
top
:
3px
;
display
:
inline-block
;
...
...
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