-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui-style.css
81 lines (62 loc) · 1.05 KB
/
ui-style.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
77
78
79
80
81
.tier :first-child {
margin-top: 0;
}
.tier :last-child {
margin-bottom: 0;
}
@media screen and (min-width: 760px) {
.OLSKClub {
min-width: 400px;
}
}
.OLSKDecor {
padding: unset;
}
.OLSKClub .clubHeading {
display: none;
}
.clubHeading {
display: flex;
align-items: center;
}
.clubIcon {
max-width: 42px;
margin-right: 10px;
}
.tier {
padding: 10px;
border: 1px solid #eee;
border-color: var(--ghost-accent-color);
border-radius: 3px;
margin: 10px 0;
}
.tierName {
font-size: 200%;
margin: 0;
}
.tier button {
padding: 10px;
background: #ddd;
background: var(--ghost-accent-color);
color: white;
font-family: "Helvetica Neue";
font-weight: bold;
}
.OLSKDecorPressCallInverted {
background: var(--ghost-accent-color) !important;
}
.choiceEdit {
text-decoration: underline;
}
.modal__container {
background: var(--OLSKCommonBackground);
}
.modal__close {
background: none !important;
border: none !important;
}
@media screen and (max-width: 760px) {
.modal__container {
width: 90%;
}
}