mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 07:18:57 +00:00
20c0997cc5
- 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
10 lines
136 B
SCSS
10 lines
136 B
SCSS
@use "core/mixins" as *;
|
|
|
|
.single .echarts {
|
|
text-align: center;
|
|
|
|
&:not([_echarts_instance_])::before {
|
|
@include loading;
|
|
}
|
|
}
|