| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- ::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-primary {
- 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;
- background: #174B97 !important;
- border-color: #174B97 !important;
- }
- /* 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;
- }
- ::ng-deep .input-group {
- display: flex;
- flex-direction: column;
- padding-right: 50px;
- }
|