removed mixin for text-sr and text-hide, replaced with extend

This commit is contained in:
frances botsford
2013-05-14 14:31:22 -04:00
committed by Brian Talbot
parent 8b77111d58
commit 24b7defb43
5 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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

View File

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