mirror of
https://github.com/google/pebble.git
synced 2025-06-25 18:36:18 +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
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;
|
Loading…
Add table
Add a link
Reference in a new issue