Skip to content
Snippets Groups Projects
Commit 88d3d5ce authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#36 - improved padding

parent bb80226b
No related branches found
No related tags found
No related merge requests found
......@@ -34,13 +34,21 @@
.sensorLineChartTile .header-left {
display: flex;
flex-direction: column;
{% if showAxes %}
padding-top: 1%;
{% else %}
padding-top: 3%;
{% endif %}
padding-left: 5%;
}
.sensorLineChartTile i {
margin-right: 5%;
{% if showAxes %}
font-size: 2.5vmin;
{% else %}
font-size: 3.8vmin;
{% endif %}
}
.sensorLineChartTile .title,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment