removed mixin for text-sr and text-hide, replaced with extend
This commit is contained in:
committed by
Brian Talbot
parent
8b77111d58
commit
24b7defb43
@@ -67,7 +67,7 @@
|
||||
padding-right: ($baseline*0.75);
|
||||
|
||||
a {
|
||||
@include text-hide();
|
||||
@extend text-hide;
|
||||
display: block;
|
||||
width: 164px;
|
||||
height: 32px;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user