4.5.0: Улучшена работа с задачами желаний
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m25s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m25s
This commit is contained in:
@@ -167,6 +167,33 @@
|
||||
border-radius: 18px;
|
||||
}
|
||||
|
||||
.card-tasks-badge {
|
||||
position: absolute;
|
||||
bottom: 0.5rem;
|
||||
background: #6b7280;
|
||||
color: white;
|
||||
border-radius: 50%;
|
||||
padding: 0.25rem;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 600;
|
||||
min-width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
text-align: center;
|
||||
z-index: 5;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.card-tasks-badge-left {
|
||||
left: 0.5rem;
|
||||
}
|
||||
|
||||
.card-tasks-badge-right {
|
||||
right: 0.5rem;
|
||||
}
|
||||
|
||||
.card-name {
|
||||
padding: 0.6rem 0 0;
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user