AdminLTE/build/less/profile.less

32 lines
444 B
Plaintext
Raw Normal View History

2015-08-16 01:47:49 +00:00
/*
* Page: Profile
* -------------
*/
.profile-user-img {
margin: 0 auto;
2015-08-16 19:51:13 +00:00
width: 100px;
padding: 3px;
border: 3px solid @gray;
2015-08-16 01:47:49 +00:00
}
2015-09-19 18:05:54 +00:00
2015-08-16 01:47:49 +00:00
.profile-username {
2015-08-16 19:51:13 +00:00
font-size: 21px;
2015-08-16 01:47:49 +00:00
margin-top: 5px;
2015-08-16 19:51:13 +00:00
}
2015-09-19 18:05:54 +00:00
2015-08-16 19:51:13 +00:00
.post {
border-bottom: 1px solid @gray;
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;
}
2015-08-17 05:39:25 +00:00
}