Files
mostlymatter/webapp/sass/responsive/_desktop.scss
Asaad Mahmood c12d997f24 Multiple UI Improvements
* Fixing backstage scrolling and link issue

* Fixing system console and color picker css

* Changing the toggleclass
2016-04-05 09:22:26 -04:00

82 строки
1.6 KiB
SCSS

@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) {
.inner-wrap {
&.move--left {
.help__format-text {
display: none;
}
}
}
.date-separator,
.new-separator {
&.hovered--comment {
&:before,
&:after {
background: none !important;
}
}
}
}
@media screen and (max-width: 1258px) {
.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 {
.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 (min-width: 992px) {
.modal-lg {
width: 700px;
}
}