mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-05 12:44:22 +00:00
66 lines
1.4 KiB
CSS
66 lines
1.4 KiB
CSS
|
|
.index-page,
|
||
|
|
.clients-page,
|
||
|
|
.inbounds-page,
|
||
|
|
.xray-page,
|
||
|
|
.settings-page,
|
||
|
|
.nodes-page,
|
||
|
|
.api-docs-page {
|
||
|
|
--bg-page: #e6e8ec;
|
||
|
|
--bg-card: #ffffff;
|
||
|
|
min-height: 100vh;
|
||
|
|
background: var(--bg-page);
|
||
|
|
}
|
||
|
|
|
||
|
|
.index-page.is-dark,
|
||
|
|
.clients-page.is-dark,
|
||
|
|
.inbounds-page.is-dark,
|
||
|
|
.xray-page.is-dark,
|
||
|
|
.settings-page.is-dark,
|
||
|
|
.nodes-page.is-dark,
|
||
|
|
.api-docs-page.is-dark {
|
||
|
|
--bg-page: #1a1b1f;
|
||
|
|
--bg-card: #23252b;
|
||
|
|
}
|
||
|
|
|
||
|
|
.index-page.is-dark.is-ultra,
|
||
|
|
.clients-page.is-dark.is-ultra,
|
||
|
|
.inbounds-page.is-dark.is-ultra,
|
||
|
|
.xray-page.is-dark.is-ultra,
|
||
|
|
.settings-page.is-dark.is-ultra,
|
||
|
|
.nodes-page.is-dark.is-ultra,
|
||
|
|
.api-docs-page.is-dark.is-ultra {
|
||
|
|
--bg-page: #000;
|
||
|
|
--bg-card: #101013;
|
||
|
|
}
|
||
|
|
|
||
|
|
.index-page .ant-layout,
|
||
|
|
.index-page .ant-layout-content,
|
||
|
|
.clients-page .ant-layout,
|
||
|
|
.clients-page .ant-layout-content,
|
||
|
|
.inbounds-page .ant-layout,
|
||
|
|
.inbounds-page .ant-layout-content,
|
||
|
|
.xray-page .ant-layout,
|
||
|
|
.xray-page .ant-layout-content,
|
||
|
|
.settings-page .ant-layout,
|
||
|
|
.settings-page .ant-layout-content,
|
||
|
|
.nodes-page .ant-layout,
|
||
|
|
.nodes-page .ant-layout-content,
|
||
|
|
.api-docs-page .ant-layout,
|
||
|
|
.api-docs-page .ant-layout-content {
|
||
|
|
background: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
.index-page .content-shell,
|
||
|
|
.clients-page .content-shell,
|
||
|
|
.inbounds-page .content-shell,
|
||
|
|
.xray-page .content-shell,
|
||
|
|
.settings-page .content-shell,
|
||
|
|
.nodes-page .content-shell,
|
||
|
|
.api-docs-page .content-shell {
|
||
|
|
background: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
.loading-spacer {
|
||
|
|
min-height: calc(100vh - 120px);
|
||
|
|
}
|