-
Notifications
You must be signed in to change notification settings - Fork 2
/
extra.css
46 lines (41 loc) · 870 Bytes
/
extra.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
@import url('http://fonts.googleapis.com/css?family=Noto+Sans:400,700');
.corner-ribbon{
width: 225px;
background: #ec0;
position: absolute;
text-align: center;
line-height: 50px;
letter-spacing: 1px;
color: #f0f0f0;
z-index: 20;
top: 88px;
right: -50px;
left: auto;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position: fixed;
box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.cb {
background-color: #0366d6;
display: inline;
flex: 0 0 65px;
font-size: 10px;
font-weight: 600;
border-radius: 3px;
margin-right: 8px;
padding: 2px 5px;
text-transform: uppercase;
text-align: center
}
.cb-new, .cb-add {
background-color: green;
color: white;
}
.cb-fix, .cb-imp {
background-color: #FFBF00;
}
.cb-rem {
background-color: red;
color: white;
}