Reset, reset

This commit is contained in:
2018-04-28 17:13:56 +10:00
parent 63d1e21b9a
commit 5eb4d7ee4f
124 changed files with 0 additions and 5899 deletions

View File

@ -1,24 +0,0 @@
/*
* Color Settings
* Provides settings for colors
*
* Dependencies:
*
* Version:
* 1.1.0 - 2018/02/23
*/
//Fonts
$s-color--text: black;
$s-color--links: #FC78DE;
$s-color--links-hover: $s-color--links;
//Backgrounds
$s-color--background-default: #FEFCF8;
$s-color--background-top: #F9F;
$s-color--background-bottom: #BEF;
//Borders
$s-thickness--border-default: 1px;
$s-thickness--border-thick: 3px;
$s-color--border--default: $s-thickness--border-default solid #DDD;