add timeselector, fix padding
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user