add timeselector, fix padding

This commit is contained in:
DmitriyB
2022-07-26 11:55:17 +05:00
parent 82ff3120cc
commit a238cbd514
8 changed files with 282 additions and 12 deletions
+18 -2
View File
@@ -221,12 +221,28 @@
margin-bottom: auto;
}
.plan-content-container {
display: flex;
flex-direction: column;
}
.plan-content-title {
font-weight: 700;
font-size: 40px;
line-height: 110%;
}
.plan-content-date {
margin-top: 40px;
font-weight: 600;
font-size: 24px;
line-height: 110%;
}
.plan-content-content {
margin: 40px 0 24px 0;
}
.legend-container {
display: flex;
gap: 8px;
@@ -257,12 +273,12 @@
color: #CE56C2;
}
.legend-text.disabled {
.legend-text.disable {
color: #B196AF;
}
.plan-content-legend {
margin-top: 24px;
/* margin-top: 24px; */
display: flex;
gap: 32px;
}