forked from EVOgeek/Vmeda.Online
16 lines
288 B
SCSS
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;
|
|
}
|
|
}
|