-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjobwindow.sass
43 lines (43 loc) · 938 Bytes
/
jobwindow.sass
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
.jobwindow .item.TWDS_jobwindow_collectible {
position:absolute;
right:8px;
top:26px;
width:37px;
height:37px;
img {
width:100%;
height:auto;
margin-left:0;
margin-top:0;
}
}
.jobwindow {
.TWDS_quickequipment_shirt {
display:inline-block;
position:absolute;
right:79px;
bottom:-7px;
}
}
.jobwindow .TWDS_jw_editable {
position:absolute;
left:-16px;
top:-37px;
min-width:19px;
min-height:19px;
color:#eee;
&:hover {
outline:2px dashed #888;
}
&.emptyeditable:hover:after {
position: absolute;
content:'✏';
right: 0em;
bottom: -0.25em;
font-size: 2em;
color:#FFF;
transform: rotate(45deg);
cursor:text;
z-index:2;
}
}