@@ -23,22 +23,10 @@ html {
23
23
body {
24
24
min-height : 100vh ;
25
25
color : var (--color-text );
26
- transition :
27
- color 0.5s ,
28
- background-color 0.5s ;
26
+ transition : color 0.5s , background-color 0.5s ;
29
27
line-height : 1.6 ;
30
- font-family :
31
- Inter,
32
- -apple-system ,
33
- BlinkMacSystemFont,
34
- " Segoe UI" ,
35
- Roboto,
36
- Oxygen,
37
- Ubuntu,
38
- Cantarell,
39
- " Fira Sans" ,
40
- " Droid Sans" ,
41
- " Helvetica Neue" ,
28
+ font-family : Inter, -apple-system , BlinkMacSystemFont, " Segoe UI" , Roboto,
29
+ Oxygen, Ubuntu, Cantarell, " Fira Sans" , " Droid Sans" , " Helvetica Neue" ,
42
30
sans-serif ;
43
31
font-size : 15px ;
44
32
text-rendering : optimizeLegibility ;
@@ -60,9 +48,7 @@ body:after {
60
48
height : 20px ;
61
49
background : var (--primary );
62
50
background : linear-gradient (90deg , var (--primary ) 50% , var (--secondary ) 100% );
63
- box-shadow :
64
- 0 0 0 1px rgba (255 , 255 , 255 , 0.6 ),
65
- 0 0 20px rgba (0 , 0 , 0 , 0.4 );
51
+ box-shadow : 0 0 0 1px rgba (255 , 255 , 255 , 0.6 ), 0 0 20px rgba (0 , 0 , 0 , 0.4 );
66
52
}
67
53
68
54
body .modal-active {
@@ -80,11 +66,7 @@ body.darkmode {
80
66
}
81
67
82
68
.material-symbols-outlined {
83
- font-variation-settings :
84
- " FILL" 0 ,
85
- " wght" 400 ,
86
- " GRAD" 0 ,
87
- " opsz" 24 ;
69
+ font-variation-settings : " FILL" 0 , " wght" 400 , " GRAD" 0 , " opsz" 24 ;
88
70
}
89
71
90
72
.darkmode-button {
109
91
margin : 1rem ;
110
92
border-radius : 10px ;
111
93
border : 1px solid var (--vtl-background );
112
- box-shadow :
113
- 0 0 0 1px rgba (255 , 255 , 255 , 0.2 ),
114
- 0 10px 20px rgba (0 , 0 , 0 , 0.1 );
94
+ box-shadow : 0 0 0 1px rgba (255 , 255 , 255 , 0.2 ), 0 10px 20px rgba (0 , 0 , 0 , 0.1 );
115
95
}
116
96
117
97
.content-actions {
124
104
125
105
@media (max-width : 620px ) {
126
106
flex-direction : column ;
127
- .button-voicecapture-example ,
128
107
.language {
129
108
width : 100% ;
130
109
margin-top : 0 ;
@@ -164,18 +143,11 @@ h2 {
164
143
}
165
144
}
166
145
167
- .button-voicecapture-example {
168
- background : var (--primary );
169
- color : #fff ;
170
- margin-top : 1rem ;
171
- margin-left : 0 ;
172
- padding : 1rem ;
173
- }
174
-
175
146
.button-voicecapture-example {
176
147
display : inline-flex ;
177
148
align-items : center ;
178
149
padding : 0.5rem 1rem ;
150
+ min-height : 70px ;
179
151
white-space : nowrap ;
180
152
.material-symbols-outlined {
181
153
margin-right : 0.5rem ;
@@ -216,15 +188,13 @@ h2 {
216
188
align-items : center ;
217
189
}
218
190
219
-
220
191
@media (max-width : 620px ) {
221
192
.button-modal {
222
193
margin-left : 0 ;
223
194
margin-top : 1rem ;
224
195
}
225
196
226
- .button-modal ,
227
- .button-voicecapture-example {
197
+ .button-modal {
228
198
justify-content : start ;
229
199
}
230
200
}
0 commit comments