@import '../../../../theme/color';

.share-modal {
	.share-modal-wrapper {
		.header {
			border-bottom: 0.1rem solid $aeap-color-light-grayish-blue;
			.header-text {
				color: $aeap-color-navy;
			}

			.icon-container {
				color: $aeap-toolbar-icon-active-color;
			}
		}

		.modal-body {
			.subject-content {
				.subject-text {
					border: 0.1rem solid $aeap-color-silver;
					.input {
						border: 0;
						outline: none;
					}
				}
			}
		}
	}
}
