refactor: simplify NFC tag assignment logic and enhance info message styling

This commit is contained in:
2025-02-16 09:29:09 +01:00
parent 269f54b2b3
commit 2fb2a2f183
2 changed files with 6 additions and 12 deletions

View File

@ -480,11 +480,15 @@ a:hover {
.info-message {
padding: 10px;
background-color: #fff3f3;
background-color: var(--header-bg);
border-radius: 4px;
border-left: 4px solid #39d82e;
}
.info-message-inner {
background-color: var(--header-bg) !important;
}
.nfc-header {
display: grid;
grid-template-columns: 40px 1fr 40px;