Skip to content

Commit

Permalink
Styles for embed placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnONolan committed Jul 31, 2014
1 parent 61a6d94 commit 52fa7b6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions core/client/assets/sass/layouts/editor.scss
Expand Up @@ -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
Expand Down

0 comments on commit 52fa7b6

Please sign in to comment.