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/_desktop.scss | 65 ---------------------------- 1 file changed, 65 deletions(-) delete mode 100644 web/sass-files/sass/responsive/_desktop.scss (limited to 'web/sass-files/sass/responsive/_desktop.scss') diff --git a/web/sass-files/sass/responsive/_desktop.scss b/web/sass-files/sass/responsive/_desktop.scss deleted file mode 100644 index dcabb807f..000000000 --- a/web/sass-files/sass/responsive/_desktop.scss +++ /dev/null @@ -1,65 +0,0 @@ -@charset 'UTF-8'; - -@media screen and (max-width: 1800px) { - .inner-wrap { - &.move--left { - .date-separator, - .new-separator { - &.hovered--comment { - &:before, - &:after { - background: none; - } - } - } - } - } -} - -@media screen and (max-width: 1440px) { - .date-separator, - .new-separator { - &.hovered--comment { - &:before, - &:after { - background: none !important; - } - } - } -} - -@media screen and (max-width: 1140px) { - .tip-overlay { - &.tip-overlay--chat { - margin: -10px 0 0 -10px; - .arrow { - right: 15px; - left: auto; - } - } - } - .inner-wrap { - &.move--left { - .file-overlay { - font-size: em(18px); - - .overlay__circle { - width: 300px; - height: 300px; - margin: -150px 0 0 -150px; - } - - .overlay__files { - margin: 60px auto 15px; - width: 150px; - } - } - } - } -} - -@media (min-width: 992px) { - .modal-lg { - width: 700px; - } -} \ No newline at end of file -- cgit v1.2.3-1-g7c22