style-rtl.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /**
  2. * Colors
  3. */
  4. /**
  5. * Breakpoints & Media Queries
  6. */
  7. /**
  8. * Often re-used variables
  9. */
  10. /**
  11. * Breakpoint mixins
  12. */
  13. /**
  14. * Long content fade mixin
  15. *
  16. * Creates a fading overlay to signify that the content is longer
  17. * than the space allows.
  18. */
  19. /**
  20. * Button states and focus styles
  21. */
  22. /**
  23. * Applies editor left position to the selector passed as argument
  24. */
  25. /**
  26. * Applies editor right position to the selector passed as argument
  27. */
  28. /**
  29. * Styles that are reused verbatim in a few places
  30. */
  31. /**
  32. * Allows users to opt-out of animations via OS-level preferences.
  33. */
  34. /**
  35. * Reset default styles for JavaScript UI based pages.
  36. * This is a WP-admin agnostic reset
  37. */
  38. /**
  39. * Reset the WP Admin page styles for Gutenberg-like pages.
  40. */
  41. .list-reusable-blocks-import-dropdown__content .components-popover__content {
  42. padding: 10px; }
  43. .list-reusable-blocks-import-form__label {
  44. display: block;
  45. margin-bottom: 10px; }
  46. .list-reusable-blocks-import-form__button {
  47. margin-top: 20px;
  48. float: left; }
  49. .list-reusable-blocks-import-form .components-notice__content {
  50. margin: 0; }
  51. .list-reusable-blocks__container {
  52. display: inline-flex;
  53. padding: 9px 0 4px;
  54. align-items: center;
  55. vertical-align: top; }