From 0207468401e41dcea537fa2d48f395a5fa7b3300 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Sun, 5 May 2019 13:57:21 +0000 Subject: Docs: Merge EE doc/development to CE --- doc/development/fe_guide/style_guide_scss.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/development/fe_guide') diff --git a/doc/development/fe_guide/style_guide_scss.md b/doc/development/fe_guide/style_guide_scss.md index 548d72bea93..36880dd746d 100644 --- a/doc/development/fe_guide/style_guide_scss.md +++ b/doc/development/fe_guide/style_guide_scss.md @@ -16,10 +16,12 @@ New utility classes should be added to [`utilities.scss`](https://gitlab.com/git **Background color**: `.bg-variant-shade` e.g. `.bg-warning-400` **Text color**: `.text-variant-shade` e.g. `.text-success-500` + - variant is one of 'primary', 'secondary', 'success', 'warning', 'error' - shade is on of the shades listed on [colors](https://design.gitlab.com/foundations/colors/) **Font size**: `.text-size` e.g. `.text-2` + - **size** is number from 1-6 from our [Type scale](https://design.gitlab.com/foundations/typography) ### Naming -- cgit v1.2.1