добавлена легенда при записи, дописаны стили календаря

This commit is contained in:
DmitriyB
2022-07-25 19:15:06 +05:30
parent 80feed0d8f
commit d10ad6b217
5 changed files with 79 additions and 1 deletions
+40
View File
@@ -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;
}