From 12896bd23eeba79884245c1c29fdc568cf21a7fa Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 14 Mar 2016 08:50:46 -0400 Subject: Converting to Webpack. Stage 1. --- web/sass-files/sass/responsive/_tablet.scss | 35 ----------------------------- 1 file changed, 35 deletions(-) delete mode 100644 web/sass-files/sass/responsive/_tablet.scss (limited to 'web/sass-files/sass/responsive/_tablet.scss') diff --git a/web/sass-files/sass/responsive/_tablet.scss b/web/sass-files/sass/responsive/_tablet.scss deleted file mode 100644 index 14641cfa5..000000000 --- a/web/sass-files/sass/responsive/_tablet.scss +++ /dev/null @@ -1,35 +0,0 @@ -@charset 'UTF-8'; - -@media screen and (max-width: 960px) { - .sidebar--right { - z-index: 5; - @include translateX(100%); - @include single-transition(all, .5s, ease); - - &.move--left { - @include translateX(0); - - .search-bar__container { - padding-right: 8px; - } - } - } - - .inner-wrap { - &.move--left { - margin-right: 0; - - .channel-header__links { - position: relative; - right: auto; - top: auto; - } - } - } -} - -@media screen and (min-width: 768px) { - .second-bar { - display: none; - } -} \ No newline at end of file -- cgit v1.2.3-1-g7c22