Spaces:
Building
Building
Update flare-ui/src/app/dialogs/project-edit-dialog/project-edit-dialog.component.scss
Browse files
flare-ui/src/app/dialogs/project-edit-dialog/project-edit-dialog.component.scss
CHANGED
@@ -39,6 +39,44 @@ mat-dialog-actions {
|
|
39 |
border-top: 1px solid #e0e0e0;
|
40 |
}
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
// Material form field density
|
43 |
::ng-deep {
|
44 |
.mat-mdc-form-field {
|
|
|
39 |
border-top: 1px solid #e0e0e0;
|
40 |
}
|
41 |
|
42 |
+
// Locale specific styles
|
43 |
+
.locale-code {
|
44 |
+
color: #666;
|
45 |
+
font-size: 0.85em;
|
46 |
+
margin-left: 8px;
|
47 |
+
font-family: 'Courier New', monospace;
|
48 |
+
}
|
49 |
+
|
50 |
+
.selected-languages {
|
51 |
+
display: flex;
|
52 |
+
flex-wrap: wrap;
|
53 |
+
gap: 4px;
|
54 |
+
align-items: center;
|
55 |
+
|
56 |
+
span {
|
57 |
+
white-space: nowrap;
|
58 |
+
}
|
59 |
+
}
|
60 |
+
|
61 |
+
mat-option {
|
62 |
+
&:hover .locale-code {
|
63 |
+
color: #333;
|
64 |
+
}
|
65 |
+
}
|
66 |
+
|
67 |
+
// Multi-select için özel stil
|
68 |
+
.mat-mdc-select-trigger {
|
69 |
+
min-height: 56px;
|
70 |
+
display: flex;
|
71 |
+
align-items: center;
|
72 |
+
padding: 0 16px;
|
73 |
+
}
|
74 |
+
|
75 |
+
// Loading spinner in select
|
76 |
+
mat-spinner {
|
77 |
+
margin: 0 auto;
|
78 |
+
}
|
79 |
+
|
80 |
// Material form field density
|
81 |
::ng-deep {
|
82 |
.mat-mdc-form-field {
|