Contains the Concourse pipeline definition for building a line-server container
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.

57 lines
902 B

  1. #dropzone {
  2. width: 400px;
  3. margin-left: auto;
  4. margin-right: auto;
  5. }
  6. #choices {
  7. padding-bottom: 20px;
  8. }
  9. div.dz-default {
  10. border: 2px dashed #C9C9C9;
  11. color: #C9C9C9;
  12. font: 14px "helvetica neue",helvetica,arial,sans-serif;
  13. background-color: #FAFBFC;
  14. padding-top: 60px;
  15. padding-bottom: 60px;
  16. text-align: center;
  17. }
  18. div.dz-default:hover {
  19. background-color: #eff4f8;
  20. }
  21. div.upload {
  22. background-color: #E2E2E2;
  23. border: 1px solid #C9C9C9;
  24. margin-bottom: 5px;
  25. padding: 5px;
  26. }
  27. .upload {
  28. font-size: 12px;
  29. }
  30. .upload a {
  31. font-size: 12px;
  32. text-decoration: none;
  33. border-bottom: 1px dotted #556A7F;
  34. font-weight: 600;
  35. color: #556A7F;
  36. }
  37. .upload a:hover {
  38. border-bottom: 1px dotted #556A7F;
  39. color: #556A7F;
  40. }
  41. .upload .right {
  42. float: right;
  43. padding-left: 5px;
  44. }
  45. .cancel {
  46. margin-right: 5px;
  47. font-size: 10px;
  48. border-bottom: 1px dotted #556A7F;
  49. }