healthchecks_healthchecks/static/css/group_form.css
Pēteris Caune 37caa94ff5
Improve channel rendering in the group form
* Use the custom-styled checkbox
* Use PNG instead of icon font for channel kind logos
* Show channel's description the same way as in the channels list
  (using a reusable template, templates/front/channel_description.html)
2023-10-12 14:37:00 +03:00

27 lines
No EOL
470 B
CSS

#channel-choices label {
display: block;
padding: 12px 12px 12px 32px;
margin: 0;
font-weight: normal;
display: flex;
gap: 12px;
cursor: pointer;
user-select: none;
}
#channel-choices label:nth-child(n + 2) {
border-top: 1px solid var(--border-color);
}
#channel-choices .checkmark {
top: 20px;
}
#channel-choices img {
max-height: 40px;
}
#channel-choices .channel-details-mini {
font-size: 11.7px;
color: #888;
}