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
40b5f8e6
Commit
40b5f8e6
authored
Mar 07, 2016
by
clrux
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11761 from edx/clrux/ac-328-removing-importants
Removing importants from heading styles
parents
e6fcfae9
fed1d4b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
50 deletions
+50
-50
cms/static/sass/xmodule/_headings.scss
+25
-25
lms/static/sass/xmodule/_headings.scss
+25
-25
No files found.
cms/static/sass/xmodule/_headings.scss
View file @
40b5f8e6
...
...
@@ -25,49 +25,49 @@ $headings-base-color: $gray-d2;
}
%hd-1
{
margin-bottom
:
1
.41575em
!
important
;
font-size
:
2em
!
important
;
line-height
:
1
.4em
!
important
;
margin-bottom
:
1
.41575em
;
font-size
:
2em
;
line-height
:
1
.4em
;
}
%hd-2
{
margin-bottom
:
1em
!
important
;
font-size
:
1
.5em
!
important
;
font-weight
:
$headings-font-weight-normal
!
important
;
line-height
:
1
.4em
!
important
;
margin-bottom
:
1em
;
font-size
:
1
.5em
;
font-weight
:
$headings-font-weight-normal
;
line-height
:
1
.4em
;
}
%hd-3
{
margin-bottom
:
(
$baseline
/
2
)
!
important
;
font-size
:
1
.35em
!
important
;
font-weight
:
$headings-font-weight-normal
!
important
;
line-height
:
1
.4em
!
important
;
margin-bottom
:
(
$baseline
/
2
);
font-size
:
1
.35em
;
font-weight
:
$headings-font-weight-normal
;
line-height
:
1
.4em
;
}
%hd-4
{
margin-bottom
:
(
$baseline
/
2
)
!
important
;
font-size
:
1
.25em
!
important
;
font-weight
:
$headings-font-weight-bold
!
important
;
line-height
:
1
.4em
!
important
;
margin-bottom
:
(
$baseline
/
2
);
font-size
:
1
.25em
;
font-weight
:
$headings-font-weight-bold
;
line-height
:
1
.4em
;
}
%hd-5
{
margin-bottom
:
(
$baseline
/
2
)
!
important
;
font-size
:
1
.1em
!
important
;
font-weight
:
$headings-font-weight-bold
!
important
;
line-height
:
1
.4em
!
important
;
margin-bottom
:
(
$baseline
/
2
);
font-size
:
1
.1em
;
font-weight
:
$headings-font-weight-bold
;
line-height
:
1
.4em
;
}
%hd-6
{
margin-bottom
:
(
$baseline
/
2
)
!
important
;
font-size
:
1em
!
important
;
font-weight
:
$headings-font-weight-bold
!
important
;
line-height
:
1
.4em
!
important
;
margin-bottom
:
(
$baseline
/
2
);
font-size
:
1em
;
font-weight
:
$headings-font-weight-bold
;
line-height
:
1
.4em
;
}
%hd-7
{
...
...
@@ -88,7 +88,7 @@ $headings-base-color: $gray-d2;
letter-spacing
:
1px
;
}
.
wrapper-
xblock
{
.
content-primary
.wrapper-xblock
.xblock-render
.xblock
.xblock-render
.
xblock
{
.hd-1
,
.hd-2
,
...
...
@@ -114,7 +114,7 @@ $headings-base-color: $gray-d2;
h3
{
@extend
%hd-2
;
font-weight
:
$headings-font-weight-normal
!
important
;
font-weight
:
$headings-font-weight-normal
;
// override external modules and xblocks that use inline CSS
text-transform
:
initial
;
}
...
...
lms/static/sass/xmodule/_headings.scss
View file @
40b5f8e6
...
...
@@ -25,49 +25,49 @@ $headings-base-color: $gray-d2;
}
%hd-1
{
margin-bottom
:
1
.41575em
!
important
;
font-size
:
2em
!
important
;
line-height
:
1
.4em
!
important
;
margin-bottom
:
1
.41575em
;
font-size
:
2em
;
line-height
:
1
.4em
;
}
%hd-2
{
margin-bottom
:
1em
!
important
;
font-size
:
1
.5em
!
important
;
font-weight
:
$headings-font-weight-normal
!
important
;
line-height
:
1
.4em
!
important
;
margin-bottom
:
1em
;
font-size
:
1
.5em
;
font-weight
:
$headings-font-weight-normal
;
line-height
:
1
.4em
;
}
%hd-3
{
margin-bottom
:
(
$baseline
/
2
)
!
important
;
font-size
:
1
.35em
!
important
;
font-weight
:
$headings-font-weight-normal
!
important
;
line-height
:
1
.4em
!
important
;
margin-bottom
:
(
$baseline
/
2
);
font-size
:
1
.35em
;
font-weight
:
$headings-font-weight-normal
;
line-height
:
1
.4em
;
}
%hd-4
{
margin-bottom
:
(
$baseline
/
2
)
!
important
;
font-size
:
1
.25em
!
important
;
font-weight
:
$headings-font-weight-bold
!
important
;
line-height
:
1
.4em
!
important
;
margin-bottom
:
(
$baseline
/
2
);
font-size
:
1
.25em
;
font-weight
:
$headings-font-weight-bold
;
line-height
:
1
.4em
;
}
%hd-5
{
margin-bottom
:
(
$baseline
/
2
)
!
important
;
font-size
:
1
.1em
!
important
;
font-weight
:
$headings-font-weight-bold
!
important
;
line-height
:
1
.4em
!
important
;
margin-bottom
:
(
$baseline
/
2
);
font-size
:
1
.1em
;
font-weight
:
$headings-font-weight-bold
;
line-height
:
1
.4em
;
}
%hd-6
{
margin-bottom
:
(
$baseline
/
2
)
!
important
;
font-size
:
1em
!
important
;
font-weight
:
$headings-font-weight-bold
!
important
;
line-height
:
1
.4em
!
important
;
margin-bottom
:
(
$baseline
/
2
);
font-size
:
1em
;
font-weight
:
$headings-font-weight-bold
;
line-height
:
1
.4em
;
}
%hd-7
{
...
...
@@ -88,7 +88,7 @@ $headings-base-color: $gray-d2;
letter-spacing
:
1px
;
}
#seq_content
{
#seq_content
.xblock
{
.hd-1
,
.hd-2
,
...
...
@@ -114,7 +114,7 @@ $headings-base-color: $gray-d2;
h3
{
@extend
%hd-2
;
font-weight
:
$headings-font-weight-normal
!
important
;
font-weight
:
$headings-font-weight-normal
;
// override external modules and xblocks that use inline CSS
text-transform
:
initial
;
}
...
...
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