Revision 9569cdc8 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_settings.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_settings.scss
30 30
// We use these as default colors throughout
31 31
$primary-color: #919194;
32 32
$secondary-color: #ff7bac;
33
$black:#000;
33
$black:#333;
34 34
$white:#fff;
35 35

  
36 36
$alert-color: $secondary-color;
......
209 209
// $input-font-size: emCalc(14px);
210 210
// $input-bg-color: #fff;
211 211
// $input-focus-bg-color: darken(#fff, 2%);
212
// $input-border-color: darken(#fff, 20%);
212
$input-border-color: $primary-color;
213 213
// $input-focus-border-color: darken(#fff, 40%);
214 214
// $input-border-style: solid;
215 215
// $input-border-width: 1px;
......
391 391
//
392 392

  
393 393
// We use this to set the background color for the breadcrumb container.
394
// $crumb-bg: lighten($secondary-color, 5%);
394
$crumb-bg: transparent;
395 395

  
396 396
// We use these to set the padding around the breadcrumbs.
397
// $crumb-padding: emCalc(6px) emCalc(14px) emCalc(9px);
397
$crumb-padding: 0 emCalc(14px) emCalc(9px);
398 398
// $crumb-side-padding: emCalc(12px);
399 399

  
400 400
// We use these to control border styles.
401 401
// $crumb-function-factor: 10%;
402 402
// $crumb-border-size: 1px;
403 403
// $crumb-border-style: solid;
404
// $crumb-border-color: darken($crumb-bg, $crumb-function-factor);
404
$crumb-border-color: transparent;
405 405
// $crumb-radius: $global-radius;
406 406

  
407 407
// We use these to set various text styles for breadcrumbs.
408
// $crumb-font-size: emCalc(11px);
408
$crumb-font-size: inherit;
409 409
// $crumb-font-color: $primary-color;
410 410
// $crumb-font-color-current: #333;
411 411
// $crumb-font-color-unavailable: #999;
412
// $crumb-font-transform: uppercase;
413
// $crumb-link-decor: underline;
412
$crumb-font-transform: none;
413
$crumb-link-decor: none;
414 414

  
415 415
// We use these to control the slash between breadcrumbs
416 416
// $crumb-slash-color: #aaa;
417
// $crumb-slash: "/";
417
$crumb-slash: ">";
418 418

  
419 419
//
420 420
// Clearing Variables
......
751 751
//
752 752

  
753 753
// We use this to se the prog bar height
754
// $progress-bar-height: emCalc(25px);
754
$progress-bar-height: emCalc(15px);
755 755
// $progress-bar-color: transparent;
756 756

  
757 757
// We use these to control the border styles

Also available in: Unified diff