Mini Shell

Direktori : /home/eymajans/www/deneme.eymajans.com/panel/assets/assets/sass/app-sass/pages/
Upload File :
Current File : /home/eymajans/www/deneme.eymajans.com/panel/assets/assets/sass/app-sass/pages/_profile.scss

.profile-cover{
	background: #fff;
	padding: 64px 16px;
}

.cover-user{
	display: block;
	width: 218px;
	margin: 0 auto;
	&>div{
		display: table-cell;
		vertical-align: middle;
	}
	.avatar{
		width: 90px;
		height: 90px;
		margin-right: 24px;
		margin-left: 24px;
	}
	.cover-icon{
		width: 40px;
		height: 40px;
		border-radius: 100%;
		border: 1px solid #ccc;
		display: block;
		text-align: center;
		line-height: 40px;
	}
}

#status-update-panel{
	.panel-body{
		padding: 0;
	}

	#status-update-content{
		display: block;
		width: 100%;
		height: 120px;
		padding: 16px;
		border: none;
		resize: none;
		box-shadow: none;
		outline: none;
	}
}

.stream-post{
	padding: 24px 16px;
	border-bottom: 1px solid #eee;
}
.stream-body{
	p{
		font-size: 16px;
		line-height: 1.8;
	}
}

.stream-img{
	max-width: 250px;
	height: auto;
	margin-right: 24px;
	border-radius: 6px;
	display: inline-block;
	float: left;
}

//= profile-photos-tab
#profile-photos {
	.gallery-item{
		padding: 0;
		border-radius: 0;
	}
	.gallery-item-overlay{
		position: absolute;
		bottom: -40px;
		left: 0;
		height: 40px;
		padding: 0 16px;
		width: 100%;
		color: #fff;
		opacity: 1;
		background-color: rgba(0,0,0,.7);
		transition: bottom .5s ease 0s;
		line-height: 40px;
		a{
			color: #fff;
			text-decoration: none;
		}
		.fa{
			display: inline-block;
			margin-right: 6px;
		}
	}
	.gallery-item:hover{
		.gallery-item-overlay {
			bottom: 0;
		}
	}
}

@media (max-width: 768px){
	#profile-photos	{
		.gallery-item-overlay{
			bottom: 0;
		}
	}
}
#likesModal{
	.list-group-item{
		margin: 0;
		padding: 6px 0;
		border: none;
		border-bottom: 1px solid #eee;
		&:first-child{
			padding-top: 0;
		}
		&:last-child{
			padding-bottom: 0;
			border-bottom: none;
		}
		.btn{
			min-width: 80px;
			padding: 4px 16px;
		}
	}
	.media-left,
	.media-body,
	.media-right{
		vertical-align: middle;
	}
}

//= profile-friends
#profile-friends{
	.user{
		padding: 16px;
	}
}