mirror of https://github.com/rancher/dashboard.git
629 vertical alighnment
This commit is contained in:
parent
f92a4d3a3b
commit
173fda0d20
|
|
@ -67,7 +67,6 @@ export default {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.bar {
|
.bar {
|
||||||
vertical-align: -5px; // this will align percentage-text in the center without having to change the line height
|
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
.tick {
|
.tick {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
@ -75,6 +74,7 @@ export default {
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
width: 3px;
|
width: 3px;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
vertical-align: -5px; // this will align percentage-text in the center without having to change the line height
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue