Merge changes I68af4999,I2fb38f2a,Ia11ca8d2,I36b83288,I129c127c, ...
[portal.git] / portal-FE-common / src / styles / bootstrap / mixins / _text-hide.scss
1 // CSS image replacement
2 @mixin text-hide() {
3   // stylelint-disable-next-line font-family-no-missing-generic-family-keyword
4   font: 0/0 a;
5   color: transparent;
6   text-shadow: none;
7   background-color: transparent;
8   border: 0;
9 }