Converting to Webpack. Stage 1.

Этот коммит содержится в:
Christopher Speller
2016-03-14 08:50:46 -04:00
родитель 29fe6a3d13
Коммит 12896bd23e
4950 изменённых файлов: 10935 добавлений и 1604875 удалений

65
webapp/sass/responsive/_desktop.scss Обычный файл
Просмотреть файл

@@ -0,0 +1,65 @@
@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;
}
}