mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
Styles for embed placeholders
This commit is contained in:
parent
61a6d948b6
commit
52fa7b6a10
@ -387,6 +387,18 @@
|
||||
|
||||
}
|
||||
|
||||
// Placeholder objects for <script> & <iframe>
|
||||
.js-embed-placeholder,
|
||||
.iframe-embed-placeholder {
|
||||
background: #f9f9f9;
|
||||
border: none;
|
||||
padding: 100px 20px;
|
||||
font-family: $font-family;
|
||||
font-weight: bold;
|
||||
font-size: 1.6rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Zen Mode
|
||||
|
Loading…
Reference in New Issue
Block a user