ciyidogan commited on
Commit
5d6f4a8
·
verified ·
1 Parent(s): 166f902

Update flare-ui/src/app/dialogs/api-edit-dialog/api-edit-dialog.component.scss

Browse files
flare-ui/src/app/dialogs/api-edit-dialog/api-edit-dialog.component.scss CHANGED
@@ -371,4 +371,53 @@ mat-dialog-actions {
371
  background-color: rgba(244, 67, 54, 0.05) !important;
372
  }
373
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
374
  }
 
371
  background-color: rgba(244, 67, 54, 0.05) !important;
372
  }
373
  }
374
+ }
375
+
376
+ .variables-panel {
377
+ margin-bottom: 16px;
378
+ box-shadow: none;
379
+ border: 1px solid rgba(0, 0, 0, 0.12);
380
+
381
+ .mat-expansion-panel-header {
382
+ padding: 0 16px;
383
+ height: 40px;
384
+
385
+ .mat-panel-title {
386
+ display: flex;
387
+ align-items: center;
388
+ gap: 8px;
389
+ font-size: 13px;
390
+ color: #666;
391
+
392
+ mat-icon {
393
+ font-size: 18px;
394
+ width: 18px;
395
+ height: 18px;
396
+ }
397
+ }
398
+
399
+ .mat-panel-description {
400
+ font-size: 12px;
401
+ color: #999;
402
+ }
403
+ }
404
+
405
+ .mat-expansion-panel-body {
406
+ padding: 8px 16px 16px;
407
+ }
408
+
409
+ mat-chip-set {
410
+ mat-chip {
411
+ font-size: 12px;
412
+ min-height: 24px;
413
+ padding: 4px 8px;
414
+ cursor: pointer;
415
+ transition: all 0.2s;
416
+
417
+ &:hover {
418
+ background-color: #e3f2fd;
419
+ color: #1976d2;
420
+ }
421
+ }
422
+ }
423
  }