Javier Rodriguez

Menu

01 Fallback Gutenberg Resets (FBG)

FRAMEWORK 2024-06-24

/*---------------------------------------------------------------------------
02-01 Fallback Gutenberg Resets (FBG) FRAMEWORK 2024-05-05
---------------------------------------------------------------------------*/

/*  General Block Resets */
:where(.wp-block-group.has-background) { padding: unset; }
:where(.wp-block-columns.has-background) { padding: unset; }
:where(.wp-block-columns.is-layout-flex), :where(.is-layout-flex) { gap: unset; }
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {  margin-left: unset;  margin-right: unset; }

/*  Buttons Block
-----------------------------------------------*/
.wp-block-buttons-is-layout-flex { display: flex; gap: 1rem; }

/*  Image Block
-----------------------------------------------*/
.wp-block-image { margin: 0; }

/*  File  Block
-----------------------------------------------*/
.wp-block-file { margin-bottom: 1.5em; display: grid; text-align: center; }
.wp-block-file .wp-block-file__button { background: unset; border-radius: unset; color: unset; font-size: unset; padding: unset; }