You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
481 B
29 lines
481 B
2 years ago
|
.block_myprofile img.profilepicture {
|
||
|
height: 50px;
|
||
|
width: 50px;
|
||
|
}
|
||
|
|
||
|
.block_myprofile .myprofileitem.fullname {
|
||
|
font-size: 1.5em;
|
||
|
font-weight: bold;
|
||
|
margin-bottom: 0.5rem;
|
||
|
}
|
||
|
|
||
|
.block_myprofile .myprofileitem.edit {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.block_myprofile .content {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.block_myprofile .myprofileitem.picture img {
|
||
|
width: 50px;
|
||
|
height: 50px;
|
||
|
margin-right: 1rem;
|
||
|
}
|
||
|
|
||
|
.block_myprofile .myprofileitem span {
|
||
|
font-weight: bold;
|
||
|
}
|