1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 10:27:35 +01:00

Added transition when opening the left panel

This commit is contained in:
Giulio Cesare Solaroli
2015-04-03 16:57:18 +02:00
parent 0863e61631
commit fcfae5f4a4
7 changed files with 135 additions and 114 deletions

View File

@@ -64,7 +64,7 @@ $transition-duration: 0.5s;
top: 0;
left: -$size;
// transition: left 0.3s ease-in-out;
transition: left 0.3s ease-in-out;
}
@mixin sliding-panel-right ($size) {

View File

@@ -26,6 +26,7 @@ refer to http://www.clipperz.com.
//
// C l i p p e r z I c o n s
//
// openssl enc -base64 -in ./fonts/clipperz-icons.woff | awk 1 ORS='' | pbcopy
@font-face {
font-family: "clipperz-icons";

View File

@@ -87,6 +87,7 @@ html {
#mainPanel {
// background-color: $yellow;
left: 0px;
&.extra-wide {
@include sliding-panel-container();
@@ -123,7 +124,7 @@ html {
}
&.wide {
// transition: left 0.3s ease-in-out;
transition: left 0.3s ease-in-out;
.container {
@include sliding-panel-container();
}

View File

@@ -46,7 +46,6 @@ This configuration is now located in the first script included in the index_temp
}
}
@media only screen and (min-width: 700px) {
html {
font-family: "wide";