mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-03-01 01:20:49 +03:00
Update custom.css (#559)
This commit is contained in:
parent
459c19eee2
commit
33a598366b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user