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,40 @@
/*
jQuery.mmenu labels addon CSS
*/
@import "../inc/variables";
.mm-list
{
li.mm-label
{
> span
{
@include mm_ellipsis;
padding: 0;
line-height: $mm_labelHeight;
}
&.mm-opened a.mm-subopen:after
{
@include mm_webkit-prefix( "transform", rotate( 45deg ) );
}
}
li.mm-collapsed:not( .mm-uncollapsed )
{
display: none;
}
}
.mm-menu.mm-vertical .mm-list
{
> li.mm-label
{
> a.mm-subopen:after
{
top: ( $mm_labelHeight / 2 ) - 4;
}
}
}
@include mm_colors_labels;