Feat:app list dark mode (#16110)
parent
6f6ba2f025
commit
7d620ffd5e
@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
.commonIcon {
|
|
||||||
@apply w-4 h-4 inline-block align-middle;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center center;
|
|
||||||
background-size: contain;
|
|
||||||
}
|
|
||||||
.actionIcon {
|
|
||||||
@apply bg-gray-500;
|
|
||||||
mask-image: url(~@/assets/action.svg);
|
|
||||||
}
|
|
||||||
.actionItem {
|
|
||||||
@apply h-8 py-[6px] px-3 mx-1 flex items-center gap-2 hover:bg-gray-100 rounded-lg cursor-pointer;
|
|
||||||
width: calc(100% - 0.5rem);
|
|
||||||
}
|
|
||||||
.deleteActionItem {
|
|
||||||
@apply hover:bg-red-50 !important;
|
|
||||||
}
|
|
||||||
.actionName {
|
|
||||||
@apply text-gray-700 text-sm;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* .completionPic {
|
|
||||||
background-image: url(~@/app/components/app-sidebar/completion.png)
|
|
||||||
}
|
|
||||||
|
|
||||||
.expertPic {
|
|
||||||
background-image: url(~@/app/components/app-sidebar/expert.png)
|
|
||||||
} */
|
|
||||||
@ -1,36 +0,0 @@
|
|||||||
.modal {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal .close {
|
|
||||||
position: absolute;
|
|
||||||
right: 16px;
|
|
||||||
top: 25px;
|
|
||||||
width: 32px;
|
|
||||||
height: 32px;
|
|
||||||
border-radius: 8px;
|
|
||||||
background: center no-repeat url(~@/app/components/datasets/create/assets/close.svg);
|
|
||||||
background-size: 16px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal .title {
|
|
||||||
@apply mb-9;
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 20px;
|
|
||||||
line-height: 30px;
|
|
||||||
color: #101828;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal .content {
|
|
||||||
@apply mb-9;
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 20px;
|
|
||||||
color: #101828;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subTitle {
|
|
||||||
margin-bottom: 8px;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
.bg {
|
|
||||||
background: linear-gradient(180deg, rgba(247, 144, 9, 0.05) 0%, rgba(247, 144, 9, 0.00) 24.41%), #F9FAFB;
|
|
||||||
}
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
.bg {
|
|
||||||
background: linear-gradient(180deg, rgba(247, 144, 9, 0.05) 0%, rgba(247, 144, 9, 0.00) 24.41%), #F9FAFB;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue