mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-01 11:58:04 +00:00
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;
|
||
|
}
|
||
|
}
|
||
|
}
|