Converting to Webpack. Stage 1.

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

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

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