-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.less
94 lines (76 loc) · 1.12 KB
/
index.less
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
@white: #fff;
@yellow: #ffbf00;
@gray: #d9d9d9;
@darkGray: #333;
.logo {
width: 120px;
height: 31px;
background: #333;
border-radius: 6px;
margin: 16px 28px 16px 0;
float: left;
color: #eee;
}
.logoTitle {
font-size: 14px;
margin: -17px 0 0 12px;
}
.appMenu {
line-height: 64px;
}
.appContent {
padding: 20px 50px 0 50px;
}
.appLayout {
padding: 24px 0;
}
.whiteBg {
background: @white;
}
.contentSelectPanel {
padding: 0 24px;
min-height: 280px;
}
.center {
text-align: center;
}
.heroIcon {
padding-right: 5px;
}
.infoPanel {
font-size: 15px;
line-height: 30px;
}
.leftPanel {
border-right: 1px solid @gray;
padding-right: 24px;
}
.inventoryItem {
border-bottom: 1px dotted @darkGray;
font-size: 16px;
font-weight: bold;
cursor: pointer;
}
.divider {
border-bottom: 1px solid @gray;
margin: 10px 0;
}
.heroMainPanel {
padding-left: 24px;
}
.narrDescText {
font-style: italic;
font-weight: bold;
}
.narrDescBlock {
p {
line-height: 25px;
padding-bottom: 15px;
&:last-of-type {
padding-bottom: 0;
}
}
}
.battleWrapper {
pointer-events: none;
}