mirror of https://gitlab.com/bashrc2/epicyon
Transparent hr on timeline
parent
d3390d59a7
commit
6e4e50ac5b
|
@ -702,6 +702,14 @@ input[type=number] {
|
||||||
height: 0px;
|
height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.transparent hr {
|
||||||
|
color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
font-size: 0px;
|
||||||
|
line-height: 0px;
|
||||||
|
height: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.labelsright {
|
.labelsright {
|
||||||
float: right;
|
float: right;
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
|
|
Loading…
Reference in New Issue