* 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 удалений

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

@@ -739,17 +739,19 @@
.inner-wrap {
@include single-transition(all, .5s, ease);
&:before {
//Some trickery in order for the z-index transition to happen immediately on move-in and delayed on move-out.
background-color: transparent;
content: '';
height: 100%;
left: -15px;
position: absolute;
top: 0;
transition: background-color 0.5s ease, z-index 0s ease 0.5s;
width: calc(100% + 30px);
z-index: 0;
.app__body & {
&:before {
//Some trickery in order for the z-index transition to happen immediately on move-in and delayed on move-out.
background-color: transparent;
content: '';
height: 100%;
left: -15px;
position: absolute;
top: 0;
transition: background-color 0.5s ease, z-index 0s ease 0.5s;
width: calc(100% + 30px);
z-index: 0;
}
}
&.move--right {