fixing the broken groups page
This commit is contained in:
parent
ff4dcb8520
commit
f353df97e3
|
@ -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 New Issue