Add spoiler html

This commit is contained in:
cuom1999 2021-10-09 23:20:20 -05:00
parent 2a7203baa6
commit 8a74d26c36

View file

@ -516,3 +516,10 @@ ul.select2-selection__rendered {
} }
} }
} }
details {
border: 1px solid $border_gray;
background: $background_light_gray;
padding: 5px 10px;
border-radius: 4px;
}