-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcovid-19_page.css
80 lines (79 loc) · 1.78 KB
/
covid-19_page.css
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
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");
.covid-container{
border-style: solid;
border-width: 5px;
border-color: #0967d219;
}
.covid-header{
margin:15px;
}
.covid-heading-text{
color: #323f4b;
font-family: "Roboto";
font-size: 18px;
font-weight: 500;
}
.button{
color:#ffffff;
background-color: #0967d2;
font-family: "Roboto";
font-size: 12px;
font-weight: 500;
width:85px;
height: 30px;
border-width: 0px;
border-radius: 8px;
}
.covid-card-container{
border-radius: 12px;
padding: 10px;
margin: 10px;
}
.covid-test-bg{
background-color:#0967d219;
}
.covid-carc-image{
width: 48px;
height: 48px;
margin: 10px;
}
.covid-card-text-container{
padding: 5px;
}
.covid-card-heading{
color: #323f4b;
font-family: "Roboto";
font-size: 16px;
font-weight: 500;
}
.covid-card-description{
color: #707070;
font-family: "Roboto";
font-size: 12px;
}
.sub-heading{
color: #323f4b;
font-family: "Roboto";
font-size: 16px;
font-weight: 500;
margin:15px;
}
.cough-symptom-bg{
background-color: #3ebd93;
}
.fever-symptom-bg{
background-color: #e668a7;
}
.headache-symptom-bg{
background-color: #a368fc;
}
.symptom-text{
color: #ffffff;
font-family: "Roboto";
font-size: 12px;
font-weight: 500;
margin: 5px;
}
.covid-video-bg{
background-color: #e12d3919;
}