Adds skills and how to add them to the sheet

This commit is contained in:
mstein
2022-06-09 23:50:19 +02:00
parent 403109921c
commit 0f06d4020b
16 changed files with 478 additions and 162 deletions
+12 -4
View File
@@ -42,16 +42,24 @@
}
td {
padding: 0 0.5rem 0 0.5rem;
&.center {
text-align: center;
}
&.padding {
padding: 0 1rem 0 1rem;
}
}
input.skill {
width: 5rem;
}
.new-skill {
font-style: italic;
background: rgba(0, 0, 0, 0.3);
color:rgba(255, 255, 255);
button {
background: rgba(255, 255, 255, 0.5);
}
}
}