-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitlab.css
89 lines (84 loc) · 1.63 KB
/
gitlab.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
89
body {
background-color: white;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.container {
position: relative;
height: 200px;
}
.gitlab {
height: 400px;
width: 500px;
position: relative;
left: 50px;
background:
linear-gradient(
-252deg,
#e24329 44%,
transparent 45%
) 244px 150px / 105px 240px,
linear-gradient(
252deg,
#e24329 44%,
transparent 45%
) 140px 150px / 105px 240px,
linear-gradient(
72deg,
transparent 44%,
white 44%
) 384px 0 / 105px 300px,
linear-gradient(
-40deg,
white 44%,
transparent 44%
) 220px 130px / 250px 300px,
linear-gradient(
-54deg,
#fca326 44%,
transparent 44%
) 200px 100px / 250px 290px,
linear-gradient(
-72deg,
transparent 44%,
white 44%
) 0 0 / 105px 300px,
linear-gradient(
40deg,
white 44%,
transparent 44%
) 20px 130px / 250px 300px,
linear-gradient(
54deg,
#fca326 44%,
transparent 44%
) 42px 100px / 250px 290px,
linear-gradient(
0deg,
#fc6d26,
#fc6d26
) 65px 150px / 360px 240px,
linear-gradient(
72deg,
#e24329 44%,
transparent 45%
) 374px 0 / 65px 150px,
linear-gradient(
-72deg,
#e24329 44%,
transparent 45%
) 310px 0 / 65px 150px,
linear-gradient(
72deg,
#e24329 44%,
transparent 45%
) 114px 0 / 65px 150px,
linear-gradient(
-72deg,
#e24329 44%,
transparent 45%
) 50px 0 / 65px 150px;
background-repeat: no-repeat;
}