﻿/* Custom styles for Swagger UI authorization dialog */
.swagger-ui .modal-ux .modal-dialog-ux {
	height: 90vh !important;
	max-height: 1040px;
	overflow-y: auto;
}

.swagger-ui .dialog-ux .modal-ux-content {
	max-height: 100%;
}

/* Custom style for description text */
.description .renderedMarkdown p {
	font-size: 20px;
}