60
60
position : absolute;
61
61
left : 50% ;
62
62
transform : translateX (-50% );
63
- font-family : 'SF UI Display' ;
64
63
color : white;
65
64
font-weight : bold;
66
65
top : 0 ;
73
72
position : absolute;
74
73
left : 50% ;
75
74
transform : translateX (-50% );
76
- font-family : 'SF UI Display light' ;
77
75
color : white;
78
76
top : 0 ;
79
77
bottom : 0 ;
@@ -211,7 +209,6 @@ body {
211
209
.clockNotif {
212
210
z-index : 99 ;
213
211
font-size : 40px ;
214
- font-family : 'SF UI Display light' ;
215
212
}
216
213
217
214
.tela1 {
@@ -234,6 +231,7 @@ body {
234
231
height : 220px ;
235
232
z-index : 5 ;
236
233
transition : 280ms ;
234
+
237
235
}
238
236
239
237
.keyboard {
@@ -517,7 +515,7 @@ body {
517
515
margin-top : 15px ;
518
516
margin-left : 150px ;
519
517
font-size : 40px ;
520
- font-family : 'SF UI Display light' ;
518
+
521
519
}
522
520
.cidade {
523
521
margin-top : 25px ;
@@ -654,7 +652,6 @@ body {
654
652
655
653
/* Tela 2 */
656
654
.flex-widgets2 {
657
- z-index : 99 ;
658
655
top : -320px ;
659
656
position : relative;
660
657
display : flex;
@@ -666,15 +663,18 @@ body {
666
663
height : 420px ;
667
664
transition : 400ms ;
668
665
left : 320px ;
669
-
666
+ z-index : 4 ;
670
667
}
671
668
.news {
672
669
display : flex;
673
670
align-items : center;
671
+
674
672
color : white;
675
673
text-align : left;
676
674
padding : 10px ;
677
675
border-radius : 9px ;
676
+ z-index : 1 ;
677
+
678
678
}
679
679
.news .texto {
680
680
width : 170px ;
@@ -757,14 +757,14 @@ body {
757
757
margin-top : 5px ;
758
758
color : rgb (28 , 126 , 255 );
759
759
font-size : 12px ;
760
- font-family : 'SF UI Display light' ;
760
+
761
761
}
762
762
.diaMes {
763
763
text-align : left;
764
764
margin-left : 20px ;
765
765
margin-top : -10px ;
766
766
font-size : 35px ;
767
- font-family : 'SF UI Display' ;
767
+
768
768
}
769
769
770
770
.traco-tarefa1 {
@@ -791,15 +791,15 @@ body {
791
791
margin-left : 30px ;
792
792
font-weight : bolder;
793
793
font-size : 12px ;
794
- font-family : 'SF UI Display light' ;
794
+
795
795
}
796
796
.tarefa1-desc {
797
797
margin-top : -4px ;
798
798
text-align : left;
799
799
margin-left : 30px ;
800
800
color : rgb (23 , 116 , 255 );
801
801
font-size : 12px ;
802
- font-family : 'SF UI Display light' ;
802
+
803
803
}
804
804
805
805
.traco-tarefa2 {
@@ -826,15 +826,15 @@ body {
826
826
margin-left : 30px ;
827
827
font-weight : bolder;
828
828
font-size : 12px ;
829
- font-family : 'SF UI Display light' ;
829
+
830
830
}
831
831
.tarefa2-desc {
832
832
margin-top : -4px ;
833
833
text-align : left;
834
834
margin-left : 30px ;
835
835
color : rgb (4 , 148 , 81 );
836
836
font-size : 12px ;
837
- font-family : 'SF UI Display light' ;
837
+
838
838
}
839
839
840
840
/* Botões Inferiores */
0 commit comments