main.scss 326 B

12345678910111213141516
  1. $iconSpritePath: "../images/glyphicons-halflings.png";
  2. $iconWhiteSpritePath: "../images/glyphicons-halflings-white.png";
  3. @import 'sass-bootstrap/lib/bootstrap';
  4. .hero-unit {
  5. margin: 50px auto 0 auto;
  6. width: 300px;
  7. }
  8. .browsehappy {
  9. margin: 0.2em 0;
  10. background: #ccc;
  11. color: #000;
  12. padding: 0.2em 0;
  13. }