Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

main.less 478 B

9 år sedan
12345678910111213141516171819202122232425262728293031
  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. }