From 65709a37796504cd10fd3601f9458cc0e1f459bc Mon Sep 17 00:00:00 2001 From: checktheroads Date: Mon, 27 May 2019 08:13:46 -0700 Subject: [PATCH] removed cached hyperglass.scss --- hyperglass/static/sass/.gitignore | 1 - hyperglass/static/sass/hyperglass.scss | 35 -------------------------- 2 files changed, 36 deletions(-) delete mode 100644 hyperglass/static/sass/hyperglass.scss diff --git a/hyperglass/static/sass/.gitignore b/hyperglass/static/sass/.gitignore index 37520f0..e6cdb30 100644 --- a/hyperglass/static/sass/.gitignore +++ b/hyperglass/static/sass/.gitignore @@ -1,3 +1,2 @@ .DS_Store hyperglass.scss -custom/custom_elements.sass diff --git a/hyperglass/static/sass/hyperglass.scss b/hyperglass/static/sass/hyperglass.scss deleted file mode 100644 index 6b987f0..0000000 --- a/hyperglass/static/sass/hyperglass.scss +++ /dev/null @@ -1,35 +0,0 @@ -@charset "utf-8"; - -/* Fonts */ -@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700'); -@import url('https://fonts.googleapis.com/css?family=Fira+Mono'); - -$family-sans-serif: "Nunito", sans-serif; -$family-monospace: "Fira Mono", monospace; - -/* Color Changes */ -$body-background-color: #fbfffe; -$footer-background-color: transparent; -$danger: #ff3860; - -/* Custom Colors */ -$lg-btn-submit: #40798c; -$lg-tag-loctitle: #330036; -$lg-tag-cmdtitle: #330036; -$lg-tag-cmd: #ff5e5b; -$lg-progressbar: #40798c; -$lg-tag-loc: #40798c; - -/* Element Changes */ -$footer-padding: 3rem 1.5rem 3rem ; - -/*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */ -@import "utilities/_all"; -@import "base/_all"; -@import "elements/_all"; -@import "components/_all"; -@import "grid/_all"; -@import "layout/_all"; - -/* Looking Glass Imports */ -@import "custom/custom_elements"; \ No newline at end of file