Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_variables.scss « scss « css « html - github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38e072d31014a64dfc93782a98c6b0470e571836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$body-font: -apple-system-font, "Helvetica Neue", Helvetica, sans-serif;
$code-font: "Source Code Pro", Monaco, Menlo, Consolas, monospace;

$body-background: #f2f2f2;
$content-background: #fff;
$content-border: #e9e9e9;
$tint-color: #08c;
$object-background: #f9f9f9;
$object-border: #e9e9e9;

$mobile-max-width: 650px;
$desktop-min-width: 768px;