@import '../../../../theme';

.view-only-modal {
	.navigation-tabs {
		border-bottom: 0.1rem solid $aeap-color-light-bluish-grey;
		border-top: 0.1rem solid $aeap-color-light-bluish-grey;
		padding: 1.6rem 2.4rem 0;
	}
}

section.content {
	padding: 0 2.4rem;

	ag-grid-angular {
		height: 60rem;
		::ng-deep {
			.ag-root-wrapper {
				border-top: 0;
			}

			.ag-row .ag-cell {
				align-items: center;
				display: flex;
			}
		}
	}
}

.modal-actions {
	padding: 2.4rem;
}
