mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-10 22:14:35 -04:00
FIX: move whisper styling to common
This commit is contained in:
parent
4252a2ee1e
commit
1e739e8c96
2 changed files with 9 additions and 9 deletions
app/assets/stylesheets
|
@ -317,3 +317,12 @@ table.md-table {
|
|||
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.whisper {
|
||||
.topic-body {
|
||||
.cooked {
|
||||
font-style: italic;
|
||||
color: dark-light-diff($primary, $secondary, 55%, -40%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -582,15 +582,6 @@ a.mention {
|
|||
}
|
||||
}
|
||||
|
||||
.whisper {
|
||||
.topic-body {
|
||||
.cooked {
|
||||
font-style: italic;
|
||||
color: dark-light-diff($primary, $secondary, 55%, -40%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#share-link {
|
||||
width: 365px;
|
||||
margin-left: -4px;
|
||||
|
|
Loading…
Add table
Reference in a new issue