summaryrefslogtreecommitdiffstats
path: root/resources/scss/bootstrap-cust/_variables.scss
blob: 3a5de518f5cb5b1e7e8d4a5979a500cc071d66c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
//== Colors
//
//## Gray and brand colors for use across Bootstrap.

$gray-darker: $background-color2;
$gray-dark: $background-color2;
$gray: $background-color13;
$gray-light: $text-color7;
$gray-lighter: $text-color7;

$brand-primary: $background-color5;
$brand-success: $background-color11;
$brand-info: $text-color7;
$brand-warning: $text-color9;
$brand-danger: $text-color10;


//== Scaffolding
//
//## Settings for some of the most global styles.

$body-bg: $primary-background-color;
$text-color: $text-color1;
$link-color: $border-color11;
$link-hover-color: $border-color3;

//== Typography
//
//## Font, line-height, and color for body text, headings, and more.
// This variable never used. Maybe delete!!!!
$font-family-sans-serif: omnes-regular, "Omnes-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
//$font-family-base: $font-family-sans-serif !default;
$font-size-base: $body-font-2;
$font-size-large: $body-font-1;
$font-size-small: $body-font-3;
$font-size-h1: $heading-font-1;
$font-size-h2: $heading-font-2;
$font-size-h3: $heading-font-3;
$font-size-h4: $heading-font-4;



//== Components
//
//## Define common padding and border radius sizes and more.
$border-radius-base: 0;
$border-radius-large: 0;
$border-radius-small: 0;


//== Buttons
//
//## For each of Bootstrap's buttons, define text, background and border color.

// $btn-font-weight: normal !default;
$btn-default-color: $text-color;
$btn-default-bg: $primary-background-color;
$btn-default-border: $border-color5;

$btn-success-color: $primary-background-color;

// Allows for customizing button radius independently from global border radius
$btn-border-radius-base: 2px;
$btn-border-radius-large: 2px;
$btn-border-radius-small: 2px;

//== Dropdowns
//
$dropdown-bg: $primary-background-color;
$dropdown-border: $background-color3;
$dropdown-link-color: $text-color1;
$dropdown-divider-bg: $gray;
//** Hover color for dropdown links.
$dropdown-link-hover-color: $text-color3;
//** Hover background for dropdown links.
$dropdown-link-hover-bg: $background-color12;

//** Active dropdown menu item text color.
$dropdown-link-active-color: $text-color3;
//** Active dropdown menu item background color.
$dropdown-link-active-bg: $background-color12;

//== Forms
//
//##
$form-group-margin-bottom: 24px;


$input-bg: $primary-background-color;
$input-bg-disabled: $background-color4;
$input-color:$text-color6;
$input-border: $text-color7;
$input-border-focus: $border-color4;

//== Modals
//
//##
$modal-content-bg: $primary-background-color;
$modal-inner-padding: 0 15px;
$modal-title-padding: 30px 25px 10px 25px;


//== Close
//
//##
$close-color: $background-color4;

//== Navs
//
//##
//=== Shared nav styles
$nav-link-hover-bg: transparent;

$navbar-inverse-bg: $gray;

//== Tabs
$nav-tabs-border-color: transparent;
$nav-tabs-link-hover-border-color: transparent;
$nav-tabs-active-link-hover-bg: transparent;
$nav-tabs-active-link-hover-color: $text-color1;
$nav-tabs-active-link-hover-border-color: transparent;


//== Popovers
//
//##
$popover-bg: $background-color1;