Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_variables.scss « scss « assets « docs - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4b484334a444056cbc5ee66f869107915dfa775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$white:    #fff;
$blue:     #007bff;
$gray-100: #f8f9fa;
$gray-500: #adb5bd;
$gray-700: #495057;
$gray-900: #212529;
$primary:  #0d6efd;
$teal-100: #d2f4ea;

// Local docs variables
$bd-purple:        #563d7c;
$bd-purple-bright: lighten(saturate($bd-purple, 5%), 15%); // #7952b3
$bd-dark:          #2a2730;
$bd-download:      #ffe484;

$spacer: 1rem;