]> git.localhorst.tv Git - alttp.git/blob - resources/sass/form.scss
show placements on user profile
[alttp.git] / resources / sass / form.scss
1 .custom-check {
2         display: table;
3         width: auto;
4         > * {
5                 visibility: hidden;
6         }
7         &.checked > * {
8                 visibility: visible;
9         }
10 }