update: icons & prod file
All checks were successful
Build and Push Docker Images / build-and-push-backend (push) Successful in 8s
Build and Push Docker Images / build-and-push-frontend (push) Successful in 15s

This commit is contained in:
2026-01-31 17:58:50 +01:00
parent fa86607af3
commit 86068e257f
9 changed files with 256 additions and 7 deletions

View File

@@ -25,6 +25,31 @@ mat-form-field {
}
.icon-picker-section {
.icon-browse-link {
margin-bottom: 16px;
a {
display: inline-flex;
align-items: center;
gap: 8px;
color: #1976d2;
text-decoration: none;
font-size: 14px;
transition: color 0.2s;
&:hover {
color: #1565c0;
text-decoration: underline;
}
mat-icon {
font-size: 18px;
width: 18px;
height: 18px;
}
}
}
.icon-preview {
display: flex;
align-items: center;