summaryrefslogtreecommitdiff
path: root/doc/development/fe_guide
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2019-05-05 13:57:21 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-05 13:57:21 +0000
commit0207468401e41dcea537fa2d48f395a5fa7b3300 (patch)
tree5c7fb2dee472bb57bce8e64bd3105cdf0af75ea4 /doc/development/fe_guide
parent6f54ced40dadf268b6d1525c413f9ce52930f1fe (diff)
downloadgitlab-ce-0207468401e41dcea537fa2d48f395a5fa7b3300.tar.gz
Docs: Merge EE doc/development to CE
Diffstat (limited to 'doc/development/fe_guide')
-rw-r--r--doc/development/fe_guide/style_guide_scss.md2
1 files changed, 2 insertions, 0 deletions
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