mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
fixing the broken groups page
This commit is contained in:
parent
ff4dcb8520
commit
f353df97e3
1 changed files with 6 additions and 10 deletions
|
@ -189,16 +189,12 @@
|
|||
overflow: hidden;
|
||||
color: $secondary;
|
||||
|
||||
&.group {
|
||||
|
||||
|
||||
width: 75%;
|
||||
float: right;
|
||||
margin-top: 20px;
|
||||
.details {padding: 15px;}
|
||||
|
||||
|
||||
}
|
||||
&.group {
|
||||
width: 75%;
|
||||
float: right;
|
||||
margin-top: 20px;
|
||||
.details {padding: 15px;}
|
||||
}
|
||||
|
||||
.secondary {
|
||||
background: dark-light-diff($primary, $secondary, 90%, -65%);
|
||||
|
|
Loading…
Reference in a new issue