mirror of
https://github.com/google/pebble.git
synced 2025-06-11 04:23:10 +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
53
third_party/jquery-mmenu/sass/mmenu/addons/jquery.mmenu.counters.scss
vendored
Executable file
53
third_party/jquery-mmenu/sass/mmenu/addons/jquery.mmenu.counters.scss
vendored
Executable file
|
@ -0,0 +1,53 @@
|
|||
/*
|
||||
jQuery.mmenu counters addon CSS
|
||||
*/
|
||||
|
||||
@import "../inc/variables";
|
||||
|
||||
|
||||
em.mm-counter
|
||||
{
|
||||
font: inherit;
|
||||
font-size: $mm_fontSize;
|
||||
font-style: normal;
|
||||
text-indent: 0;
|
||||
line-height: $mm_btnSize / 2;
|
||||
display: block;
|
||||
margin-top: -( $mm_btnSize / 4 );
|
||||
position: absolute;
|
||||
right: $mm_subopenWidth;
|
||||
top: 50%;
|
||||
|
||||
+ a.mm-subopen
|
||||
{
|
||||
padding-left: $mm_counterWidth;
|
||||
|
||||
+ a,
|
||||
+ span
|
||||
{
|
||||
margin-right: $mm_counterWidth + $mm_subopenWidth;
|
||||
}
|
||||
}
|
||||
+ a.mm-fullsubopen
|
||||
{
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// vertical submenu
|
||||
.mm-vertical
|
||||
{
|
||||
em.mm-counter
|
||||
{
|
||||
top: ( $mm_btnSize / 4 ) + 2;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Search
|
||||
.mm-nosubresults > em.mm-counter
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
@include mm_colors_counters;
|
Loading…
Add table
Add a link
Reference in a new issue