Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

63 řádky
998 B

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