all.scss 1.1 KB

123456789101112131415161718192021222324
  1. // All rule-generating imports go here vs in etc/all.scss so that they will
  2. // cascade after the framework rules. This ensures that where the framework provides
  3. // a default icon, but also provides an iconCls to override it (for example tree icons)
  4. // the fa rules will override the framework ones (assuming specificity of fa rules is
  5. // the same or greater than the framework rules)
  6. @import "../etc/_path.scss";
  7. @import "../etc/_core.scss";
  8. @import "../etc/_larger.scss";
  9. @import "../etc/_fixed-width.scss";
  10. @import "../etc/_list.scss";
  11. @import "../etc/_bordered-pulled.scss";
  12. @import "../etc/_animated.scss";
  13. @import "../etc/_rotated-flipped.scss";
  14. @import "../etc/_stacked.scss";
  15. @import "../etc/_icons.scss";
  16. // The "x-fa" class should be used in Ext JS applications instead
  17. // of "fa". The "fa" class sets some properties that may collide
  18. // with theme properties, whereas "x-fa" sets only the font-family.
  19. .#{$prefix}fa:before {
  20. font-family: FontAwesome !important;
  21. }
  22. // NOTE: _variables.scss is imported much earlier by ext/sass/etc/font-awesome-variables.scss