-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathDashboard.css
More file actions
87 lines (75 loc) · 1.34 KB
/
Dashboard.css
File metadata and controls
87 lines (75 loc) · 1.34 KB
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
.supreme{
display: block;
padding: 20px;
margin-top: 60px;
margin-left: 60px;
margin-right: 60px;
margin-bottom:60px;
border-radius: 40px;
width:90%;
height :100%;
}
.minor{
display: block;
border-radius: 40px;
border-top-left-radius: 20px;
width:95%;
}
table {
float:left;
margin-left:30px;
width: 50%;
}
.prof_img{
float:right;
height:100px;
width:100px;
margin-right: 20px;
}
.a::after{
clear:both;
}
.dropdown-btn {
padding: 6px 8px 6px 16px;
color: #818181;
display: block;
border: none;
background: none;
width:100%;
text-align: left;
cursor: pointer;
outline: none;
}
/* Add an active class to the active dropdown button */
.active {
background-color:#000000 ;
color: white;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container1 {
display: none;
background-color: #262626;
padding-left: 8px;
transition: 1s ease-in;
}
.dropdown-container {
display: block;
background-color: #262626;
padding-left: 8px;
transition: 1s ease-in;
}
/* Optional: Style the caret down icon */
.fa-caret-down {
float: right;
padding-right: 8px;
}
.Overview{
margin-top: 60px;
margin-left: 70px;
margin-right: 60px;
margin-bottom:60px;
border-radius: 40px;
}
#more {
display : none;
}