mirror of
https://github.com/google/pebble.git
synced 2025-06-21 00:30:36 +00:00
Import the pebble dev site into devsite/
This commit is contained in:
parent
3b92768480
commit
527858cf4c
1359 changed files with 265431 additions and 0 deletions
70
third_party/jquery-mmenu/sass/mmenu/addons/jquery.mmenu.offcanvas.scss
vendored
Executable file
70
third_party/jquery-mmenu/sass/mmenu/addons/jquery.mmenu.offcanvas.scss
vendored
Executable file
|
@ -0,0 +1,70 @@
|
|||
/*
|
||||
jQuery.mmenu offcanvas addon CSS
|
||||
*/
|
||||
|
||||
@import "../inc/variables";
|
||||
|
||||
|
||||
// Animations
|
||||
.mm-page
|
||||
{
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
|
||||
-webkit-transition: -webkit-transform $mm_transitionDuration $mm_transitionFunction;
|
||||
-ms-transition: -ms-transform $mm_transitionDuration $mm_transitionFunction;
|
||||
transition: transform $mm_transitionDuration $mm_transitionFunction;
|
||||
}
|
||||
|
||||
// Container, Page, Blocker
|
||||
html.mm-opened
|
||||
{
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
||||
body
|
||||
{
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
html.mm-background .mm-page
|
||||
{
|
||||
background: inherit;
|
||||
}
|
||||
#mm-blocker
|
||||
{
|
||||
background: rgba( 3, 2, 1, 0 );
|
||||
display: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 999999;
|
||||
}
|
||||
html.mm-opened,
|
||||
html.mm-blocking
|
||||
{
|
||||
#mm-blocker
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
// Menu
|
||||
.mm-menu
|
||||
{
|
||||
&.mm-offcanvas
|
||||
{
|
||||
display: none;
|
||||
position: fixed;
|
||||
}
|
||||
&.mm-current
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@include mm_sizing;
|
Loading…
Add table
Add a link
Reference in a new issue