add structure

This commit is contained in:
2019-05-01 19:59:32 +02:00
parent f988fe8ae1
commit 0cae791a02
58 changed files with 3768 additions and 350 deletions

View File

@ -21,9 +21,12 @@
// $lhp
// color
$blue: #0f265c;
$red: #8d2815ff;
$grey: #999999;
$light-blue: #0093a3;
$dark-blue: #00407d;
$green: #b5cb3a;
$red: #9e0027;
$light-grey: #d8dadb;
$grey: #6e6f70;
$white: #ffffff;
$black: #231f20;