3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-04 15:38:38 +00:00
Files
snipe-it/bower_components/bootstrap/scss/mixins/_text-hide.scss
2017-01-11 03:05:06 -08:00

9 lines
152 B
SCSS

// CSS image replacement
@mixin text-hide() {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}