add download sets and regroup access granting parts
This commit is contained in:
@@ -195,3 +195,19 @@ header .utils > * {
|
||||
}
|
||||
|
||||
.copy { font-size: small; }
|
||||
|
||||
label.radio {
|
||||
display: inline-block;
|
||||
margin-right: 1ex;
|
||||
margin-bottom: 1ex;
|
||||
padding: 0.5ex;
|
||||
border: 1pt solid;
|
||||
border-radius: 1ex;
|
||||
cursor: pointer;
|
||||
}
|
||||
label.radio:has(input:checked) {
|
||||
color: var(--link);
|
||||
}
|
||||
label.radio input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user