unit.component.scss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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-primary {
  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. background: #174B97 !important;
  25. border-color: #174B97 !important;
  26. }
  27. /* Add space to the right of every button except the last one */
  28. ::ng-deep .button-row .p-button:not(:last-child) {
  29. margin-right: 1rem;
  30. }
  31. ::ng-deep .interval-alert {
  32. margin: 5px !important;
  33. }
  34. ::ng-deep .input-group {
  35. display: flex;
  36. flex-direction: column;
  37. padding-right: 50px;
  38. }