mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed email styles leaking from labs flag
Refs https://github.com/TryGhost/Team/issues/2845
This commit is contained in:
parent
92663ea731
commit
47750f3d23
1 changed files with 3 additions and 3 deletions
|
@ -779,7 +779,7 @@ a[data-flickr-embed] img {
|
|||
}
|
||||
|
||||
.kg-audio-thumbnail.placeholder {
|
||||
background: {{accentColor}} !important;
|
||||
background-color: {{accentColor}} !important;
|
||||
}
|
||||
|
||||
.kg-callout-card {
|
||||
|
@ -1043,11 +1043,11 @@ a[data-flickr-embed] img {
|
|||
vertical-align: middle;
|
||||
text-align: center;
|
||||
border-radius: 2px;
|
||||
background: #F7F7F7;
|
||||
background-color: {{accentColor}} !important;
|
||||
}
|
||||
.kg-twitter-card {
|
||||
width: auto;
|
||||
width: 100%
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
border-radius: 12px;
|
||||
border: 1px solid #e5eff5;
|
||||
|
|
Loading…
Add table
Reference in a new issue