diff --git a/.gitignore b/.gitignore index 9f637e9..a9d6712 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,7 @@ fixtures/*.sql # NPM-related ignores node_modules/ package-lock.json + + +#SCSS-related ignores +*.map \ No newline at end of file diff --git a/css/res/black_branch.svg b/css/res/black_branch.svg new file mode 100644 index 0000000..026a302 --- /dev/null +++ b/css/res/black_branch.svg @@ -0,0 +1,76 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/css/res/black_on_white.svg b/css/res/black_on_white.svg new file mode 100644 index 0000000..96e5fe0 --- /dev/null +++ b/css/res/black_on_white.svg @@ -0,0 +1,92 @@ + + + + + + + + + + image/svg+xml + + + + + + + + brancher + + diff --git a/css/res/branch_big.svg b/css/res/branch_big.svg new file mode 100644 index 0000000..156ac12 --- /dev/null +++ b/css/res/branch_big.svg @@ -0,0 +1,740 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/css/res/inverse_branch.svg b/css/res/inverse_branch.svg new file mode 100644 index 0000000..4a30832 --- /dev/null +++ b/css/res/inverse_branch.svg @@ -0,0 +1,76 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/css/res/rainbow_branch.svg b/css/res/rainbow_branch.svg new file mode 100644 index 0000000..9e6c4d0 --- /dev/null +++ b/css/res/rainbow_branch.svg @@ -0,0 +1,728 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/css/res/white_branch.svg b/css/res/white_branch.svg new file mode 100644 index 0000000..275b796 --- /dev/null +++ b/css/res/white_branch.svg @@ -0,0 +1,76 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/css/res/white_on_black.svg b/css/res/white_on_black.svg new file mode 100644 index 0000000..f4bce2a --- /dev/null +++ b/css/res/white_on_black.svg @@ -0,0 +1,92 @@ + + + + + + + + + + image/svg+xml + + + + + + + + brancher + + diff --git a/css/styles.scss b/css/styles.scss new file mode 100644 index 0000000..e69de29