/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-bootstrap-blocks-row.alignfull > .row {
  margin-left: 0;
  margin-right: 0; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-bootstrap-blocks-grayrow {
  background: #F3F3F3; }
  .wp-bootstrap-blocks-grayrow.alignfull > .row {
    margin-left: 0;
    margin-right: 0; }
