Update custom.css

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

View file

@ -215,6 +215,13 @@ body {
background-color: rgb(36 44 58 / 50%); background-color: rgb(36 44 58 / 50%);
} }
.ant-card-dark-securitybox-nohover{
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important;
}
.ant-card-dark-securitybox-nohover:hover{
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important;
}
/* .ant-card-bordered:hover { /* .ant-card-bordered:hover {
box-shadow: 0 3px 12px -0.8px #0000005c; box-shadow: 0 3px 12px -0.8px #0000005c;
} */ } */