unit.component.scss 853 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ::ng-deep .p-accordion-header-link{
  2. background-color: #F2F2F2 !important;
  3. color: black !important;
  4. }
  5. ::ng-deep .p-accordion-content{
  6. background-color: white !important;
  7. color: black !important;
  8. }
  9. ::ng-deep .p-button {
  10. background: #174B97 !important;
  11. border-color: #174B97 !important;
  12. }
  13. ::ng-deep .top-button {
  14. width: 220px !important;
  15. }
  16. ::ng-deep .p-calendar .p-datepicker-trigger {
  17. color: white !important;
  18. }
  19. /* Round only the right side of the calendar button */
  20. ::ng-deep .p-calendar .p-datepicker-trigger {
  21. border-top-right-radius: 6px;
  22. border-bottom-right-radius: 6px;
  23. border-left: none;
  24. }
  25. /* Add space to the right of every button except the last one */
  26. ::ng-deep .button-row .p-button:not(:last-child) {
  27. margin-right: 1rem;
  28. }
  29. ::ng-deep .interval-alert {
  30. margin: 5px !important;
  31. }