User profile layout (#2402)
This commit is contained in:
@@ -37,6 +37,22 @@ td {
|
||||
}
|
||||
|
||||
/* Profile */
|
||||
.avatar-xs {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.avatar-sm {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
.avatar-md {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
.avatar-lg {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
.box-profile {
|
||||
img.img-circle {
|
||||
width: 100px;
|
||||
|
||||
Reference in New Issue
Block a user