diff options
| author | m5o <[email protected]> | 2017-11-06 23:21:03 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-11-06 14:21:03 -0800 |
| commit | 09ae92a0a097fd3b90108d6c7363dccdd32f5888 (patch) | |
| tree | cc230e0c21b3286ef0685b4797c18eb7d91d3ad2 /_includes | |
| parent | 20b2e67ddc043808d18fbebaaaa3e348ac945886 (diff) | |
| download | bootstrap-09ae92a0a097fd3b90108d6c7363dccdd32f5888.tar.xz bootstrap-09ae92a0a097fd3b90108d6c7363dccdd32f5888.zip | |
descriptive docs variable naming (#24521)
* use descriptive docs btn naming
* rename `btn-bd-yellow` to `btn-bd-download`
* sort state vars
* sort state vars
* info, warning, danger
* rename btn-bd-purple
* rename `.btn-bd-purple` to `.btn-bd-primary`
* align docs color variables
* generate $bd-purple-light color
* with http://razorltd.github.io/sasscolourfunctioncalculator/
* allow overide of docs variables
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/docs-navbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/docs-navbar.html b/_includes/docs-navbar.html index 6000c35b8..eb4be1474 100644 --- a/_includes/docs-navbar.html +++ b/_includes/docs-navbar.html @@ -59,5 +59,5 @@ </li> </ul> - <a class="btn btn-bd-yellow d-none d-lg-inline-block mb-3 mb-md-0 ml-md-3" href="{{ site.download.source }}">Download</a> + <a class="btn btn-bd-download d-none d-lg-inline-block mb-3 mb-md-0 ml-md-3" href="{{ site.download.source }}">Download</a> </header> |
