Spaces:
Running
Running
Update flare-ui/src/app/dialogs/version-edit-dialog/version-edit-dialog.component.scss
Browse files
flare-ui/src/app/dialogs/version-edit-dialog/version-edit-dialog.component.scss
CHANGED
@@ -37,6 +37,27 @@
|
|
37 |
}
|
38 |
}
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
.version-editor {
|
41 |
mat-tab-group {
|
42 |
min-height: 400px;
|
@@ -140,6 +161,12 @@
|
|
140 |
mat-list {
|
141 |
padding-top: 0;
|
142 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
}
|
144 |
}
|
145 |
}
|
|
|
37 |
}
|
38 |
}
|
39 |
|
40 |
+
.alert.alert-warning {
|
41 |
+
background-color: #fff3cd;
|
42 |
+
border: 1px solid #ffeaa7;
|
43 |
+
color: #856404;
|
44 |
+
padding: 12px 20px;
|
45 |
+
border-radius: 4px;
|
46 |
+
margin-bottom: 16px;
|
47 |
+
display: flex;
|
48 |
+
align-items: center;
|
49 |
+
gap: 8px;
|
50 |
+
|
51 |
+
mat-icon {
|
52 |
+
color: #856404;
|
53 |
+
}
|
54 |
+
}
|
55 |
+
|
56 |
+
.locale-selector {
|
57 |
+
max-width: 200px;
|
58 |
+
margin-bottom: 16px;
|
59 |
+
}
|
60 |
+
|
61 |
.version-editor {
|
62 |
mat-tab-group {
|
63 |
min-height: 400px;
|
|
|
161 |
mat-list {
|
162 |
padding-top: 0;
|
163 |
}
|
164 |
+
|
165 |
+
.examples-display {
|
166 |
+
mat-chip-row {
|
167 |
+
margin: 4px;
|
168 |
+
}
|
169 |
+
}
|
170 |
}
|
171 |
}
|
172 |
}
|