| 1234567891011121314151617181920212223242526272829303132333435363738 |
- ::ng-deep .p-accordion-header-link{
- background-color: #F2F2F2 !important;
- color: black !important;
- }
- ::ng-deep .p-accordion-content{
- background-color: white !important;
- color: black !important;
- }
- ::ng-deep .p-button {
- background: #174B97 !important;
- border-color: #174B97 !important;
- }
- ::ng-deep .top-button {
- width: 220px !important;
- }
- ::ng-deep .p-calendar .p-datepicker-trigger {
- color: white !important;
- }
- /* Round only the right side of the calendar button */
- ::ng-deep .p-calendar .p-datepicker-trigger {
- border-top-right-radius: 6px;
- border-bottom-right-radius: 6px;
- border-left: none;
- }
- /* Add space to the right of every button except the last one */
- ::ng-deep .button-row .p-button:not(:last-child) {
- margin-right: 1rem;
- }
- ::ng-deep .interval-alert {
- margin: 5px !important;
- }
|