Update custom.css

This commit is contained in:
Tara Rostami 2023-05-11 07:34:23 +03:30 committed by GitHub
parent d936002794
commit 39a123873f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,11 +208,12 @@ body {
} }
.ant-card-dark-box-nohover{ .ant-card-dark-box-nohover{
padding: 0 20px 20px !important;
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important; box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important;
} }
.ant-card-dark-box-nohover:hover{ .ant-card-dark-box-nohover:hover{
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important; box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important;
background-color: rgb(36 44 58 / 50%); /*background-color: rgb(36 44 58 / 50%);*/
} }
.ant-card-dark-securitybox-nohover{ .ant-card-dark-securitybox-nohover{