Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
// specific icon class definition
2
// -------------------------
3
 
4
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
5
readers do not read off random characters that represent icons */
6
 
7
@each $name, $icon in $fa-icons {
1441 ariadna 8
  .#{$fa-css-prefix}-#{$name} {
9
    #{$fa-icon-property}: unquote("\"#{ $icon }\"");
10
  }
1 efrain 11
}
12