diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2023-06-02 23:18:26 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-02 23:18:26 +0300 |
| commit | 33a598366be966ded4e0b41bbe19fd566552eec3 (patch) | |
| tree | 38aed655e7e58f861559ce6194c25eeb20f191a9 /web/assets/css | |
| parent | 459c19eee2fbdc2e56a89d1853324e8c19ee85a1 (diff) | |
Update custom.css (#559)
Diffstat (limited to 'web/assets/css')
| -rw-r--r-- | web/assets/css/custom.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index 97b0b548..37e6231a 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -202,10 +202,11 @@ body { } .ant-card-dark:hover { - /*border-color: #e8e8e8;*/ - animation:light-shadow ease-in 3s infinite; + /*border-color: #e8e8e8; + animation:light-shadow ease-in 3s infinite;*/ + box-shadow: 0 1px 10px -1px rgb(154 175 238 / 80%); } - +/* @keyframes light-shadow { 0% { box-shadow: 0 1px 10px -1px rgb(154 175 238 / 60%); @@ -219,7 +220,7 @@ body { 100% { box-shadow: 0 1px 10px -1px rgb(154 175 238 / 60%); } -} +}*/ .ant-setting-textarea { margin-top: 1.5rem; |
