UX: reviving old topic popup should not have red warning background

This commit is contained in:
Arpit Jalan
2015-11-25 16:31:17 +05:30
parent 2eba00a326
commit 3eb0288adb
2 changed files with 5 additions and 1 deletions

View File

@@ -29,6 +29,10 @@
background: dark-light-diff($danger, $secondary, 50%, -40%);
}
&.old-topic {
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
}
h3 {
margin-bottom: 10px;
}