Import the pebble dev site into devsite/

This commit is contained in:
Katharine Berry 2025-02-17 17:02:33 -08:00
parent 3b92768480
commit 527858cf4c
1359 changed files with 265431 additions and 0 deletions

View 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;
}
}