mirror of
https://github.com/google/pebble.git
synced 2025-11-26 09:12:23 -05:00
Import the pebble dev site into devsite/
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user