bartik.css in Gutenberg 8
Same filename and directory in other branches
/** * Don't edit this file. Find all style at ./sass folder. **/ /** * Some default styles for default theme: Bartik */ .gutenberg__editor .edit-post-visual-editor { font-family: Georgia, 'Times New Roman', Times, serif; } .gutenberg__editor .edit-post-visual-editor [data-type="core/paragraph"] { font-size: 15px; } .wp-block-embed-youtube iframe { width: 100%; } /*# sourceMappingURL=bartik.css.map */
File
css/bartik.cssView source
- /**
- * Don't edit this file. Find all style at ./sass folder.
- **/
- /**
- * Some default styles for default theme: Bartik
- */
- .gutenberg__editor .edit-post-visual-editor {
- font-family: Georgia, 'Times New Roman', Times, serif;
- }
-
- .gutenberg__editor .edit-post-visual-editor [data-type="core/paragraph"] {
- font-size: 15px;
- }
-
- .wp-block-embed-youtube iframe {
- width: 100%;
- }
-
- /*# sourceMappingURL=bartik.css.map */