Files
FixIt/assets/scss/content/shortcodes/_echarts.scss
T
Cell 20c0997cc5 fix(assets): restructure SCSS pages directory and fix positioning issues
- Restructure SCSS pages directory and rename shared to content
- Ensure hr overflow visible for awesome-hr icon
- Restore position relative on .page for absolute children
2026-07-16 00:13:35 +08:00

10 lines
136 B
SCSS

@use "core/mixins" as *;
.single .echarts {
text-align: center;
&:not([_echarts_instance_])::before {
@include loading;
}
}