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.
54 lines
643 B
Plaintext
54 lines
643 B
Plaintext
.groups {
|
|
> ul {
|
|
padding-left: 0;
|
|
|
|
> li {
|
|
list-style-type: none;
|
|
margin-bottom: 1em;
|
|
padding: 1em;
|
|
.zebra;
|
|
|
|
h2 {
|
|
margin-top: 0;
|
|
font-size: 26px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.members {
|
|
padding: 1em;
|
|
|
|
&.current_members {
|
|
li {
|
|
margin-right: 1em;
|
|
}
|
|
}
|
|
|
|
li {
|
|
display: inline-block;
|
|
border: 1px solid rgb(200, 200, 200);
|
|
|
|
img {
|
|
width: 32px;
|
|
}
|
|
|
|
span {
|
|
padding: 0 1em;
|
|
}
|
|
|
|
&:hover {
|
|
.pointer;
|
|
background: rgba(192, 192, 192, 0.2);
|
|
}
|
|
|
|
&.more {
|
|
width: 34px;
|
|
height: 34px;
|
|
vertical-align: top;
|
|
padding-top: 3px;
|
|
position: relative;
|
|
left: -4px;
|
|
}
|
|
}
|
|
}
|
|
} |