_variables.scss 7.1 KB
Newer Older
1
  // Base Colours
2 3 4 5 6 7 8 9 10 11 12 13
$black: #000 !default;
$white: #fff !default;
$gray-50: lighten($black, 92%) !default; //ebebeb
$gray-200: lighten($black, 62.75%) !default; // #a0a0a0
$gray-300: lighten($black, 56.5%) !default; // #909090
$gray-400: lighten($black, 50%) !default; // #808080
$gray-500: lighten($black, 43.75%) !default; // #707070
$gray-600: lighten($black, 37.5%) !default; // #606060
$gray-650: lighten($black, 33.3%) !default; // #555555
$gray-700: lighten($black, 31.25%) !default; // #505050
$gray-800: lighten($black, 25%) !default; // #404040
$gray-900: lighten($black, 18.75%) !default; // #303030
14

15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
$cod-gray: #1b1b1b !default;
$bright-gray: #3b4151 !default;
$mako-gray: #41444e !default;
$waterloo-gray: #7d8492 !default;
$alto-gray: #d9d9d9 !default;
$mercury-gray: #e4e4e4 !default;
$concrete-gray: #e8e8e8 !default;
$alabaster: #f7f7f7 !default;
$apple-green: #62a03f !default;
$green-haze: #009d77 !default;
$japanese-laurel: #008000 !default;
$persian-green: #00a0a7 !default;
$geyser-blue: #d8dde7 !default;
$dodger-blue: #1391ff !default;
$endeavour-blue: #005dae !default;
$scampi-purple: #55a !default;
$electric-violet: #7300e5 !default;
$persian-red: #cf3030 !default;
$mango-tango: #e97500 !default;
34 35

// Theme
36 37 38 39 40 41 42

$color-primary: #89bf04 !default;
$color-secondary: #9012fe !default;
$color-info: #4990e2 !default;
$color-warning: #ff6060 !default;
$color-danger: #f00 !default;

43 44
$color-primary-hover: lighten($color-primary, .5%) !default;

45 46 47 48 49 50 51 52 53 54 55 56
$_color-post: #49cc90 !default;
$_color-get: #61affe !default;
$_color-put: #fca130 !default;
$_color-delete: #f93e3e !default;
$_color-head: #9012fe !default;
$_color-patch: #50e3c2 !default;
$_color-disabled: #ebebeb !default;
$_color-options: #0d5aa7 !default;

// Authorize

$auth-container-border-color: $gray-50 !default;
57
$auth-select-all-none-link-font-color: $color-info !default;
58 59 60 61 62
// Buttons

$btn-background-color: transparent !default;
$btn-border-color: $gray-400 !default;
$btn-font-color: inherit !default;
63
$btn-box-shadow-color: $black !default;
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

$btn-authorize-background-color: transparent !default;
$btn-authorize-border-color: $_color-post !default;
$btn-authorize-font-color: $_color-post !default;
$btn-authorize-svg-fill-color: $_color-post !default;

$btn-cancel-background-color: transparent !default;
$btn-cancel-border-color: $color-warning !default;
$btn-cancel-font-color: $color-warning !default;

$btn-execute-background-color: transparent !default;
$btn-execute-border-color: $color-info !default;
$btn-execute-font-color: $white !default;
$btn-execute-background-color-alt: $color-info !default;

$expand-methods-svg-fill-color: $gray-500 !default;
$expand-methods-svg-fill-color-hover: $gray-800 !default;

// Errors

$errors-wrapper-background-color: $_color-delete !default;
$errors-wrapper-border-color: $_color-delete !default;

$errors-wrapper-errors-small-font-color: $gray-600 !default;

// Form

91 92 93
$form-select-background-color: $alabaster !default;
$form-select-border-color: $mako-gray !default;
$form-select-box-shadow-color: $black !default;
94

95
$form-input-border-color: $alto-gray !default;
96 97 98 99 100
$form-input-background-color: $white !default;

$form-textarea-background-color: $white !default;
$form-textarea-focus-border-color: $_color-get !default;

101
$form-textarea-curl-background-color: $mako-gray !default;
102 103 104
$form-textarea-curl-font-color: $white !default;

$form-checkbox-label-font-color: $gray-900 !default;
105 106
$form-checkbox-background-color: $concrete-gray !default;
$form-checkbox-box-shadow-color: $concrete-gray !default;
107 108 109

