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:
@@ -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) {
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user