feat: add mobile css

This commit is contained in:
Matthieu CAILLEAUX
2022-04-27 23:36:15 +02:00
parent b16967c351
commit 049c77a004
19 changed files with 639 additions and 319 deletions

View File

@@ -6,4 +6,6 @@ export abstract class AbstractBuilder {
public abstract getLabelledRowHeight(): number;
public abstract save(name: string);
public abstract getImageScale(): number;
}