-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
125 lines (102 loc) · 2 KB
/
Copy pathstylesheet.css
File metadata and controls
125 lines (102 loc) · 2 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
.ccusage-panel-button {
-natural-hpadding: 4px;
-minimum-hpadding: 4px;
}
.ccusage-panel-pill {
spacing: 6px;
padding: 2px 10px;
border-radius: 999px;
background-color: rgba(51, 116, 255, 0.24);
border: 1px solid rgba(145, 188, 255, 0.32);
}
.ccusage-panel-icon {
color: #9cc7ff;
}
.ccusage-panel-title {
color: #ffffff;
font-weight: 700;
}
.ccusage-panel-amount {
color: #b7f7cd;
font-weight: 700;
}
.ccusage-menu {
min-width: 360px;
}
.ccusage-menu-header {
spacing: 10px;
padding: 12px 16px 8px;
}
.ccusage-header-icon {
color: #8fbfff;
}
.ccusage-header-title {
font-size: 1.08em;
font-weight: 800;
color: #ffffff;
}
.ccusage-header-subtitle,
.ccusage-card-detail,
.ccusage-message-label {
color: rgba(255, 255, 255, 0.68);
}
.ccusage-section-title {
padding: 4px 16px 2px;
}
.ccusage-section-label {
color: rgba(255, 255, 255, 0.54);
font-size: 0.82em;
font-weight: 700;
}
.ccusage-stats-card {
margin: 4px 10px;
padding: 9px 10px;
border-radius: 8px;
spacing: 10px;
background-color: rgba(255, 255, 255, 0.07);
border: 1px solid rgba(255, 255, 255, 0.08);
}
.ccusage-accent-claude {
border-left: 3px solid #ffb26b;
}
.ccusage-accent-codex {
border-left: 3px solid #72d4ff;
}
.ccusage-card-icon,
.ccusage-row-icon {
color: rgba(255, 255, 255, 0.72);
}
.ccusage-card-title,
.ccusage-total-label,
.ccusage-refresh-label {
color: #ffffff;
font-weight: 700;
}
.ccusage-card-money,
.ccusage-total-money {
color: #b7f7cd;
font-weight: 800;
}
.ccusage-total-row,
.ccusage-message-row,
.ccusage-refresh-row {
spacing: 10px;
padding: 7px 16px;
}
.ccusage-reset-row .ccusage-row-icon,
.ccusage-reset-row .ccusage-message-label {
color: #ffd27a;
}
.ccusage-muted-row .ccusage-message-label {
color: rgba(255, 255, 255, 0.48);
}
.ccusage-error-row .ccusage-row-icon,
.ccusage-error-row .ccusage-message-label {
color: #ff8f8f;
}
.ccusage-refresh-row:hover {
background-color: rgba(145, 188, 255, 0.16);
}
.ccusage-refresh-icon {
color: #8fbfff;
}