Merge branch 'develop' of https://bitbucket.org/ncarminati/cms_step into develop

This commit is contained in:
Paolo Possanzini
2018-11-08 16:33:44 +01:00
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -117,12 +117,12 @@ body {
height: calc(~'100vh - 80px');
background-color: @background-color;
z-index: 100;
transition: transform 0.5s ease-out;
transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
.handle {
display: none;
}
&.liftedUp {
transition: transform 0.5s ease-out, box-shadow 0.1s ease-out 0.5s;
transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.1s ease-out 1.0s;
box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
}
}
@@ -139,7 +139,7 @@ body {
width: 100vw; // box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.4);
box-shadow: none;
z-index: 250;
transition: transform 0.5s ease-out;
transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
.handle {
background-color: @background-color;
display: block;
+3 -3
View File
@@ -13672,13 +13672,13 @@ body {
height: calc(100vh - 80px);
background-color: #d8d8d8;
z-index: 100;
transition: transform 0.5s ease-out;
transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#main-view .handle {
display: none;
}
#main-view.liftedUp {
transition: transform 0.5s ease-out, box-shadow 0.1s ease-out 0.5s;
transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.1s ease-out 1s;
box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
}
#main-view.turn-up,
@@ -13692,7 +13692,7 @@ body {
width: 100vw;
box-shadow: none;
z-index: 250;
transition: transform 0.5s ease-out;
transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#main-view-handler .handle {
background-color: #d8d8d8;