Skip to content

Commit 6d42846

Browse files
committed
feat(maimai2): support circle challenge
1 parent f5d5b25 commit 6d42846

File tree

9 files changed

+761
-271
lines changed

9 files changed

+761
-271
lines changed

src/app/sega/maimai2/maimai2-circle/maimai2-circle.component.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,42 @@
8686
text-align: left;
8787
}
8888

89+
.challenge-jacket {
90+
width: 120px;
91+
height: 120px;
92+
object-fit: cover;
93+
flex-shrink: 0;
94+
}
95+
96+
.challenge-meta {
97+
display: grid;
98+
gap: 0.25rem;
99+
}
100+
101+
.challenge-panel {
102+
height: 100%;
103+
display: flex;
104+
flex-direction: column;
105+
gap: 0.75rem;
106+
}
107+
108+
.challenge-cell {
109+
min-width: 10rem;
110+
}
111+
112+
.challenge-progress {
113+
margin-top: auto;
114+
}
115+
116+
.challenge-progress-bar {
117+
height: 0.75rem;
118+
background-color: #e9ecef;
119+
}
120+
121+
.challenge-progress-bar .progress-bar {
122+
background: #1d976c;
123+
}
124+
89125
.pagination {
90126
margin-top: 10px;
91127
}

0 commit comments

Comments
 (0)