From 84f609a2698fa3b5518f2a663ce5dbf981b603d3 Mon Sep 17 00:00:00 2001 From: Mahyar Damavand Date: Sun, 20 Jan 2019 16:01:46 +0330 Subject: [PATCH] tiny style modification --- lms/static/sass/_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/sass/_header.scss b/lms/static/sass/_header.scss index 8f3e6a0bb160..f3f15e5367b3 100644 --- a/lms/static/sass/_header.scss +++ b/lms/static/sass/_header.scss @@ -209,7 +209,7 @@ position: absolute; background-color: theme-color("inverse"); color: theme-color("secondary"); - right: 30px; + @include right(30px); top: 55px; z-index: 10;