better JS-CSS

This commit is contained in:
Alireza Ahmadi
2023-05-15 14:57:40 +02:00
parent aa74f05c52
commit 14270caa16
4 changed files with 107 additions and 88 deletions

View File

@@ -142,6 +142,11 @@
transform: translateY(-30px)
}
.ant-list-item-meta-title {
font-weight: bold;
font-size: 16px;
}
.ant-progress-inner {
background-color: #EBEEF5;
}
@@ -183,6 +188,18 @@
box-shadow: 0 2px 8px rgba(255,255,255,.15);
}
.ant-setting-textarea {
margin-top: 1.5rem;
}
.ant-card-dark-box-nohover{
padding: 0 20px 20px !important;
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important;
}
.ant-card-dark-box-nohover:hover{
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important;
}
.ant-card-dark .ant-table-thead th {
color: hsla(0,0%,100%,.65);
background-color: #161b22;