mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 12:16:18 +00:00
Update custom.css
This commit is contained in:
parent
4fa8f8b001
commit
554fbd7dd1
1 changed files with 12 additions and 2 deletions
|
@ -1231,7 +1231,17 @@ li.ant-select-dropdown-menu-item:empty:after {
|
|||
.qr-cv {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0.85;
|
||||
opacity: 0.8;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
.qr-cv:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.qr-cv:active {
|
||||
transform: scale(0.98);
|
||||
transition: all 0.1s;
|
||||
}
|
||||
|
||||
.dark .qr-cv {
|
||||
|
@ -1239,7 +1249,7 @@ li.ant-select-dropdown-menu-item:empty:after {
|
|||
}
|
||||
|
||||
.qr-bg {
|
||||
background-color: #fff;
|
||||
background-color: #ffffff;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
|
|
Loading…
Reference in a new issue