You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
179 B

  1. .collapsed {
  2. max-height: 15em;
  3. overflow-y: hidden;
  4. }
  5. .category > .showMore {
  6. display: none;
  7. }
  8. .category.open > .showMore.active {
  9. display: block;
  10. background: #efefef;
  11. }