blob: d1b194bdcb095faa2910ba87e318a6a2c4a9d6e4 (
plain)
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
|
.dashboard {
padding-top: 15px;
padding-bottom: @footer-margin * 2;
&.issues {
.context.user.menu {
z-index: 101;
min-width: 200px;
.ui.header {
font-size: 1rem;
text-transform: none;
}
}
.filter.menu {
.item {
text-align: left;
.text {
height: 16px;
vertical-align: middle;
}
.floating.label {
top: 7px;
left: 90%;
width: 15%;
}
}
.item.active {
background-color: #4183c4;
color: #FFF;
}
.item .text {
width: 85%;
}
}
.ui.right .head.menu {
margin-top: -5px;
.item.active {
color: #d9453d;
}
}
.head.menu {
.octicon {
margin-right: 5px;
}
}
}
}
|