-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdashboard.css
57 lines (46 loc) · 1.4 KB
/
dashboard.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
body{
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.container-fluid{
padding: 60px;
}
.row{
padding: 40px;
}
.col-sm {
margin: 30px;
padding: 60px;
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.circle-icons {
margin-top: -25px;
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
cursor: pointer;
padding: 4px;
background-color: #fff;
position: relative;
}
#nameindas{
padding-top: 5px;
font-size: 22px;
font-weight: bold
}
.upper{
height: 100px;
}
.upper img{
width: 100%;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}