Initial commit
This commit is contained in:
46
wwwroot/styles/profile.css
Normal file
46
wwwroot/styles/profile.css
Normal file
@@ -0,0 +1,46 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user