app/assets/stylesheets/thredded/components/_topics.scss in thredded-0.13.5 vs app/assets/stylesheets/thredded/components/_topics.scss in thredded-0.13.6

- old
+ new

@@ -170,5 +170,17 @@ .thredded--new-private-topic-form { @media print { display: none; } } + +.thredded--topic-locked { + .thredded--topics--posts-count { + color: $thredded-badge-locked-color; + background-color: $thredded-badge-locked-background; + } +} + +.thredded--topic--locked-notice { + @extend %thredded--alert; + @extend %thredded--alert--warning; +}