removed mixin for text-sr and text-hide, replaced with extend
This commit is contained in:
committed by
Brian Talbot
parent
8b77111d58
commit
24b7defb43
@@ -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 {
|
|||||||
|
|
||||||
// basic utility
|
// basic utility
|
||||||
.sr {
|
.sr {
|
||||||
@include text-sr();
|
@extend text-sr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fake-link {
|
.fake-link {
|
||||||
@@ -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 @@
|
|||||||
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 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.copy p {
|
.copy p {
|
||||||
@include text-sr();
|
@extend text-sr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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 {
|
|||||||
|
|
||||||
// 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 {
|
|||||||
background: $green;
|
background: $green;
|
||||||
|
|
||||||
.int {
|
.int {
|
||||||
@include text-sr();
|
@extend text-sr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user