SIH2024 / static /details.module.css
Neurolingua's picture
Upload 77 files
04f3c79 verified
raw
history blame contribute delete
127 Bytes
/**
* @file
* Collapsible details.
*
* @see collapse.js
*/
.js details:not([open]) .details-wrapper {
display: none;
}