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.
 
 
 

31 regels
478 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 "dropzone";
  10. @import "transfersh-icons";
  11. // Hide twitter follow button
  12. .follow-button {
  13. display:none!important;
  14. opacity: 0;
  15. }
  16. .twitter-tweet {
  17. height: 205px;
  18. background: #fff;
  19. }
  20. #reviews {
  21. background: @dark-blue;
  22. padding: 130px 0
  23. }