Commit c0c126e 1 parent 160cf16 commit c0c126e Copy full SHA for c0c126e
File tree 3 files changed +13
-6
lines changed
3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ export default (props: PermissionsScreenProps) => {
12
12
return (
13
13
< div className = "uppy-Audio-permissons" >
14
14
< div className = "uppy-Audio-permissonsIcon" > { icon ( ) } </ div >
15
- < h1 className = "uppy-Audio-title" >
15
+ < div className = "uppy-Audio-title" >
16
16
{ hasAudio ? i18n ( 'allowAudioAccessTitle' ) : i18n ( 'noAudioTitle' ) }
17
- </ h1 >
17
+ </ div >
18
18
< p >
19
19
{ hasAudio ?
20
20
i18n ( 'allowAudioAccessDescription' )
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ export default function PermissionsScreen({
15
15
return (
16
16
< div className = "uppy-Webcam-permissons" >
17
17
< div className = "uppy-Webcam-permissonsIcon" > { icon ( ) } </ div >
18
- < h1 className = "uppy-Webcam-title" >
18
+ < div className = "uppy-Webcam-title" >
19
19
{ hasCamera ? i18n ( 'allowAccessTitle' ) : i18n ( 'noCameraTitle' ) }
20
- </ h1 >
20
+ </ div >
21
21
< p >
22
22
{ hasCamera ?
23
23
i18n ( 'allowAccessDescription' )
Original file line number Diff line number Diff line change 22
22
margin : auto;
23
23
}
24
24
25
+ /* css to make sure that Dashboard's css overrides page css */
25
26
button ,
26
27
input {
27
28
color : green;
28
29
font-size : 30px ;
29
30
text-align : right;
30
31
border : 2px solid purple;
31
32
}
32
-
33
- /* css to make sure that Dashboard's css overrides page css */
34
33
ul {
35
34
margin : 60px ;
36
35
}
40
39
a {
41
40
color : purple;
42
41
}
42
+ h1 ,
43
+ h2 ,
44
+ h3 ,
45
+ h4 ,
46
+ h5 ,
47
+ h6 {
48
+ color : green;
49
+ }
43
50
</ style >
44
51
</ head >
45
52
You can’t perform that action at this time.
0 commit comments