Update src/styles/styles.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m8s

This commit is contained in:
freakoverse 2025-01-30 09:26:15 +00:00
parent 99c80855d2
commit 3804644635

View File

@ -738,3 +738,11 @@ a:hover {
grid-gap: 10px; grid-gap: 10px;
cursor: pointer; cursor: pointer;
} }
.inputLabelWrapperMain.inputLabelWrapperMainQR {
align-items: center;
padding: 25px;
background: rgb(0 0 0 / 10%);
border-radius: 10px;
border: solid 1px rgb(255 255 255 / 10%);
}