2024-08-14 11:27:33 +02:00

19 lines
407 B
SCSS

@use "theme/globals" as *;
:host {
core-loading {
--loading-inline-min-height: 60px;
}
.core-attachments {
@include margin-horizontal(null, var(--mdl-spacing-3));
&-header {
ion-icon {
@include margin-horizontal(null, var(--mdl-spacing-3));
font-size: var(--mdl-typography-icon-fontSize-sm);
}
}
}
}