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.

68 lines
1.0 KiB

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