mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
Update custom.css (#559)
This commit is contained in:
parent
459c19eee2
commit
33a598366b
1 changed files with 5 additions and 4 deletions
|
@ -202,10 +202,11 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-card-dark:hover {
|
.ant-card-dark:hover {
|
||||||
/*border-color: #e8e8e8;*/
|
/*border-color: #e8e8e8;
|
||||||
animation:light-shadow ease-in 3s infinite;
|
animation:light-shadow ease-in 3s infinite;*/
|
||||||
|
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 80%);
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
@keyframes light-shadow {
|
@keyframes light-shadow {
|
||||||
0% {
|
0% {
|
||||||
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 60%);
|
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 60%);
|
||||||
|
@ -219,7 +220,7 @@ body {
|
||||||
100% {
|
100% {
|
||||||
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 60%);
|
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 60%);
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
|
||||||
.ant-setting-textarea {
|
.ant-setting-textarea {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
|
|
Loading…
Reference in a new issue