-
Notifications
You must be signed in to change notification settings - Fork 0
/
dashboardcommunity.css
88 lines (77 loc) · 2.08 KB
/
dashboardcommunity.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
83
84
85
86
87
88
.Ellipse10 {
position: absolute;
width: 650px;
height: 650px;
left: -217px;
top: 272px;
border-radius: 100%;
background: linear-gradient(218.22deg, #0077DC 29.29%, #002678 76.21%);
z-index: 1;
}
.Ellipse11{
position: absolute;
width: 1095px;
height: 1095px;
left: 715px;
top: 329px;
border-radius: 100%;
background: linear-gradient(41.55deg, #004BA8 25.99%, rgba(5, 169, 222, 0.65) 100.89%);
z-index: 2;
}
.GR1{
position: absolute;
width: 700px;
height: 288px;
left: 33px;
top: 104px;
background: linear-gradient(152.97deg, rgba(21, 21, 21, 0.2) 0%, rgba(21, 21, 21, 0) 100%);
backdrop-filter: blur(21px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 16px;
z-index: 3;
}
.GR2{
position: absolute;
width: 700px;
height: 302px;
left: 33px;
top: 415px;
background: linear-gradient(152.97deg, rgba(21, 21, 21, 0.2) 0%, rgba(21, 21, 21, 0) 100%);
backdrop-filter: blur(21px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 16px;
}
.GR3{
position: absolute;
width: 1728px;
height: 270px;
left: 33px;
top: 750px;
background: linear-gradient(152.97deg, rgba(21, 21, 21, 0.2) 0%, rgba(21, 21, 21, 0) 100%);
backdrop-filter: blur(21px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 16px;
}
.GR4{
position: absolute;
width: 811px;
height: 406px;
left: 903px;
top: 310px;
background: linear-gradient(152.97deg, rgba(21, 21, 21, 0.2) 0%, rgba(21, 21, 21, 0) 100%);
backdrop-filter: blur(21px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 16px;
}
.GR5{
position: absolute;
width: 559px;
height:180px;
left: 903px;
top: 104px;
z-index: 7;
background: linear-gradient(152.97deg, rgba(21, 21, 21, 0.2) 0%, rgba(21, 21, 21, 0) 100%);
backdrop-filter: blur(21px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 16px;
}