mirror of
https://github.com/google/pebble.git
synced 2025-06-24 18:16:15 +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
34
third_party/jquery-mmenu/sass/mmenu/addons/jquery.mmenu.footer.scss
vendored
Executable file
34
third_party/jquery-mmenu/sass/mmenu/addons/jquery.mmenu.footer.scss
vendored
Executable file
|
@ -0,0 +1,34 @@
|
|||
/*
|
||||
jQuery.mmenu footer addon CSS
|
||||
*/
|
||||
|
||||
@import "../inc/variables";
|
||||
|
||||
|
||||
.mm-footer
|
||||
{
|
||||
background: inherit;
|
||||
border-top: 1px solid transparent;
|
||||
text-align: center;
|
||||
line-height: $mm_footerHeight - ( $mm_padding * 2 );
|
||||
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: $mm_footerHeight;
|
||||
padding: $mm_padding $mm_padding 0 ( $mm_padding * 2 );
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.mm-menu.mm-hasfooter
|
||||
{
|
||||
> .mm-panel:after
|
||||
{
|
||||
height: $mm_footerHeight + $mm_btnSize;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@include mm_colors_footer;
|
Loading…
Add table
Add a link
Reference in a new issue