2024-05-14 11:47:34 +02:00

16 lines
288 B
SCSS

@use "theme/globals" as *;
:host {
.addon-mod_h5pactivity-table-header {
font-weight: bold;
ion-col {
@include ellipsis();
}
}
.addon-mod_h5pactivity-table-row .addon-mod_h5pactivity-table-success-col {
font-size: 1.2em;
}
}