pdf.css 701 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .title-container{
  2. margin-bottom: 20px;
  3. }
  4. .table-tittle{
  5. border-bottom: 1px solid #001529;
  6. text-align: center;
  7. margin-left: auto;
  8. margin-right: auto;
  9. width: 80%;
  10. }
  11. .tittle{
  12. font-size: 30px;
  13. font-weight: bold;
  14. margin-bottom: 5px;
  15. }
  16. .info-container{
  17. margin-left: auto;
  18. margin-right: auto;
  19. margin-bottom: 20px;
  20. width: 80%;
  21. }
  22. .info-table{
  23. width: 100%;
  24. }
  25. .proyecto-etapa{
  26. font-weight: bold;
  27. font-size: 25px;
  28. }
  29. .actividad-usuario{
  30. font-size: 20px;
  31. }
  32. .task-table{
  33. border: 1px solid black;
  34. border-collapse: collapse;
  35. }
  36. .task-table th{
  37. background-color: #1677ff;
  38. border: 1px solid #001529;
  39. color: white;
  40. }
  41. .task-table td{
  42. border: 1px solid #001529;
  43. margin: 5px;
  44. padding: 5px;
  45. }