mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-01 07:35:17 +00:00
13 lines
149 B
SCSS
13 lines
149 B
SCSS
#id_groups {
|
|
margin: 0;
|
|
|
|
>li {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding-left: 30px;
|
|
|
|
>label {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
} |