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.
 
 
 

104 linhas
1.6 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: 45px;
  10. margin-top: -10px;
  11. margin-bottom: 45px;
  12. }
  13. }
  14. .btn-home {
  15. margin: 50px 0 25px 0;
  16. }
  17. }
  18. #web, #terminal {
  19. word-wrap: break-word;
  20. .code-title {
  21. color: @red;
  22. }
  23. padding: 35px 0 0 10px;
  24. @media (min-width: @screen-sm-min) {
  25. padding: 50px 0 0 20px;
  26. }
  27. code {
  28. font-family: @font-family-mono;
  29. }
  30. font-family: @font-family-mono;
  31. font-size: 15px;
  32. text-align: left;
  33. color: #fff;
  34. }
  35. #web {
  36. margin-top: -2px;
  37. .border-bottom-radius (10px);
  38. padding-top: 0;
  39. padding-bottom: 50px;
  40. width: 100%;
  41. display: block;
  42. background: @dark-blue;
  43. .transition(all @animation-duration ease);
  44. .btn-cta {
  45. padding: 5px 10px;
  46. font-size: 14px;
  47. border-color: #fff;
  48. }
  49. .click {
  50. margin-top: -50px;
  51. color: #fff;
  52. }
  53. .queue {
  54. margin: 0;
  55. list-style: none;
  56. padding: 0;
  57. }
  58. a {
  59. color: #fff;
  60. }
  61. }
  62. #terminal {
  63. .border-top-radius (10px);
  64. // min-height: 150px;
  65. @media (min-width: @screen-sm-min) {
  66. //min-height: 350px;
  67. }
  68. }
  69. #web .uploading {
  70. }
  71. .dragged {
  72. background: @light-gray;
  73. }
  74. #terminal {
  75. background: url(../images/terminal.svg);
  76. background-repeat: no-repeat;
  77. background-size: cover;
  78. }
  79. .progress {
  80. max-width: 80%;
  81. margin: 0 auto;
  82. }
  83. .all-files {
  84. display: none;
  85. }
  86. .all-files .show {
  87. display: block;
  88. }