refixed extend for text-sr and text-hide

This commit is contained in:
Frances Botsford
2013-05-14 15:15:39 -04:00
committed by Brian Talbot
parent 24b7defb43
commit 6c119fa3ab
5 changed files with 9 additions and 9 deletions

View File

@@ -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 {

View File

@@ -67,7 +67,7 @@
padding-right: ($baseline*0.75);
a {
@extend text-hide;
@extend .text-hide;
display: block;
width: 164px;
height: 32px;

View File

@@ -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 {

View File

@@ -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;
}
}
}

View File

@@ -72,7 +72,7 @@ body.index {
}
.logo {
@extend text-hide;
@extend .text-hide;
position: relative;
top: 3px;
display: inline-block;