* Adding the sidebar fix

* Fixing inner-wrap before outside the app

* PLT-2560 - Fixing userlist in system console

* Removing sidebar stuff
Этот коммит содержится в:
Asaad Mahmood
2016-04-13 20:11:50 +05:00
коммит произвёл Christopher Speller
родитель 51549cc0b2
Коммит eff252062a
2 изменённых файлов: 84 добавлений и 82 удалений

Просмотреть файл

@@ -441,6 +441,8 @@
} }
} }
}
.more-modal__list { .more-modal__list {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -523,5 +525,3 @@
flex-shrink: 1; flex-shrink: 1;
} }
} }
}

Просмотреть файл

@@ -739,6 +739,7 @@
.inner-wrap { .inner-wrap {
@include single-transition(all, .5s, ease); @include single-transition(all, .5s, ease);
.app__body & {
&:before { &:before {
//Some trickery in order for the z-index transition to happen immediately on move-in and delayed on move-out. //Some trickery in order for the z-index transition to happen immediately on move-in and delayed on move-out.
background-color: transparent; background-color: transparent;
@@ -751,6 +752,7 @@
width: calc(100% + 30px); width: calc(100% + 30px);
z-index: 0; z-index: 0;
} }
}
&.move--right { &.move--right {
@include translate3d(290px, 0, 0); @include translate3d(290px, 0, 0);