@import '../../../theme/color';
@import '../../../theme/dimension';

.comment-box-container {
	.comment-box-wrapper {
		border: 0.1rem solid $aeap-color-light-grayish-blue;
		.text-comment {
			border-color: $aeap-color-white;
			outline: none;
			&:focus {
				border-color: $aeap-color-white;
				outline: none;
			}
		}
	}
}
