@import 'all-fonts';
@import 'upload-font';

.ct-custom-fonts-modal {

	p {
		margin-bottom: 0;
		padding-bottom: 20px;
		border-bottom: 1px dashed #eee;
	}

	ul {
		margin: 0;

		li {
			display: flex;
			align-items: center;
			position: relative;
			margin: 0;
			padding: 20px 0;
			border-top: 1px dashed #eee;
		}
	}

	.ct-modal-scroll {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.ct-notification {
		padding-top: 0;
	}

	p code {
		background: rgba(0, 0, 0, 0.05);
	}
}