2014-10-16 20:01:43 +02:00
|
|
|
// Colors
|
|
|
|
|
|
|
|
@blue: #85b5bb;
|
|
|
|
@dark-blue: #36535a;
|
|
|
|
@red: #e96e57;
|
|
|
|
@light-gray: #f6f8f8;
|
|
|
|
@dark-gray: #3b3b3b;
|
|
|
|
|
|
|
|
@navbar-default-bg: #fff;
|
|
|
|
|
|
|
|
|
2014-10-24 09:58:59 +02:00
|
|
|
@text-color: @dark-gray;
|
2014-10-24 12:24:02 +02:00
|
|
|
@link-color: @dark-gray;
|
|
|
|
|
2014-10-24 09:58:59 +02:00
|
|
|
|
|
|
|
@progress-bg: @blue;
|
2014-10-16 20:01:43 +02:00
|
|
|
|
|
|
|
// Typography
|
|
|
|
@font-family-base: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2014-10-24 12:24:02 +02:00
|
|
|
@font-family-mono: "Droid Sans Mono", monospace;
|
2014-10-16 20:01:43 +02:00
|
|
|
|
|
|
|
@headings-font-family: @font-family-base;
|
|
|
|
@headings-font-weight: 100;
|
|
|
|
@headings-line-height: 1.1;
|
|
|
|
@headings-color: inherit;
|
|
|
|
|
|
|
|
|
|
|
|
// Animation
|
|
|
|
@animation-duration: 0.3s;
|
|
|
|
|
|
|
|
|
|
|
|
// Layout
|
2014-10-24 12:24:02 +02:00
|
|
|
@grid-gutter-width: 70px;
|