Update _utilities.scss
This commit is contained in:
parent
84335200ca
commit
b620ed976e
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/**
|
||||||
* WordPress specific classes
|
* WordPress specific classes
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ img.aligncenter {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Clear fix for floats
|
* Clear fix for floats
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -46,3 +46,12 @@ img.aligncenter {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Accessibility
|
||||||
|
*/
|
||||||
|
|
||||||
|
.sr-only {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue