Geen omschrijving

styles.scss 596B

123456789101112131415161718192021222324
  1. @import './lib/base-styles';
  2. @import './lib/wordpress-interface';
  3. // In order to use mix-blend-mode, this element needs to have an explicitly set background-color
  4. // We scope it to .wp-toolbar to be wp-admin only, to prevent bleed into other implementations
  5. html.wp-toolbar {
  6. background: $white;
  7. }
  8. .jp-search-configure-sidebar .components-button.interface-complementary-area__pin-unpin-item {
  9. display: none;
  10. }
  11. // Customberg is an inappropriate place to show a wp-admin notice.
  12. #wpbody-content > .notice {
  13. display: none;
  14. }
  15. #wpfooter {
  16. display: none;
  17. }
  18. @include wordpress-admin-schemes();