mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 09:53:43 +08:00
FIX: move whisper styling to common
This commit is contained in:
parent
4252a2ee1e
commit
1e739e8c96
|
@ -317,3 +317,12 @@ table.md-table {
|
||||||
|
|
||||||
clear: both;
|
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 {
|
#share-link {
|
||||||
width: 365px;
|
width: 365px;
|
||||||
margin-left: -4px;
|
margin-left: -4px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user