Sha256: b850626ec8d7490fc3a0ddae65f0fb8de1443a1e826db89ff9252ce27fcf7a17
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 KB
Contents
@import "woople-theme/variables.css.less"; @import "woople-theme/colours.css.less"; body { background: @background; } body > .container { margin-bottom:40px; overflow-x:hidden; } .close-navigation, .navigation { display:none; } a { color:@primary; } a:hover { color:@primary; } #masthead { padding-top:@logoSize; padding-bottom:@logoSize; height:@logoSize; position:relative; z-index:1000; .masthead-logo { width:140px; } } .copyright { text-align:right; margin-right:30px; margin-top:15px; color:rgba(0,0,0,0.5); } @media (max-width: 768px) { .container > .row { margin-left:0; } #masthead { .masthead-logo { display:block; margin-left:auto; margin-right:auto; } } body { padding:0; } body > .container { margin-left:0; margin-right:0; width:100%; } .close-navigation { z-index:3; } .navigation { display:block; z-index:2; .icon-th-list { background:url(/assets/woople-theme/icons/menu.png); background-position:0 0; } } .navigation, .close-navigation { position:absolute; margin-right:0; margin-bottom:0; width:50%; top:0; line-height:@logoWithPadding; text-indent:@phoneMargin; } #navigation:target .close-navigation { display:block; left:0; } #navigation:target .navigation { display:none; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
woople-theme-0.0.3 | app/assets/stylesheets/woople-theme/base.css.less |
woople-theme-0.0.2 | app/assets/stylesheets/woople-theme/base.css.less |