mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-13 21:39:23 +00:00
Fix CSS
This commit is contained in:
13
core/static/user/user_group.scss
Normal file
13
core/static/user/user_group.scss
Normal file
@ -0,0 +1,13 @@
|
||||
#id_groups {
|
||||
margin: 0;
|
||||
|
||||
>li {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding-left: 30px;
|
||||
|
||||
>label {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user