Energiepreise/src/index.scss

33 lines
502 B
SCSS

@import 'npm:bulma/bulma.sass';
.table td {
border-bottom-width: 0;
border-top-width: 1px;
}
table {
table-layout: fixed;
text-align: center;
}
tr:first-child {
font-size: 10lvh;
background: white !important;
& > td:first-child {
display: none;
}
& > td:nth-child(-n+2) {
position: relative;
left: 25%;
&::after {
content: "Eur/MWh";
vertical-align: sub;
font-size: small;
}
}
}