mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 20:50:18 +01:00
33 lines
No EOL
594 B
Text
33 lines
No EOL
594 B
Text
// Colors
|
|
|
|
@blue: #85b5bb;
|
|
@dark-blue: #36535a;
|
|
@red: #e96e57;
|
|
@light-gray: #f6f8f8;
|
|
@dark-gray: #3b3b3b;
|
|
|
|
@navbar-default-bg: #fff;
|
|
|
|
|
|
@text-color: @dark-gray;
|
|
@link-color: @dark-gray;
|
|
|
|
|
|
@progress-bg: @blue;
|
|
|
|
// Typography
|
|
@font-family-base: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
@font-family-mono: "Droid Sans Mono", monospace;
|
|
|
|
@headings-font-family: @font-family-base;
|
|
@headings-font-weight: 100;
|
|
@headings-line-height: 1.1;
|
|
@headings-color: inherit;
|
|
|
|
|
|
// Animation
|
|
@animation-duration: 0.3s;
|
|
|
|
|
|
// Layout
|
|
@grid-gutter-width: 70px; |