AdminLTE/build/less/profile.less

32 lines
444 B
Plaintext
Raw Normal View History

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