File size: 2,419 Bytes
76353dd
 
 
 
650ca33
76353dd
 
650ca33
76353dd
 
 
 
 
650ca33
76353dd
 
 
 
650ca33
76353dd
 
650ca33
76353dd
 
 
 
 
 
 
 
 
 
 
 
650ca33
76353dd
 
 
 
650ca33
76353dd
 
650ca33
76353dd
 
 
 
650ca33
76353dd
 
 
 
 
650ca33
76353dd
 
 
 
 
 
 
 
650ca33
76353dd
 
 
 
 
 
 
 
650ca33
76353dd
 
650ca33
 
76353dd
 
650ca33
76353dd
 
 
3d5e78f
76353dd
 
 
650ca33
76353dd
 
650ca33
76353dd
 
650ca33
 
76353dd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
650ca33
 
76353dd
 
 
650ca33
76353dd
 
650ca33
975f8ac
db79527
 
922dff3
 
76353dd
 
 
 
650ca33
76353dd
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
.environment-container {
  max-width: 800px;
  margin: 0 auto;
}

mat-card-header {
  margin-bottom: 24px;

  mat-card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;

    mat-icon {
      font-size: 28px;
      width: 28px;
      height: 28px;
    }
  }
}

.info-card {
  margin-bottom: 20px;
  background-color: #e3f2fd;
  
  mat-card-content {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    
    mat-icon {
      color: #1976d2;
      margin-top: 4px;
    }
    
    p {
      margin: 4px 0;
      font-size: 14px;
    }
  }
}

.full-width {
  width: 100%;
  margin-bottom: 20px;
}

.engine-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;

  .engine-field {
    flex: 1;
  }

  .api-key-field {
    flex: 1.5;
  }
}

.prompt-panel {
  margin-bottom: 20px;
  
  mat-expansion-panel-header {
    mat-panel-title {
      display: flex;
      align-items: center;
      gap: 8px;
      
      mat-icon {
        color: #666;
      }
    }
  }
}

.stt-settings-panel {
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0px 10px 0px 10px;
  
  mat-expansion-panel-header {
    mat-panel-title {
      display: flex;
      align-items: center;
      gap: 8px;
      
      mat-icon {
        color: #666;
      }
    }
  }
}

.stt-settings-content {
  padding-top: 16px;
}

.slider-field {
  margin-bottom: 24px;
  
  label {
    display: block;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
  }
  
  mat-slider {
    width: 100%;
  }
  
  mat-hint {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 4px;
  }
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  
  mat-checkbox {
    margin-bottom: 0;
  }
}

.form-actions {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;

  button {
    mat-spinner {
      margin-right: 8px;
      vertical-align: middle;
    }
    
    mat-icon {
      vertical-align: middle;
      margin-right: 4px;
    }
  }
}

.mat-expansion-panel-content {
  padding-left: 5px;
  padding-right: 5px;
}

::ng-deep {
  .mat-mdc-form-field-icon-prefix {
    padding-right: 12px;
  }

  .mat-mdc-progress-spinner {
    --mdc-circular-progress-active-indicator-color: white;
  }
  
  .mat-expansion-panel-body {
    padding: 16px 0 !important;
  }
}