diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-05-09 20:59:10 -0400 | 
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-05-09 20:59:10 -0400 | 
| commit | 47ecf8d30f4aa5e25a659fc7f3c0c1487420150e (patch) | |
| tree | cbae92b4aca6cc8427410cc2ec51b0afff1d8ea2 /src/client/views/globalCssVariables.scss.d.ts | |
| parent | ff5e275d4d9bb17866a432459884274cd870a640 (diff) | |
merge with master, but haven't reconciled internal and external linking
Diffstat (limited to 'src/client/views/globalCssVariables.scss.d.ts')
| -rw-r--r-- | src/client/views/globalCssVariables.scss.d.ts | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/globalCssVariables.scss.d.ts b/src/client/views/globalCssVariables.scss.d.ts index e874b815d..9788d31f7 100644 --- a/src/client/views/globalCssVariables.scss.d.ts +++ b/src/client/views/globalCssVariables.scss.d.ts @@ -1,7 +1,9 @@  interface IGlobalScss {      contextMenuZindex: string;  // context menu shows up over everything -    COLLECTION_BORDER_WIDTH: number; +    COLLECTION_BORDER_WIDTH: string; +    MINIMIZED_ICON_SIZE: string; +    MAX_ROW_HEIGHT: string;  }  declare const globalCssVariables: IGlobalScss;  | 
