2014-07-16 23:51:48 +02:00
|
|
|
//
|
|
|
|
// Variables
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
// Global values
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2014-07-22 23:24:44 +02:00
|
|
|
@jumbotron-height: 804px;
|
|
|
|
@header-height: 90px;
|
|
|
|
@jumbotron-total-height: 804px; //jumbo+header
|
|
|
|
@jumbotron-color: #fff;
|
|
|
|
@btn-border-radius: 4px;
|
|
|
|
@el-border-radius: 6px;
|
|
|
|
@negative-hero-margin: -90px;
|
2014-07-16 23:51:48 +02:00
|
|
|
// colors
|
|
|
|
// -------------------------
|
|
|
|
|
2014-07-22 23:24:44 +02:00
|
|
|
@white: #fff;
|
2014-07-23 09:55:41 +02:00
|
|
|
@black: #000;
|
|
|
|
@light-black: #242424;
|
2014-07-23 03:46:21 +02:00
|
|
|
@orange: #e78c5b;
|
|
|
|
@blue: #5b7fe7;
|
|
|
|
@green: #5be764;
|
2014-07-22 23:24:44 +02:00
|
|
|
@gray-darker: #555;
|
|
|
|
@gray: #777;
|
|
|
|
@gray-light: #939393;
|
|
|
|
@gray-lighter: #979797;
|
|
|
|
@red: #dd4e58;
|
|
|
|
@red-dark: #c5454e;
|
2014-07-23 00:31:43 +02:00
|
|
|
@purple: #822ff7;
|
2014-07-22 23:24:44 +02:00
|
|
|
@light-purple: #f7f3f9;
|
|
|
|
@btn-color: #4592C5;
|
2014-07-16 23:51:48 +02:00
|
|
|
|
|
|
|
|
|
|
|
// Scaffolding
|
|
|
|
// -------------------------
|
|
|
|
@body-bg: #fff;
|
|
|
|
@text-color: @gray;
|
|
|
|
|
|
|
|
// Links
|
|
|
|
// -------------------------
|
|
|
|
@link-color: @red-dark;
|
|
|
|
@link-hover-color: darken(@link-color, 15%);
|
|
|
|
|
|
|
|
// Typography
|
|
|
|
// -------------------------
|
2014-07-22 23:24:44 +02:00
|
|
|
@font-family-lato: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
@font-family-open-sans: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
@font-weight-lato-xl: 100;
|
|
|
|
@font-weight-lato-reg: 300;
|
|
|
|
@font-weight-lato-sb: 500;
|
|
|
|
@font-weight-lato-xb: 700;
|
|
|
|
@font-weight-open: @font-weight-lato-reg;
|
2014-07-16 23:51:48 +02:00
|
|
|
|
|
|
|
|
|
|
|
@text-shadow: 1px 1px 1px #000;
|
2014-07-22 23:24:44 +02:00
|
|
|
@shadow: @text-shadow;
|