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.
42 lines
481 B
SCSS
42 lines
481 B
SCSS
10 years ago
|
.group {
|
||
9 years ago
|
[component="groups/members"] {
|
||
10 years ago
|
padding: 0;
|
||
9 years ago
|
tbody {
|
||
|
max-height: 500px;
|
||
|
display: block;
|
||
|
overflow-y: auto;
|
||
|
.member-name {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
10 years ago
|
}
|
||
8 years ago
|
|
||
|
#group-icon {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.groups {
|
||
|
#group-search {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.groups-list {
|
||
|
p {
|
||
|
margin: 0;
|
||
|
}
|
||
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
|
}
|