Add style for skill types checkboxes
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user