Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
24f0485e7674f21a13ae0fa292509c7999bc9181
[sdc.git]
/
1
.popup-panel {
2
position: absolute;
3
display: inline-block;
4
background-color: white;
5
border: solid 1px #d2d2d2;
6
border-top: solid 3px #13a7df;
7
left: 208px; top: 0px;
8
width: 140px;
9
height: 40px;
10
z-index: 10000;
11
12
&:hover {
13
background-color: whitesmoke;
14
}
15
16
.popup-panel-group {
17
padding-left: 8px;
18
padding-top: 8px;
19
cursor: pointer;
20
21
.popup-panel-plus {
22
border-radius: 50%;
23
color: white;
24
background-color: #13a7df;
25
width: 20px;
26
text-align: center;
27
display: inline-block;
28
}
29
30
.popup-panel-title {
31
padding-left: 10px;
32
display: inline-block;
33
}
34
35
}
36
37
}