aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css/collapsibles.css
blob: 8fdd1f12eb240e5ebcd97bce0bfd0ed025bb392e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.collapsible {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
}

.collapsible-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}