A simple twilio app in rails and angular

bootstrap_and_overrides.css.less 1.1KB

123456789101112131415161718192021222324252627282930
  1. @import "twitter/bootstrap/bootstrap";
  2. // Set the correct sprite paths
  3. @iconSpritePath: image-url("twitter/bootstrap/glyphicons-halflings.png");
  4. @iconWhiteSpritePath: image-url("twitter/bootstrap/glyphicons-halflings-white.png");
  5. // Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines)
  6. @fontAwesomeEotPath: font-url("fontawesome-webfont.eot");
  7. @fontAwesomeEotPath_iefix: font-url("fontawesome-webfont.eot?#iefix");
  8. @fontAwesomeWoffPath: font-url("fontawesome-webfont.woff");
  9. @fontAwesomeTtfPath: font-url("fontawesome-webfont.ttf");
  10. @fontAwesomeSvgPath: font-url("fontawesome-webfont.svg#fontawesomeregular");
  11. // Font Awesome
  12. @import "fontawesome/font-awesome";
  13. // Glyphicons
  14. //@import "twitter/bootstrap/glyphicons.less";
  15. // Your custom LESS stylesheets goes here
  16. //
  17. // Since bootstrap was imported above you have access to its mixins which
  18. // you may use and inherit here
  19. //
  20. // If you'd like to override bootstrap's own variables, you can do so here as well
  21. // See http://twitter.github.com/bootstrap/customize.html#variables for their names and documentation
  22. //
  23. // Example:
  24. // @link-color: #ff0000;