From ba8c17f339f233b1235af12683b4f2242a09157e Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Wed, 11 May 2016 23:35:58 +0200 Subject: [PATCH] Initialize theming of the mouse edition interface. --- sass/style.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index bde17dce..a221f854 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -123,3 +123,11 @@ margin-top: -4rem; } } + +.mouse { + &__action { + &--type { + border-right: 1px solid #000; + } + } +}