mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
24 lines
235 B
SCSS
24 lines
235 B
SCSS
.group {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.group-nav, .group-outlet {
|
|
width: 100%;
|
|
}
|
|
|
|
table.group-members {
|
|
th {
|
|
text-align: center;
|
|
}
|
|
|
|
tr {
|
|
.user-info {
|
|
width: 130px;
|
|
}
|
|
|
|
td {
|
|
padding-left: 0.5em;
|
|
}
|
|
}
|
|
}
|