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.
 
 
 

59 lines
893 B

  1. #home {
  2. text-align: center;
  3. .btn-cta {
  4. margin: 30px 0;
  5. }
  6. h2 {
  7. font-size: 65px;
  8. margin-top: -10px;
  9. margin-bottom: 45px;
  10. }
  11. padding: 50px;
  12. }
  13. #from-terminal,
  14. #from-web {
  15. .make-md-column(6);
  16. h3 {
  17. font-size: 30px;
  18. }
  19. }
  20. #web {
  21. border: 1px dashed @blue;
  22. padding-top: 10px;
  23. i {
  24. font-size: 160px;
  25. color: @blue;
  26. }
  27. p.click {
  28. margin-top: -66px;
  29. font-size: 18px;
  30. }
  31. border-radius: 5px;
  32. }
  33. #web, #terminal {
  34. min-height: 250px;
  35. }
  36. #terminal {
  37. padding: 40px 20px;
  38. text-align: left;
  39. color: #fff;
  40. background: @dark-blue;
  41. background: url(../images/terminal.svg);
  42. background-repeat: no-repeat;
  43. background-size: 100% auto;
  44. font-family: @font-family-mono;
  45. font-size: 11px;
  46. }
  47. .progress {
  48. max-width: 80%;
  49. margin: 0 auto;
  50. }