feat: improve UI for Spoolman and Bambu Lab printer credentials, enhancing layout and styling

This commit is contained in:
2025-02-23 20:23:09 +01:00
parent e7537f94d4
commit 6098c3b052
3 changed files with 39 additions and 23 deletions

View File

@ -279,9 +279,10 @@ a:hover {
/* Karten-Stil für optische Trennung */
.card {
background: #f9f9f9;
background: var(--primary-color);
width: 500px;
padding: 15px;
margin: 20px 0;
margin: 20px auto;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@ -959,7 +960,6 @@ input[type="submit"]:disabled,
/* Bambu Settings Erweiterung */
.bambu-settings {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);