aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/globalCssVariables.scss.d.ts
blob: 9788d31f72fcea103ca5f2d5f5783782b3340294 (plain)
1
2
3
4
5
6
7
8
9
10
interface IGlobalScss {
    contextMenuZindex: string;  // context menu shows up over everything
    COLLECTION_BORDER_WIDTH: string;
    MINIMIZED_ICON_SIZE: string;
    MAX_ROW_HEIGHT: string;
}
declare const globalCssVariables: IGlobalScss;

export = globalCssVariables;