| @@ -1 +1,19 @@ | ||
| 1 | -.wp-block-cgb-block-wordpress{background:#ff4500;border:0.2rem solid #292929;color:#292929;margin:0 auto;max-width:740px;padding:2rem} | |
| 1 | +/** | |
| 2 | + * #.# Common SCSS | |
| 3 | + * | |
| 4 | + * Can include things like variables and mixins | |
| 5 | + * that are used across the project. | |
| 6 | +*/ | |
| 7 | +/** | |
| 8 | + * #.# Styles | |
| 9 | + * | |
| 10 | + * CSS for both Frontend+Backend. | |
| 11 | + */ | |
| 12 | +.wp-block-cgb-block-wordpress { | |
| 13 | + background: orangered; | |
| 14 | + border: 0.2rem solid rgb(41, 41, 41); | |
| 15 | + color: rgb(41, 41, 41); | |
| 16 | + margin: 0 auto; | |
| 17 | + max-width: 740px; | |
| 18 | + padding: 2rem; | |
| 19 | +} | |