From d62fc709c5ed5c7db585d126dff42b2e77f6c264 Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Mon, 14 Jan 2019 20:17:22 +0000 Subject: Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}` --- app/assets/stylesheets/pages/notes.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets/stylesheets/pages/notes.scss') diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 69b7b80dbf4..23b9e4f9416 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -5,7 +5,7 @@ $note-form-margin-left: 72px; @mixin vertical-line($left) { &::before { content: ''; - border-left: 2px solid $theme-gray-100; + border-left: 2px solid $gray-100; position: absolute; top: 0; bottom: 0; -- cgit v1.2.1