You are here

edit.css in Gutenberg 8

Same filename and directory in other branches
  1. 8.2 modules/example_block/css/edit.css
/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
.wp-block-example-example-block .info {
  padding: 20px;
  border: solid 1px #ccc;
  background-color: #e0e0e0;
  font-family: monospace;
  position: absolute;
  right: -20px;
  bottom: -120px;
  width: 300px;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
}

/*# sourceMappingURL=edit.css.map */

File

modules/example_block/css/edit.css
View source
  1. /**
  2. * Don't edit this file. Find all style at ./sass folder.
  3. **/
  4. .wp-block-example-example-block .info {
  5. padding: 20px;
  6. border: solid 1px #ccc;
  7. background-color: #e0e0e0;
  8. font-family: monospace;
  9. position: absolute;
  10. right: -20px;
  11. bottom: -120px;
  12. width: 300px;
  13. box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.75);
  14. }
  15. /*# sourceMappingURL=edit.css.map */