mirror of
https://github.com/google/pebble.git
synced 2025-04-01 15:24:04 +00:00
17 lines
No EOL
233 B
SCSS
Executable file
17 lines
No EOL
233 B
SCSS
Executable file
/*
|
|
jQuery.mmenu dragOpen addon CSS
|
|
*/
|
|
|
|
@import "../inc/variables";
|
|
|
|
html.mm-opened.mm-dragging
|
|
{
|
|
.mm-menu,
|
|
.mm-page,
|
|
.mm-fixed-top,
|
|
.mm-fixed-bottom,
|
|
#mm-blocker
|
|
{
|
|
@include mm_webkit-prefix( "transition-duration", 0s );
|
|
}
|
|
} |