mirror of
https://gh.wpcy.net/https://github.com/syntatis/kubrick.git
synced 2026-04-24 21:32:44 +08:00
17 lines
397 B
SCSS
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;
|
|
}
|
|
}
|