This commit is contained in:
Julien Constant
2023-03-03 12:44:09 +01:00
parent 1ffa65b3a4
commit f9d5585525
7 changed files with 146 additions and 143 deletions

View File

@ -0,0 +1,13 @@
#id_groups {
margin: 0;
>li {
list-style-type: none;
margin: 0;
padding-left: 30px;
>label {
cursor: pointer;
}
}
}