Updated timeline
This commit is contained in:
+38
-25
@@ -1337,20 +1337,29 @@ textarea {
|
||||
border: 1px solid rgba(39, 105, 179, 0.12);
|
||||
border-radius: 8px;
|
||||
background: rgba(255, 255, 255, 0.72);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bird-timeline-graph {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
min-height: 140px;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.bird-timeline-graph-line {
|
||||
stroke: url(#timelineLine);
|
||||
stroke-width: 4;
|
||||
stroke-linecap: round;
|
||||
.bird-timeline-graph-axis {
|
||||
stroke: rgba(31, 42, 42, 0.18);
|
||||
stroke-width: 1.2;
|
||||
}
|
||||
|
||||
.bird-timeline-graph-year-line {
|
||||
stroke: rgba(39, 105, 179, 0.16);
|
||||
stroke-width: 1;
|
||||
stroke-dasharray: 4 6;
|
||||
}
|
||||
|
||||
.bird-timeline-graph-year {
|
||||
fill: var(--muted);
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.bird-timeline-graph-connector {
|
||||
@@ -1375,7 +1384,7 @@ textarea {
|
||||
|
||||
.bird-timeline-graph-label,
|
||||
.bird-timeline-graph-meta {
|
||||
font-size: 0.72rem;
|
||||
font-size: 11px;
|
||||
fill: var(--ink);
|
||||
}
|
||||
|
||||
@@ -1387,6 +1396,27 @@ textarea {
|
||||
fill: var(--muted);
|
||||
}
|
||||
|
||||
.bird-timeline-graph-event-icon {
|
||||
fill: #1f1f1f;
|
||||
font-family: "Material Symbols Outlined";
|
||||
font-size: 18px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
|
||||
font-feature-settings: "liga";
|
||||
-webkit-font-feature-settings: "liga";
|
||||
letter-spacing: 0;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.bird-timeline-graph-hatch-dot {
|
||||
fill: #fffdf9;
|
||||
stroke: #1f1f1f;
|
||||
stroke-width: 2;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
.bird-timeline-form {
|
||||
padding: 0.85rem;
|
||||
border: 1px solid rgba(35, 138, 90, 0.14);
|
||||
@@ -2034,28 +2064,11 @@ label {
|
||||
|
||||
.verified-location-search-row {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
grid-template-columns: minmax(0, 1fr) auto auto;
|
||||
gap: 0.65rem;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
.verified-location-selected {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 1rem;
|
||||
padding: 0.85rem 0.95rem;
|
||||
border: 1px solid rgba(35, 138, 90, 0.2);
|
||||
border-radius: 8px;
|
||||
background: rgba(35, 138, 90, 0.08);
|
||||
}
|
||||
|
||||
.verified-location-selected div {
|
||||
display: grid;
|
||||
gap: 0.15rem;
|
||||
}
|
||||
|
||||
.verified-location-selected small,
|
||||
.verified-location-result small {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user