Add some sass

This commit is contained in:
Jonathan Cremin 2018-04-28 20:56:20 +01:00
parent 7720653aeb
commit 8012bef79a
11 changed files with 530 additions and 79 deletions

View file

@ -0,0 +1,6 @@
$family-title: 'Comfortaa';
$primary: #FE4365;
$link: $primary;
$button-color: $primary;
$input-focus-border-color: $primary;
$grey: #445470;