Add theme to modal forms #50

This commit is contained in:
Alireza Ahmadi
2023-03-16 15:30:32 +01:00
parent 24b718dca3
commit 98759e964c
11 changed files with 48 additions and 30 deletions

View File

@@ -23,28 +23,6 @@
:not(.ant-card-dark)>.ant-tabs-top-bar {
background: white;
}
.ant-card-dark .ant-collapse-content {
background-color: #001529;
}
.ant-card-dark .ant-list-item-meta-title,
.ant-card-dark .ant-list-item-meta-description,
.ant-card-dark .ant-form-item-label>label,
.ant-card-dark .ant-divider-inner-text,
.ant-card-dark .ant-collapse>.ant-collapse-item>.ant-collapse-header {
color: hsla(0,0%,100%,.65);
}
.ant-card-dark .ant-input,
.ant-card-dark .ant-select-selection {
background-color: #023366;
color: hsla(0,0%,100%,.65);
}
.ant-card-dark .ant-collapse-item {
background-color: black;
}
</style>
<body>
<a-layout id="app" v-cloak>