A bit more cleanup

This commit is contained in:
Kevin MacMartin 2016-08-19 00:33:12 -04:00
parent 38e3b02d9e
commit 329027891c
2 changed files with 5 additions and 2 deletions

View file

@ -10,7 +10,7 @@
@import "pages/**";
//
// Main Styles
// Main Website Styles
//
* {

View file

@ -6,7 +6,6 @@
@import "simplemde/dist/simplemde.min";
@import "SpinKit/css/spinners/11-folding-cube";
// Core
@import "_var";
@import "_fonts";
@ -14,6 +13,10 @@
// Fontawesome Path
$fa-font-path: "/fonts";
//
// Main Dashboard Styles
//
* {
outline: none !important;
}