generated from bloominstituteoftechnology/W_S2M4_Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
82 lines (68 loc) · 1.24 KB
/
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
75
76
77
78
79
80
81
82
body {
font-family: Arial, Helvetica, sans-serif;
}
#headerTop {
display: flex;
flex-direction: row;
color: white;
padding: 1rem;
background-color: rgb(86, 88, 228);
}
#headerBottom {
display: flex;
flex-direction: row;
margin: 5px;
}
#headerBottom div:nth-child(2) {
display: flex;
justify-content: center;
margin: 8px;
}
#headerTop>div>span {
margin-right: 1.5rem;
}
span:nth-of-type(1) {
font-weight: bold;
text-transform: uppercase;
margin-left: -10px;
}
#headerBottom {
border-bottom: 1px solid gray;
padding: 5px;
}
#headerBottom>div:nth-of-type(1) {
color: white;
background-color: rgb(86, 88, 228);
font-weight: bold;
padding: 0.4rem;
border-radius: 5px;
margin-right: 15px;
cursor: pointer;
}
button{
margin-right: 10px;
cursor: pointer;
}
.active {
font-weight: bolder;
border-bottom: 2px solid rgb(86, 88, 228);;
}
.email>div {
display: inline-block;
padding-left: 20px;
padding-top: 2px;
padding-bottom: 2px;
border-bottom: 0.5px solid lightgray;
}
.email-name,
.email-subject{
width: 35%;
}
.email-check,
.email-date,
.email-size {
width: 8%;
}
.email:nth-of-type(1) {
font-weight: bold;
}