Commit fed1d4b4 by Chris Rodriguez

Removing importants from heading styles

parent 04cadf79
...@@ -25,49 +25,49 @@ $headings-base-color: $gray-d2; ...@@ -25,49 +25,49 @@ $headings-base-color: $gray-d2;
} }
%hd-1 { %hd-1 {
margin-bottom: 1.41575em !important; margin-bottom: 1.41575em;
font-size: 2em !important; font-size: 2em;
line-height: 1.4em !important; line-height: 1.4em;
} }
%hd-2 { %hd-2 {
margin-bottom: 1em !important; margin-bottom: 1em;
font-size: 1.5em !important; font-size: 1.5em;
font-weight: $headings-font-weight-normal !important; font-weight: $headings-font-weight-normal;
line-height: 1.4em !important; line-height: 1.4em;
} }
%hd-3 { %hd-3 {
margin-bottom: ($baseline / 2) !important; margin-bottom: ($baseline / 2);
font-size: 1.35em !important; font-size: 1.35em;
font-weight: $headings-font-weight-normal !important; font-weight: $headings-font-weight-normal;
line-height: 1.4em !important; line-height: 1.4em;
} }
%hd-4 { %hd-4 {
margin-bottom: ($baseline / 2) !important; margin-bottom: ($baseline / 2);
font-size: 1.25em !important; font-size: 1.25em;
font-weight: $headings-font-weight-bold !important; font-weight: $headings-font-weight-bold;
line-height: 1.4em !important; line-height: 1.4em;
} }
%hd-5 { %hd-5 {
margin-bottom: ($baseline / 2) !important; margin-bottom: ($baseline / 2);
font-size: 1.1em !important; font-size: 1.1em;
font-weight: $headings-font-weight-bold !important; font-weight: $headings-font-weight-bold;
line-height: 1.4em !important; line-height: 1.4em;
} }
%hd-6 { %hd-6 {
margin-bottom: ($baseline / 2) !important; margin-bottom: ($baseline / 2);
font-size: 1em !important; font-size: 1em;
font-weight: $headings-font-weight-bold !important; font-weight: $headings-font-weight-bold;
line-height: 1.4em !important; line-height: 1.4em;
} }
%hd-7 { %hd-7 {
...@@ -88,7 +88,7 @@ $headings-base-color: $gray-d2; ...@@ -88,7 +88,7 @@ $headings-base-color: $gray-d2;
letter-spacing: 1px; letter-spacing: 1px;
} }
.wrapper-xblock { .content-primary .wrapper-xblock .xblock-render .xblock .xblock-render .xblock {
.hd-1, .hd-1,
.hd-2, .hd-2,
...@@ -114,7 +114,7 @@ $headings-base-color: $gray-d2; ...@@ -114,7 +114,7 @@ $headings-base-color: $gray-d2;
h3 { h3 {
@extend %hd-2; @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 // override external modules and xblocks that use inline CSS
text-transform: initial; text-transform: initial;
} }
......
...@@ -25,49 +25,49 @@ $headings-base-color: $gray-d2; ...@@ -25,49 +25,49 @@ $headings-base-color: $gray-d2;
} }
%hd-1 { %hd-1 {
margin-bottom: 1.41575em !important; margin-bottom: 1.41575em;
font-size: 2em !important; font-size: 2em;
line-height: 1.4em !important; line-height: 1.4em;
} }
%hd-2 { %hd-2 {
margin-bottom: 1em !important; margin-bottom: 1em;
font-size: 1.5em !important; font-size: 1.5em;
font-weight: $headings-font-weight-normal !important; font-weight: $headings-font-weight-normal;
line-height: 1.4em !important; line-height: 1.4em;
} }
%hd-3 { %hd-3 {
margin-bottom: ($baseline / 2) !important; margin-bottom: ($baseline / 2);
font-size: 1.35em !important; font-size: 1.35em;
font-weight: $headings-font-weight-normal !important; font-weight: $headings-font-weight-normal;
line-height: 1.4em !important; line-height: 1.4em;
} }
%hd-4 { %hd-4 {
margin-bottom: ($baseline / 2) !important; margin-bottom: ($baseline / 2);
font-size: 1.25em !important; font-size: 1.25em;
font-weight: $headings-font-weight-bold !important; font-weight: $headings-font-weight-bold;
line-height: 1.4em !important; line-height: 1.4em;
} }
%hd-5 { %hd-5 {
margin-bottom: ($baseline / 2) !important; margin-bottom: ($baseline / 2);
font-size: 1.1em !important; font-size: 1.1em;
font-weight: $headings-font-weight-bold !important; font-weight: $headings-font-weight-bold;
line-height: 1.4em !important; line-height: 1.4em;
} }
%hd-6 { %hd-6 {
margin-bottom: ($baseline / 2) !important; margin-bottom: ($baseline / 2);
font-size: 1em !important; font-size: 1em;
font-weight: $headings-font-weight-bold !important; font-weight: $headings-font-weight-bold;
line-height: 1.4em !important; line-height: 1.4em;
} }
%hd-7 { %hd-7 {
...@@ -88,7 +88,7 @@ $headings-base-color: $gray-d2; ...@@ -88,7 +88,7 @@ $headings-base-color: $gray-d2;
letter-spacing: 1px; letter-spacing: 1px;
} }
#seq_content { #seq_content .xblock {
.hd-1, .hd-1,
.hd-2, .hd-2,
...@@ -114,7 +114,7 @@ $headings-base-color: $gray-d2; ...@@ -114,7 +114,7 @@ $headings-base-color: $gray-d2;
h3 { h3 {
@extend %hd-2; @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 // override external modules and xblocks that use inline CSS
text-transform: initial; text-transform: initial;
} }
......
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