mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
feat: user page with volunteerskills picking support
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user