From 60ad4581f670ae8aec5e77cbc2421ad05e65c4e4 Mon Sep 17 00:00:00 2001 From: rushtehrani Date: Thu, 9 Jul 2020 10:11:09 -0700 Subject: [PATCH] feat: Add link to workspace templates repository --- .../workspace-template-list.component.html | 5 ++++- src/styles/font-variables.scss | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/workspace/workspace-template/workspace-template-list/workspace-template-list.component.html b/src/app/workspace/workspace-template/workspace-template-list/workspace-template-list.component.html index 218723ee..b56f7ac8 100644 --- a/src/app/workspace/workspace-template/workspace-template-list/workspace-template-list.component.html +++ b/src/app/workspace/workspace-template/workspace-template-list/workspace-template-list.component.html @@ -13,7 +13,10 @@ Workspace template builder
- Select an option to build your own template or start with a predefined workspace to customize. + Select an option to build your own template or start with a predefined template. +
+
+ See our templates repository for more community contributed templates.
diff --git a/src/styles/font-variables.scss b/src/styles/font-variables.scss index 7ba8016f..ec6b842e 100644 --- a/src/styles/font-variables.scss +++ b/src/styles/font-variables.scss @@ -12,6 +12,7 @@ $fontSizes: ( "smaller": $fontSmaller, "small": $fontSmall, "regular": $fontRegular, + "regular-large": $fontRegularLarge, "large": $fontLarge, "larger": $fontLarger, "XL": $fontXL,