Refactor: Move server implementation to SimpleIdp.Server subfolder

This commit is contained in:
Marek Lesko
2026-06-11 13:19:24 +02:00
parent 59a46e8a1f
commit cccfb45bd5
99 changed files with 29 additions and 20 deletions
@@ -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;
}