Update custom.css

This commit is contained in:
Tara Rostami 2024-03-16 14:17:57 +03:30 committed by GitHub
parent 4fa8f8b001
commit 554fbd7dd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1231,7 +1231,17 @@ li.ant-select-dropdown-menu-item:empty:after {
.qr-cv { .qr-cv {
width: 100%; width: 100%;
height: 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 { .dark .qr-cv {
@ -1239,7 +1249,7 @@ li.ant-select-dropdown-menu-item:empty:after {
} }
.qr-bg { .qr-bg {
background-color: #fff; background-color: #ffffff;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-content: center; align-content: center;