-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
76 lines (73 loc) · 1.48 KB
/
index.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
74
75
76
/* *{
font-family: 'Dancing Script', cursive;
--font-display: 'Dancing Script', cursive;
--font-body :'Lora', serif;
} */
.vng-age-rating {
display: none !important;
}
.regalia-banner-asset-static-image {
display: none !important;
}
.ken-modal-champions {
margin-top: 15px;
color: #a09b8c;
width: 100%;
display: block;
overflow: hidden;
text-align: center;
}
.ken-champion-list {
padding: 10px;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
margin-top: 10px;
}
.active-item {
border: 1.5px solid transparent !important;
border-image: linear-gradient(to top, #785a28 0, #463714 50%, #463714 100%) 1
stretch !important;
}
.ken-champion-item {
padding: 1px;
border: 1.5px solid transparent;
cursor: pointer;
display: flex;
flex-direction: column-reverse;
align-items: center;
justify-content: center;
gap: 10px;
font-size: 12px;
font-weight: 700;
/* text-transform: uppercase; */
margin-bottom: auto;
}
.ken-champion-item > img {
width: 48px;
height: 48px;
}
.auto-accept-checkbox {
margin-bottom: 10px;
margin-left: 10px;
}
.auto-pick-champ {
display: flex;
gap: 10px;
margin-left: 10px;
}
.aram-icon-auto-pick {
background-size: 15px;
display: inline-block;
height: 18px;
margin: 0 10px;
width: 18px;
}
/* #rcp-fe-viewport-root>.rcp-fe-viewport-main{
width : 100% !important
}
#rcp-fe-viewport-root>.rcp-fe-viewport-sidebar{
position: absolute;
right : 0;
top : 0
} */