1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-02-01 06:28:06 +08:00
1Panel/frontend/src/styles/index.scss
wangdan-fit2cloud 0d084861e0
feat: 概览兼容移动端 (#1109)
#### What this PR does / why we need it?

#### Summary of your change

#### Please indicate you've done the following:

- [ ] Made sure tests are passing and test coverage is added if needed.
- [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/).
- [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
2023-05-23 05:51:43 +00:00

8 lines
201 B
SCSS

@use 'fit2cloud-ui-plus/src/styles/index.scss' as *;
@use './element.scss';
@use './element-dark.scss';
@use './moblie.scss';
@use './reset.scss';
@use './var.scss';
@use 'md-editor-v3/lib/style.css';