Add style for skill types checkboxes

This commit is contained in:
Vlyan
2021-01-04 16:44:04 +01:00
parent 0bcfb699c0
commit f61a95e6fc
5 changed files with 18 additions and 142 deletions

File diff suppressed because one or more lines are too long

View File

@@ -29,4 +29,19 @@
border-radius: 1rem;
text-align: center;
}
.checklist label {
font-size: 0.85rem;
flex: 0 0 auto;
margin: 0 0.25rem 0.25rem;
padding: 0 0.5rem;
color: #5a6e5a;
background: rgba(255, 255, 255, 0.5);
border: 1px solid #5a6e5a;
border-radius: 1rem;
}
.checklist input {
margin: 0.25rem 0 0 0;
height: 0.65rem;
width: 0.65rem;
}
}