~tempo-openerp/+junk/osclass-axima

« back to all changes in this revision

Viewing changes to oc-includes/osclass/gui/sass/bourbon/addons/_hide-text.scss

  • Committer: vg at tempo-consulting
  • Date: 2013-08-20 07:59:29 UTC
  • Revision ID: vg@tempo-consulting.fr-20130820075929-m57t59qytwvctmuu
osclass axima site annonces

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@mixin hide-text {
 
2
  color:            transparent;
 
3
  font:             0/0 a;
 
4
  text-shadow:      none;
 
5
}
 
6
 
 
7
// A CSS image replacement method that does not require the use of text-indent.
 
8
//
 
9
// Examples
 
10
//
 
11
//   .ir {
 
12
//     @include hide-text;
 
13
//   }