feat: user page with volunteerskills picking support

This commit is contained in:
2025-06-02 06:50:21 +02:00
parent 9de5c85120
commit ae0fab301a
11 changed files with 522 additions and 31 deletions

View File

@@ -67,3 +67,26 @@ body {
opacity: 1;
padding-left: 10px;
}
.selected-skills div {
padding: 5px 10px;
margin: 5px;
display: inline-block;
color: white;
border-radius: 5px;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
cursor: pointer;
font-size: 16px;
}
.selected-skills div button {
margin-left: 10px;
color: red;
border: none;
background: none;
cursor: pointer;
}
.skill-dropdown {
display: block;
}