mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
501 B
35 lines
501 B
:host {
|
|
display: block;
|
|
|
|
.holdings-table {
|
|
table-layout: auto;
|
|
|
|
tr {
|
|
&:not(.expanded) + tr.holding-detail td {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
&.expanded {
|
|
> td {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
&.holding-detail {
|
|
height: 0;
|
|
}
|
|
|
|
.holding-parents-table {
|
|
--table-padding: 0.5em;
|
|
|
|
tr {
|
|
height: auto;
|
|
|
|
td {
|
|
padding: var(--table-padding);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|