update: icon mechanic
All checks were successful
Build and Push Docker Images / build-and-push-backend (push) Successful in 7s
Build and Push Docker Images / build-and-push-frontend (push) Successful in 15s

This commit is contained in:
2026-01-31 17:41:20 +01:00
parent be813ffbf0
commit fa86607af3
11 changed files with 367 additions and 29 deletions

View File

@@ -19,3 +19,46 @@ mat-form-field {
gap: 10px;
margin-top: 20px;
}
.icon-mode-toggle {
margin: 16px 0;
}
.icon-picker-section {
.icon-preview {
display: flex;
align-items: center;
gap: 12px;
padding: 16px;
background-color: #f5f5f5;
border-radius: 4px;
margin-bottom: 16px;
.preview-label {
font-weight: 500;
color: #666;
}
.preview-icon {
font-size: 48px;
width: 48px;
height: 48px;
color: #1976d2;
}
}
}
::ng-deep {
.mat-mdc-option {
.icon-option-text {
margin-left: 12px;
margin-right: auto;
}
.icon-category {
font-size: 12px;
color: #666;
margin-left: 8px;
}
}
}