mirror of
https://github.com/google/pebble.git
synced 2025-06-24 18:16:15 +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
31
third_party/jquery-mmenu/sass/mmenu/extensions/jquery.mmenu.iconbar.scss
vendored
Executable file
31
third_party/jquery-mmenu/sass/mmenu/extensions/jquery.mmenu.iconbar.scss
vendored
Executable file
|
@ -0,0 +1,31 @@
|
|||
/*
|
||||
jQuery.mmenu iconbar extension CSS
|
||||
*/
|
||||
|
||||
@import "../inc/variables";
|
||||
|
||||
|
||||
$mm_ib_pageOffset: $mm_btnSize + ( $mm_padding * 2 ) !default;
|
||||
|
||||
body
|
||||
{
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.mm-page
|
||||
{
|
||||
background: inherit;
|
||||
min-height: 100vh;
|
||||
|
||||
padding-right: $mm_ib_pageOffset;
|
||||
@include mm-webkit-prefix( 'transform', translateX( $mm_ib_pageOffset ) );
|
||||
}
|
||||
|
||||
.mm-menu
|
||||
{
|
||||
&:first-child,
|
||||
&.mm-current
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue