46 lines
754 B
CSS
46 lines
754 B
CSS
.profile .info {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.profile .info ul li,
|
|
.profile .info .picture {
|
|
border-bottom: 1px solid var(--bs-border-color-translucent);
|
|
}
|
|
|
|
.profile .info .picture {
|
|
text-align: center;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.profile .info .picture .profile-content {
|
|
max-width: 150px;
|
|
margin: auto;
|
|
text-align: center;
|
|
position: relative;
|
|
}
|
|
|
|
.profile .info .picture .profile-content .edit {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
}
|
|
|
|
.profile .info ul {
|
|
list-style: none;
|
|
padding: 0px;
|
|
}
|
|
|
|
.profile .info ul li {
|
|
flex-wrap: wrap;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 5px;
|
|
}
|
|
|
|
.profile .info ul li h6 {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.profile .table img{
|
|
width: 70px;
|
|
} |