Skip to content
Snippets Groups Projects
Commit 0c3fbc4b authored by Lene Wasskog's avatar Lene Wasskog
Browse files

style: Attempt different styling of timeseries label in list

parent 206c53f8
No related branches found
No related tags found
No related merge requests found
...@@ -51,8 +51,8 @@ ...@@ -51,8 +51,8 @@
<b>{{ ots.name }}</b> <b>{{ ots.name }}</b>
</div> </div>
<div v-else class="row"> <div v-else class="row">
<div class="col-9 d-flex align-items-center"> <div class="col-9">
<span style="font-size: 0.9rem; font-weight: bolder">{{label(ots)}}</span>&nbsp;<span> - {{ ots.name }}</span> <span class="timeseries-label">{{label(ots)}}</span><br>{{ ots.name }}
</div> </div>
<div class="col-3 d-flex align-items-center justify-content-end"> <div class="col-3 d-flex align-items-center justify-content-end">
<span class="badge badge-pill badge-info">{{ getObservationCount(ots.observationTimeSeriesId) }}</span> <span class="badge badge-pill badge-info">{{ getObservationCount(ots.observationTimeSeriesId) }}</span>
...@@ -304,6 +304,13 @@ a { ...@@ -304,6 +304,13 @@ a {
text-decoration: underline !important; text-decoration: underline !important;
} }
.timeseries-label {
font-family: monospace;
color: grey;
font-size: 0.8rem;
}
.small-icon { .small-icon {
color: #3d8052; color: #3d8052;
margin-right: 5px; margin-right: 5px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment