40 lines
862 B
SCSS
40 lines
862 B
SCSS
$social-tags: '';
|
|
$brand-small-icon-size: 30px;
|
|
|
|
$gray-0: #efefef;
|
|
$gray-1: #e6e6e6;
|
|
$gray-2: #a9a9a9;
|
|
$gray-3: #797979;
|
|
$gray-4: #515151;
|
|
|
|
$brand-blue: rgb(67, 135, 253);
|
|
$brand-blue-secondary: #3c8ef3;
|
|
$brand-blue-secondary2: #2a7cdf;
|
|
|
|
$brand-red: rgb(244, 74, 63);
|
|
$brand-red-secondary: #e0543e;
|
|
$brand-red-secondary2: #d94d3a;
|
|
|
|
$brand-yellow: rgb(255, 209, 77);
|
|
$brand-yellow-secondary: #f9cc46;
|
|
$brand-yellow-secondary2: #f6c000;
|
|
|
|
$brand-green: rgb(13, 168, 97);
|
|
$brand-green-secondary: #00a86d;
|
|
$brand-green-secondary2: #009f5d;
|
|
|
|
$hiroko-table-header: #9DC8C8;
|
|
$hiroko-table-odd: #E3FFEA;
|
|
|
|
$hiroko-highlight: #ffff99;
|
|
|
|
$slide-width: 900px;
|
|
$slide-height: 700px;
|
|
$slide-width-widescreen: 1100px;
|
|
$slide-top-bottom-padding: 40px;
|
|
$slide-left-right-padding: 60px;
|
|
$slide-border-radius: 5px;
|
|
|
|
$slide-tap-area-width: 100px;
|
|
|
|
$article-content-top-padding: 45px;
|