You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
198 B
SCSS
17 lines
198 B
SCSS
8 years ago
|
.groups {
|
||
|
.groups-list {
|
||
5 years ago
|
td {
|
||
|
max-width: 350px;
|
||
|
}
|
||
5 years ago
|
}
|
||
8 years ago
|
}
|
||
5 years ago
|
|
||
|
.page-admin-groups {
|
||
|
[component="category/list"] li {
|
||
|
cursor: pointer;
|
||
|
}
|
||
3 years ago
|
|
||
|
#group-icon-preview.fa-nbb-none {
|
||
|
display: none;
|
||
|
}
|
||
5 years ago
|
}
|