You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
294B

  1. /* Prismatic - TinyMCE Button Styles */
  2. i.mce-i-code {
  3. font: 400 20px/1 dashicons;
  4. padding: 0;
  5. vertical-align: top;
  6. speak: none;
  7. -webkit-font-smoothing: antialiased;
  8. -moz-osx-font-smoothing: grayscale;
  9. margin-left: -2px;
  10. padding-right: 2px;
  11. }
  12. i.mce-i-code:before { content: '\f475'; }