Add linked suggestions with synced voting
This commit is contained in:
@@ -29,3 +29,11 @@
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#admin-linker select {
|
||||
width: 100%;
|
||||
padding: 8px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #e3d4bd;
|
||||
background: #fffaf3;
|
||||
}
|
||||
|
||||
@@ -99,6 +99,11 @@ button .chip {
|
||||
width: 30px;
|
||||
font-size: 18px;
|
||||
}
|
||||
.chip.link-chip {
|
||||
background: #d7e7ff;
|
||||
border: 1px solid #b9d1ff;
|
||||
color: #1b3d75;
|
||||
}
|
||||
.chip.danger-chip {
|
||||
background: #e0564f;
|
||||
border: 1px solid #c54740;
|
||||
|
||||
Reference in New Issue
Block a user