-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnewStyles.css
76 lines (61 loc) · 1.02 KB
/
newStyles.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
section {
display: flex;
}
section .nav {
width: 15%;
background-color: #064685;
height: 100vh;
position: fixed;
color: yellow;
}
section .main {
width: 85%;
margin-left: 15%;
height: 100vh;
}
/*# sourceMappingURL= styles.css.map */
/*Class-main styling starts here*/
.head {
padding: 10px
}
#summary {
margin-top: 50px;
padding: 20px;
background: #e7eff5;
}
#summary h1 {
color: #2f363d !important;
}
.graph {
width: 100%;
height: 400px;
background: #fff;
border: 1px solid #b8bbf7;
border-radius: 5px
}
.stats {
width: 100%;
padding: 20px;
background: #fff;
border: 1px solid #b8bbf7;
margin-top: 30px;
border-radius: 5px
}
.blue {
color: #064685 !important;
}
.side{
border-right: 1px solid #ccc
}
.thanks{
border: 1px solid #adc3db;
background-color: #edf3f8;
width: 97%;
margin-left: 12px;
border-radius: 5px;
padding: 15px;
color: #064685;
}
hr{
border: 1px solid #adc3db;
}