AdminLTE/build/scss/pages/_profile.scss

32 lines
454 B
SCSS
Raw Normal View History

2015-10-31 22:00:16 +01:00
/*
* Pages: Profile
* --------------
2015-10-31 22:00:16 +01:00
*/
.profile-user-img {
margin: 0 auto;
width: 100px;
padding: 3px;
2018-02-04 00:45:19 +01:00
border: 3px solid $gray-500;
2015-10-31 22:00:16 +01:00
}
.profile-username {
font-size: 21px;
margin-top: 5px;
}
.post {
2018-02-04 00:45:19 +01:00
border-bottom: 1px solid $gray-500;
2015-10-31 22:00:16 +01:00
margin-bottom: 15px;
padding-bottom: 15px;
color: #666;
&:last-of-type {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.user-block {
margin-bottom: 15px;
}
}