// Information

110
$info-code-background-color: $black !default;
111 112 113 114 115
$info-code-font-color: $_color-head !default;

$info-link-font-color: $color-info !default;
$info-link-font-color-hover: $info-link-font-color !default;

116
$info-title-small-background-color: $waterloo-gray !default;
117 118 119 120 121

$info-title-small-pre-font-color: $white !default;

// Layout

122 123
$opblock-border-color: $black !default;
$opblock-box-shadow-color: $black !default;
124

125 126
$opblock-tag-border-bottom-color: $bright-gray !default;
$opblock-tag-background-color-hover: $black !default;
127 128 129

$opblock-tab-header-tab-item-active-h4-span-after-background-color: $gray-400 !default;

130
$opblock-isopen-summary-border-bottom-color: $black !default;
131 132

$opblock-isopen-section-header-background-color: $white !default;
133
$opblock-isopen-section-header-box-shadow-color: $black !default;
134

135
$opblock-summary-method-background-color: $black !default;
136
$opblock-summary-method-font-color: $white !default;
137
$opblock-summary-method-text-shadow-color: $black !default;
138

139
$operational-filter-input-border-color: $geyser-blue !default;
140

141
$tab-list-item-first-background-color: $black !default;
142 143 144 145 146

$response-col-status-undocumented-font-color: $gray-300 !default;

$response-col-links-font-color: $gray-300 !default;

147
$opblock-body-background-color: $mako-gray !default;
148 149 150
$opblock-body-font-color: $white !default;

$scheme-container-background-color: $white !default;
151
$scheme-container-box-shadow-color: $black !default;
152 153

$server-container-background-color: $white !default;
154
$server-container-box-shadow-color: $black !default;
155 156 157 158

$server-container-computed-url-code-font-color: $gray-400 !default;

$loading-container-before-border-color: $gray-650 !default;
159
$loading-container-before-border-top-color: $black !default;
160

161 162
$response-content-type-controls-accept-header-select-border-color: $japanese-laurel !default;
$response-content-type-controls-accept-header-small-font-color: $japanese-laurel !default;
163 164 165

// Modal

166
$dialog-ux-backdrop-background-color: $black !default;
167 168 169 170


$dialog-ux-modal-background-color: $white !default;
$dialog-ux-modal-border-color: $gray-50 !default;
171
$dialog-ux-modal-box-shadow-color: $black !default;
172

173
$dialog-ux-modal-content-font-color: $mako-gray !default;
174 175 176 177 178 179 180 181

$dialog-ux-modal-header-border-bottom-color: $gray-50 !default;

// Models

$model-deprecated-font-color: $gray-200 !default;

$model-hint-font-color: $gray-50 !default;
182
$model-hint-background-color: $black !default;
183

184
$section-models-border-color: $bright-gray !default;
185 186 187

$section-models-isopen-h4-border-bottom-color: $section-models-border-color !default;

188
$section-models-h4-font-color: $gray-600 !default;
189
$section-models-h4-background-color-hover: $black !default;
190 191 192

$section-models-h5-font-color: $gray-500 !default;

193
$section-models-model-container-background-color: $black !default;
194

195
$section-models-model-box-background-color: $black !default;
196 197 198

$section-models-model-title-font-color: $gray-700 !default;

199
$prop-type-font-color: $scampi-purple !default;
200

201
$prop-format-font-color: $gray-600 !default;
202 203 204

// Tables

205
$table-thead-td-border-bottom-color: $bright-gray !default;
206 207 208 209 210 211 212 213 214

$table-parameter-name-required-font-color: $color-danger !default;

$table-parameter-in-font-color: $gray-400 !default;

$table-parameter-deprecated-font-color: $color-danger !default;

// Topbar

215
$topbar-background-color: $cod-gray !default;
216 217 218

$topbar-link-font-color: $white !default;

219
$topbar-download-url-wrapper-element-border-color: $apple-green !default;
220

221
$topbar-download-url-button-background-color: $apple-green !default;
222 223 224 225
$topbar-download-url-button-font-color: $white !default;

// Type

226 227 228
$text-body-default-font-color: $bright-gray !default;
$text-code-default-font-color: $bright-gray !default;
$text-headline-default-font-color: $bright-gray !default;