-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
74 lines (68 loc) · 944 Bytes
/
styles.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
body {
font-family: "Ubuntu", sans-serif;
color: #2b4162;
}
.title-box {
background: #f7a9a8;
padding: 20px;
}
.title-box h1 {
font-size: 32px;
font-weight: bold;
}
.patient-box {
background: #f0ebed;
margin-bottom: 15px;
}
.patient-info {
padding-top: 20px;
padding-left: 5%;
display: flex;
flex-direction: column;
justify-content: center;
}
.administered {
color: #48bf84;
}
.upcoming {
color: #fac05e;
font-size: 14px;
}
h4 {
font-size: 1rem;
}
h2 {
text-transform: lowercase;
font-weight: bold;
font-size: 1.5rem;
}
.profile-picture {
width: 150px;
height: 150px;
}
.immunization-name {
font-size: 16px;
}
.dose {
font-size: 12px;
}
.vaccine-icon {
width: 48px;
}
.clock-icon {
width: 20px;
}
.timeline-box {
padding-top: 10px;
padding-bottom: 15px;
}
.immunization-list-item {
padding: 5px;
}
ul {
padding-left: 0px;
}
.clockbox {
display: flex;
align-items: center;
}