mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 04:06:18 +00:00
Update custom.css
This commit is contained in:
parent
41199a9469
commit
3af681d43c
1 changed files with 16 additions and 2 deletions
|
@ -1228,15 +1228,29 @@ li.ant-select-dropdown-menu-item:empty:after {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.qr-bg {
|
.qr-cv {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
opacity: 0.85;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark .qr-cv {
|
||||||
|
filter: invert(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.qr-bg {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
padding: 0.5rem;
|
padding: 1rem;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
|
border: solid 1px #e8e8e8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark .qr-bg {
|
||||||
|
background-color: var(--dark-color-surface-700);
|
||||||
|
border-color: var(--dark-color-surface-300);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-input-group-addon:not(:first-child):not(:last-child) {
|
.ant-input-group-addon:not(:first-child):not(:last-child) {
|
||||||
|
|
Loading…
Reference in a new issue