44 lines
1018 B
Plaintext
44 lines
1018 B
Plaintext
// ==========================================================================
|
|
// Variables
|
|
// ==========================================================================
|
|
|
|
// Colors
|
|
@blue: #3498db;
|
|
@gray-dark: #343f4a;
|
|
@gray: #55646b;
|
|
@gray-light: #cbd0d3;
|
|
@gray-lighter: #dbe3e8;
|
|
@off-white: #f2f5f7;
|
|
|
|
// Brands
|
|
@color-twitter: #4BAAF4;
|
|
@color-youtube: #cc181e;
|
|
@color-vimeo: #19b7ed;
|
|
|
|
// Base
|
|
@body-background: @off-white;
|
|
|
|
// Type
|
|
@font-size-base: 16;
|
|
@font-size-small: 14;
|
|
@font-size-h1: 64;
|
|
|
|
// Elements
|
|
@link-color: @blue;
|
|
@padding-base: 20px;
|
|
@arrow-size: 8px;
|
|
|
|
// Icons
|
|
@icon-size: 18px;
|
|
|
|
// Breakpoints
|
|
@screen-sm: 480px;
|
|
@screen-md: 768px;
|
|
|
|
// Radii
|
|
@border-radius-base: 4px;
|
|
|
|
// Examples
|
|
@example-width-audio: 520px;
|
|
@example-width-video: 1200px;
|