From d8bd57901e33a7057e26e782e295099ffcc0da89 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 6 Sep 2017 23:04:13 -0700 Subject: Removing webapp --- webapp/sass/responsive/_desktop.scss | 96 ------------------------------------ 1 file changed, 96 deletions(-) delete mode 100644 webapp/sass/responsive/_desktop.scss (limited to 'webapp/sass/responsive/_desktop.scss') diff --git a/webapp/sass/responsive/_desktop.scss b/webapp/sass/responsive/_desktop.scss deleted file mode 100644 index 3c467cf10..000000000 --- a/webapp/sass/responsive/_desktop.scss +++ /dev/null @@ -1,96 +0,0 @@ -@charset 'UTF-8'; - -@media screen and (max-width: 1800px) { - .inner-wrap { - &.move--left, - &.webrtc--show { - .date-separator, - .new-separator { - &.hovered--comment { - &:before, - &:after { - background: none; - } - } - } - } - } -} - -@media screen and (max-width: 1440px) { - .inner-wrap { - &.move--left, - &.webrtc--show { - .help__format-text { - display: none; - } - } - } - - .date-separator, - .new-separator { - &.hovered--comment { - &:before, - &:after { - background: none !important; - } - } - } - - .backstage-content { - margin: 46px 46px 46px 150px; - } -} - -@media screen and (max-width: 1140px) { - .tip-overlay { - &.tip-overlay--chat { - margin: -10px 0 0 -10px; - - .arrow { - left: auto; - right: 15px; - } - } - } - - .inner-wrap { - &.move--left, - &.webrtc--show { - .file-overlay { - font-size: em(18px); - - .overlay__circle { - height: 300px; - margin: -150px 0 0 -150px; - width: 300px; - } - - .overlay__files { - margin: 60px auto 15px; - width: 150px; - } - } - } - } -} - -@media (max-width: 1024px) { - .channel-header { - .search-bar__container { - .search__form { - width: 150px; - } - } - } - - .integration-option { - width: 280px; - } -} - -@media (min-width: 992px) { - .modal-lg { - width: 700px; - } -} -- cgit v1.2.3-1-g7c22