28 lines
553 B
Plaintext
28 lines
553 B
Plaintext
.activity-card {
|
|
.type-badge.activity {
|
|
background: #e8fff0;
|
|
color: #07c160;
|
|
font-size: 22px;
|
|
padding: 4px 12px;
|
|
border-radius: 6px;
|
|
font-weight: 500;
|
|
}
|
|
.participants-count {
|
|
font-size: 24px;
|
|
color: #646566;
|
|
}
|
|
.progress-bar-wrap {
|
|
margin: 16px 0 8px;
|
|
height: 8px;
|
|
background: #f2f3f5;
|
|
border-radius: 4px;
|
|
overflow: hidden;
|
|
.progress-bar {
|
|
height: 100%;
|
|
background: linear-gradient(90deg, #07c160, #1989fa);
|
|
border-radius: 4px;
|
|
transition: width 0.3s;
|
|
}
|
|
}
|
|
}
|