-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
5 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
// Local docs variables | ||
$bd-purple: #563d7c; | ||
$bd-purple-bright: lighten(saturate($bd-purple, 5%), 15%); | ||
$bd-purple-light: #cdbfe3; | ||
$bd-graphite: #2a2730; | ||
$bd-yellow: #ffe484; | ||
$bd-danger: #d9534f; | ||
$bd-warning: #f0ad4e; | ||
$bd-info: #5bc0de; | ||
$bd-purple: #563d7c !default; | ||
$bd-purple-bright: lighten(saturate($bd-purple, 5%), 15%) !default; | ||
$bd-purple-light: lighten(saturate($bd-purple, 5%), 45%) !default; | ||
$bd-dark: #2a2730 !default; | ||
$bd-download: #ffe484 !default; | ||
$bd-info: #5bc0de !default; | ||
$bd-warning: #f0ad4e !default; | ||
$bd-danger: #d9534f !default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters