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
60
third_party/jquery-mmenu/sass/mmenu/extensions/jquery.mmenu.widescreen.scss
vendored
Executable file
60
third_party/jquery-mmenu/sass/mmenu/extensions/jquery.mmenu.widescreen.scss
vendored
Executable file
|
@ -0,0 +1,60 @@
|
|||
/*
|
||||
jQuery.mmenu widescreen extension CSS
|
||||
|
||||
To use on widescreens only, include it using a mediaquery:
|
||||
<link type="text/css" href="mmenu-widescreen.css" media="all and (min-width: 900px)"/>
|
||||
*/
|
||||
|
||||
@import "../inc/variables";
|
||||
|
||||
$mm_ws_menuWidth: 0.3 !default;
|
||||
|
||||
|
||||
// Positioning and sizing
|
||||
html, body
|
||||
{
|
||||
overflow: auto;
|
||||
}
|
||||
body
|
||||
{
|
||||
padding-left: percentage( $mm_ws_menuWidth ) !important;
|
||||
position: relative;
|
||||
}
|
||||
#mm-blocker
|
||||
{
|
||||
display: none !important;
|
||||
}
|
||||
.mm-page
|
||||
{
|
||||
box-shadow: none !important;
|
||||
background: inherit;
|
||||
|
||||
box-sizing: border-box;
|
||||
min-height: 100vh;
|
||||
height: auto !important;
|
||||
margin: 0 !important;
|
||||
position: relative !important;
|
||||
top: 0 !important;
|
||||
z-index: 1;
|
||||
}
|
||||
.mm-menu
|
||||
{
|
||||
width: percentage( $mm_ws_menuWidth ) !important;
|
||||
z-index: 0;
|
||||
|
||||
&.mm-top,
|
||||
&.mm-right,
|
||||
&.mm-bottom
|
||||
{
|
||||
top: 0 !important;
|
||||
right: auto !important;
|
||||
bottom: auto !important;
|
||||
left: 0 !important;
|
||||
}
|
||||
|
||||
&:first-child,
|
||||
&.mm-current
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue