Commit 24b7defb by frances botsford Committed by Brian Talbot

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

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