Built files from Bizgaze WebServer
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.

frappe-gantt-custom.css 437B

1234567891011121314151617181920212223242526272829
  1. .gantt-container {
  2. width: auto;
  3. margin: 10px auto;
  4. }
  5. .chart-controls {
  6. text-align: center;
  7. }
  8. .chart-controls > p {
  9. font-size: 1.2rem;
  10. font-weight: 500;
  11. }
  12. .chart-label {
  13. font-size: 1.5rem;
  14. text-align: center;
  15. font-weight: 500;
  16. }
  17. .gantt-container .popup-wrapper {
  18. width: 300px;
  19. padding: 0 5px;
  20. }
  21. /*.popup-wrapper {
  22. border: 1px solid black;
  23. background-color: #F4F5F6;
  24. }*/