From 4eab4120b72fde72aa323b2ed4e82254afc4e4af Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 10 Jul 2019 21:35:42 +0200 Subject: [PATCH] remove debug styles --- scss/layout/_navbar.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scss/layout/_navbar.scss b/scss/layout/_navbar.scss index cbaa2303..4cf8bcd2 100644 --- a/scss/layout/_navbar.scss +++ b/scss/layout/_navbar.scss @@ -227,13 +227,10 @@ Responsive utils .navbar { &.navbar-side { display: none; - outline: 1px solid red; @include media-breakpoint-up(xl) { display: flex; - outline: 3px solid orange; - & ~ .layout-main { margin-left: $sidenav-width; } @@ -249,8 +246,6 @@ Responsive utils @include media-breakpoint-up(lg) { - outline: 3px solid yellow; - & ~ .layout-main { margin-left: $sidenav-folded-width; } -- GitLab