Files
mostlymatter/webapp/sass/responsive/_tablet.scss
2016-03-29 17:55:30 +05:00

40 строки
728 B
SCSS

@charset 'UTF-8';
@media screen and (max-width: 960px) {
.sidebar--right {
@include single-transition(all, .5s, ease);
@include translateX(100%);
z-index: 5;
&.move--left {
@include translateX(0);
.search-bar__container {
padding-right: 8px;
}
}
}
.help__format-text {
display: none;
}
.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;
}
}