/** * #.# Common SCSS * * Can include things like variables and mixins * that are used across the project. */ /** * #.# Styles * * CSS for both Frontend+Backend. */ .wp-block-cgb-block-wordpress { background: orangered; border: 0.2rem solid rgb(41, 41, 41); color: rgb(41, 41, 41); margin: 0 auto; max-width: 740px; padding: 2rem; }