-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.page.scss
97 lines (83 loc) · 1.35 KB
/
home.page.scss
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
ion-content.background{
--background: url(../../assets/icon/plateau.jpg) 0 0/100% 100% no-repeat;
}
ion-button.trajet{
--color:white;
--border-color:white;
--border-width:1px;
background-color: rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
position: relative;
top: 100px;
left:50px;
font-family: 'Times New Roman', Times, serif;
font-size: 20px;
text-transform: capitalize;
width: 80%;
}
#initial{
font-size: 3em;
}
#speech {
--color:white;
position: absolute;
right: 23%;
top: 10%;
}
ion-toolbar ion-icon.chat{
font-size: 1.8em;
position: absolute;
right:20px;
top:17px;
}
ion-toolbar ion-badge.chat{
font-size: 0.7em;
position: absolute;
right:19px;
top:17px;
}
ion-toolbar ion-icon.notif{
font-size: 1.8em;
position: absolute;
right:70px;
top:17px;
}
ion-toolbar ion-badge.notif{
font-size: 0.7em;
position: absolute;
right:69px;
top:17px;
}
@keyframes fadeIn {
from {
opacity: 0;
position: relative;
top: 90px;
left: 0px;
}
to {
opacity: 1;
position: relative;
top: 0px;
left: 0px;
}
}
.fadeIn {
animation-name: fadeIn;
animation-duration: 3s;
color: white;
font-family: Verdana,Tahoma, sans-serif;
font-size: 25px;
}
.white {
color: white;
}
.orange {
color: orange;
}
.orange1 {
color: rgb(245, 111, 2);
}
.orange2 {
color: rgb(250, 178, 45);
}