добавлена легенда при записи, дописаны стили календаря
This commit is contained in:
@@ -219,4 +219,44 @@
|
||||
flex-direction: column;
|
||||
padding: 80px 0;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
|
||||
.legend-container {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.legend-circle {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
.legend-circle.active {
|
||||
background-color: #CE56C2;
|
||||
}
|
||||
|
||||
.legend-circle.disable {
|
||||
background-color: #B196AF;
|
||||
}
|
||||
|
||||
.legend-text {
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 130%;
|
||||
}
|
||||
|
||||
.legend-text.active {
|
||||
color: #CE56C2;
|
||||
}
|
||||
|
||||
.legend-text.disabled {
|
||||
color: #B196AF;
|
||||
}
|
||||
|
||||
.plan-content-legend {
|
||||
margin-top: 24px;
|
||||
display: flex;
|
||||
gap: 32px;
|
||||
}
|
||||
Reference in New Issue
Block a user