mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-10 00:03:24 +00:00
4830c3ea2d
--------- Co-authored-by: Thomas Girod <thgirod@hotmail.com> Co-authored-by: Théo DURR <git@theodurr.fr>
12 lines
134 B
SCSS
12 lines
134 B
SCSS
#id_groups {
|
|
margin: 0;
|
|
|
|
>li {
|
|
list-style-type: none;
|
|
padding-left: 20px;
|
|
|
|
>label {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
} |