aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css/collapsibles.css
blob: 7b76d8d5bab6f386f608f8523683b0816097920b (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;
}