File tree Expand file tree Collapse file tree 1 file changed +0
-60
lines changed
ai/ai-react-app/src/views Expand file tree Collapse file tree 1 file changed +0
-60
lines changed Original file line number Diff line number Diff line change 7777 cursor : not-allowed;
7878}
7979
80-
81-
8280.errorMessage {
83-
8481 background-color : var (--color-error-bg );
85-
8682 color : var (--color-error-text );
87-
8883 border : 1px solid var (--color-error-border );
89-
9084 padding : 10px 16px ;
91-
9285 border-radius : 4px ;
93-
9486 margin-top : 20px ;
95-
9687 max-width : 500px ;
97-
9888 white-space : pre-wrap;
99-
10089}
10190
102-
103-
10491.controlsContainer {
105-
10692 display : flex;
107-
10893 flex-direction : column;
109-
11094 gap : 16px ;
111-
11295 margin-top : 20px ;
113-
11496 padding-top : 20px ;
115-
11697 border-top : 1px solid var (--color-border-primary );
117-
11898 width : 100% ;
119-
12099 max-width : 500px ;
121-
122100 align-items : center;
123-
124101}
125102
126-
127-
128103.videoControls {
129-
130104 display : flex;
131-
132105 gap : 10px ;
133-
134106 align-items : center;
135-
136107 justify-content : center;
137-
138108 width : 100% ;
139-
140109}
141110
142-
143-
144111.videoSourceSelect {
145-
146112 padding : 12px 16px ;
147-
148113 background-color : var (--color-surface-primary );
149-
150114 border : 1px solid var (--color-border-secondary );
151-
152115 color : var (--color-text-primary );
153-
154116 border-radius : 24px ;
155-
156117 font-size : 1rem ;
157-
158118 cursor : pointer;
159-
160119 transition : border-color 0.15s ease;
161-
162120}
163121
164122.videoSourceSelect : hover {
165-
166123 border-color : var (--brand-gray-50 );
167-
168124}
169125
170126.videoSourceSelect : disabled {
171-
172127 opacity : 0.5 ;
173-
174128 cursor : not-allowed;
175-
176129 background-color : var (--color-surface-tertiary );
177-
178130}
179131
180-
181-
182132@keyframes pulse {
183-
184133 0% {
185-
186134 box-shadow : 0 0 0 0 rgba (52 , 168 , 83 , 0.7 );
187-
188135 }
189-
190136 70% {
191-
192137 box-shadow : 0 0 0 10px rgba (52 , 168 , 83 , 0 );
193-
194138 }
195-
196139 100% {
197-
198140 box-shadow : 0 0 0 0 rgba (52 , 168 , 83 , 0 );
199-
200141 }
201-
202142}
You can’t perform that action at this time.
0 commit comments