Commit 6c119fa3 by Frances Botsford Committed by Brian Talbot

refixed extend for text-sr and text-hide

parent 24b7defb
......@@ -581,7 +581,7 @@ p, ul, ol, dl {
// misc
hr.divide {
@extend text-sr;
@extend .text-sr;
}
.item-details {
......@@ -832,7 +832,7 @@ hr.divide {
// basic utility
.sr {
@extend text-sr;
@extend .text-sr;
}
.fake-link {
......@@ -885,7 +885,7 @@ body.js {
text-align: center;
.label {
@extend text-sr;
@extend .text-sr;
}
.ss-icon {
......
......@@ -67,7 +67,7 @@
padding-right: ($baseline*0.75);
a {
@extend text-hide;
@extend .text-hide;
display: block;
width: 164px;
height: 32px;
......
......@@ -442,7 +442,7 @@
}
.copy p {
@extend text-sr;
@extend .text-sr;
}
}
}
......@@ -597,7 +597,7 @@
text-align: center;
.label {
@extend text-sr;
@extend .text-sr;
}
.icon {
......
......@@ -23,7 +23,7 @@ body.course.checklists {
// visual status
.viz-checklist-status {
@extend text-hide;
@extend .text-hide;
@include size(100%,($baseline/4));
position: relative;
display: block;
......@@ -40,7 +40,7 @@ body.course.checklists {
background: $green;
.int {
@extend text-sr;
@extend .text-sr;
}
}
}
......
......@@ -72,7 +72,7 @@ body.index {
}
.logo {
@extend text-hide;
@extend .text-hide;
position: relative;
top: 3px;
display: inline-block;
......
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