Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

101 linhas
1.5 KiB

  1. #home {
  2. text-align: center;
  3. h2 {
  4. font-size: 40px;
  5. }
  6. @media (min-width: @screen-sm-min) {
  7. padding: 50px;
  8. h2 {
  9. font-size: 60px;
  10. margin-top: -10px;
  11. margin-bottom: 45px;
  12. }
  13. }
  14. }
  15. #from-terminal,
  16. #from-web {
  17. .make-md-column(6);
  18. h3 {
  19. font-size: 30px;
  20. }
  21. }
  22. #web {
  23. .transition(all @animation-duration ease);
  24. border: 1px dashed @blue;
  25. padding-top: 10px;
  26. i {
  27. font-size: 160px;
  28. color: @blue;
  29. }
  30. p.click {
  31. margin-top: -66px;
  32. font-size: 18px;
  33. }
  34. border-radius: 5px;
  35. .btn-cta {
  36. padding: 5px 10px;
  37. font-size: 14px;
  38. }
  39. }
  40. #web, #terminal {
  41. min-height: 150px;
  42. @media (min-width: @screen-sm-min) {
  43. min-height: 270px;
  44. }
  45. }
  46. #web .uploading {
  47. i {
  48. .transition(font @animation-duration ease);
  49. font-size: 40px;
  50. }
  51. p.click {
  52. margin-top: -10px;
  53. font-size: 14px;
  54. }
  55. }
  56. .dragged {
  57. background: @light-gray;
  58. }
  59. #terminal {
  60. padding: 10px;
  61. text-align: left;
  62. color: #fff;
  63. background: @dark-blue;
  64. background: url(../images/terminal.svg);
  65. background-repeat: no-repeat;
  66. background-size: 100% auto;
  67. font-family: @font-family-mono;
  68. font-size: 11px;
  69. @media (min-width: @screen-sm-min) {
  70. padding: 30px 20px;
  71. }
  72. }
  73. .progress {
  74. max-width: 80%;
  75. margin: 0 auto;
  76. }
  77. .all-files {
  78. display: none;
  79. }
  80. .all-files .show {
  81. display:block;
  82. }