mirror of
https://github.com/google/pebble.git
synced 2025-11-16 20:40:55 -05:00
Import the pebble dev site into devsite/
This commit is contained in:
40
third_party/jquery-mmenu/sass/mmenu/addons/jquery.mmenu.labels.scss
vendored
Executable file
40
third_party/jquery-mmenu/sass/mmenu/addons/jquery.mmenu.labels.scss
vendored
Executable 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;
|
||||
Reference in New Issue
Block a user