// Styles used by the visual editor in the admin area @import "shared"; // Import base typography into the cascade (if required) @import "libs/typography"; // Import form styles into the cascade (if required) @import "libs/forms"; // The main styles file @import "partials/base"; // These styles are exclusive to the editor stylesheet html { background: $content-clr; width: auto; height: auto; } body { background: transparent; margin: em-calc($gutter-w / 2); width: auto; height: auto; } .btn { cursor: default; }