-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfavtab.css
73 lines (59 loc) · 1.17 KB
/
favtab.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
.favourite ol {
padding-left:5px;
list-style-type:none;
}
.favourite .spell-slots {
display:inline;
margin-left:10px;
}
.favourite .item .item-image {
flex: 0 0 30px;
background-size: 30px;
margin-right: 5px;
}
.favourite .item .item-image:hover {
background-image: url("/icons/svg/d20-black.svg") !important;
}
.favourite .item .item-name {
margin-right: 5px;
}
.favourite .item .item-shortcuts {
flex: 0 0 auto;
}
.favourite .item .item-shortcuts .tag {
font-size:20px;
width: 25px;
height: 25px;
align-self: center;
line-height: 25px;
}
.favourite .item .item-detail {
border:none;
}
.favourite .item .count {
flex:0 0 auto;
}
.favourite .item .labels {
flex:0 0 auto;
margin-right:5px;
}
.favourite .item .uses {
flex:0 0 80px;
}
.favourite .item .item-controlls {
flex:0 0 70px
}
.favourite .item input {
height:1em;
width:1.5em;
margin:0;
padding:0;
text-align:center;
border:none;
}
.favourite .item .item-toggle {
color: #b5b3a4;
}
.favourite .item .item-toggle.active {
color: #4b4a44;
}