You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
460 B

  1. @import "bootstrap.less";
  2. /*
  3. @import "../bower_components/octicons/octicons/octicons.less";
  4. @octicons-font-path: "../bower_components/octicons/octicons/";*/
  5. @import "config";
  6. @import "global";
  7. @import "home";
  8. @import "pages";
  9. @import "transfersh-icons";
  10. // Hide twitter follow button
  11. .follow-button {
  12. display:none!important;
  13. opacity: 0;
  14. }
  15. .twitter-tweet {
  16. height: 205px;
  17. background: #fff;
  18. }
  19. #reviews {
  20. background: @dark-blue;
  21. padding: 130px 0
  22. }