kubrick/.storybook/preview.scss
2024-11-17 23:43:37 +07:00

17 lines
397 B
SCSS

@use "../packages/kubrick-dev/scss/preview";
/* stylelint-disable-next-line selector-class-pattern */
.__wp-core-body__ {
min-width: 600px;
}
// TODO: Remove this once there's a more reliable way to not affect the Storybook styles.
.docblock-argstable-body {
input[type="checkbox"]:checked::before {
display: none;
}
input[type="checkbox"], input[type="radio"] {
box-shadow: none;
}
}